Files
epics-base/src/makeBaseApp/top/simpleApp/Db/Makefile
Andrew Johnson 57a21b390f We should discourage the creation of .dbd files in Db subdirectories.
From 3.14 they also need the _RegisterRecordDeviceDriver.cpp stuff,
which should appear in a src directory.
2003-02-11 23:04:35 +00:00

22 lines
622 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#----------------------------------------------------
# Optimization of DB files using dbst (DEFAULT: NO)
#DB_OPT = YES
#----------------------------------------------------
# Add databases, templates, substitutions like this
#DB += _APPNAME_.db
#----------------------------------------------------
# Declare template files which do not show up in DB
#USES_TEMPLATE += _APPNAME_.template
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE