30 lines
726 B
Makefile
30 lines
726 B
Makefile
TOP=../..
|
|
include $(TOP)/configure/CONFIG
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS BELOW HERE
|
|
|
|
# Install databases, templates & substitutions like this
|
|
DB += ISTTOKstates.db
|
|
DB += ISTTOKmarte2.db
|
|
DB += ISTTOKmachineControl.db
|
|
DB += ISTTOKpcf8574.db
|
|
DB += ISTTOKpcf8591.db
|
|
DB += ISTTOKpfeiffer.db
|
|
DB += ISTTOKtda8444.db
|
|
DB += sendmail.db
|
|
DB += seeed4relay.db
|
|
DB += pcf8591.proto
|
|
DB += tda8444.proto
|
|
DB += sendmail.proto
|
|
DB += pcf8574.proto
|
|
DB += pfeiffer.proto
|
|
DB += seeed4relay.proto
|
|
|
|
# If <anyname>.db template is not named <anyname>*.template add
|
|
# <anyname>_TEMPLATE = <templatename>
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD EXTRA GNUMAKE RULES BELOW HERE
|
|
|