forked from arras-energy/gridlabd-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.mk
22 lines (20 loc) · 783 Bytes
/
modules.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# module.mk -- list of GridLAB-D modules that are considered part of this build
include module/assert/Makefile.mk
include module/climate/Makefile.mk
include module/commercial/Makefile.mk
include module/generators/Makefile.mk
include module/industrial/Makefile.mk
include module/influxdb/Makefile.mk
include module/market/Makefile.mk
include module/optimize/Makefile.mk
include module/powerflow/Makefile.mk
include module/reliability/Makefile.mk
include module/residential/Makefile.mk
include module/resilience/Makefile.mk
include module/revenue/Makefile.mk
# TODO: deprecating these soon
include module/tape/Makefile.mk
include module/tape_file/Makefile.mk
include module/tape_plot/Makefile.mk
# TODO: removed until HiPAS upgrades are implemented
#include connection/Makefile.mk