Files
ISTTOK/epics/iocs/ISTTOKrpi/ISTTOKrpiApp/Db/Makefile
Bernardo Carvalho 4c4f22c764 Changes to db files
2019-12-02 21:01:13 +00:00

20 lines
516 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS BELOW HERE
# Install databases, templates & substitutions like this
DB += ISTTOKstates.db
DB += ISTTOKmachineControl.db
DB += ISTTOKpcf8574.db
DB += ISTTOKpcf8591.db
DB += ISTTOKpfeiffer.db
# If <anyname>.db template is not named <anyname>*.template add
# <anyname>_TEMPLATE = <templatename>
include $(TOP)/configure/RULES
#----------------------------------------
# ADD EXTRA GNUMAKE RULES BELOW HERE