Files
epics-base/src/makeBaseApp/top/vlinacApp/Db/Makefile
T
Janet B. Anderson fda69beae0 Initial version.
2004-01-13 22:02:13 +00:00

24 lines
694 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#----------------------------------------------------
# Optimization of db files using dbst (DEFAULT: NO)
#DB_OPT = YES
#----------------------------------------------------
# Create and install (or just install)
# databases, templates, substitutions like this
DB += xxVirtualLinac.db
DB += xxMedmDemo.db
#----------------------------------------------------
# If <anyname>.db template is not named <anyname>*.template add
# <anyname>_TEMPLATE = <templatename>
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE