Files
motorBase/motorApp/Db/Makefile.Host
T
Ron Sluiter a3ea18fc83 Version 4-1
2000-02-08 22:19:43 +00:00

31 lines
942 B
Makefile

# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#----------------------------------------------------
# Optimization of DB files using dbst (default: NO)
#DB_OPT = YES
#----------------------------------------------------
# Optimization needs the name of the appropriate
# dbd file (compare with ../src/Makefile.Vx)
#DBDNAME = motor.dbd
#----------------------------------------------------
# Add databases, templates, substitutions like this
#DB += motor.db
#----------------------------------------------------
# Declare template files which do not show up in DB
#USES_TEMPLATE += motor.template
#----------------------------------------------------
# The following lines are for local dbd expansion
#DBDEXPAND = motorInclude.dbd
include $(TOP)/config/RULES.Db
#----------------------------------------
# ADD RULES AFTER THIS LINE