From 3.14 they also need the _RegisterRecordDeviceDriver.cpp stuff, which should appear in a src directory.
22 lines
622 B
Makefile
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
|