23 lines
435 B
Makefile
23 lines
435 B
Makefile
include /ioc/tools/driver.makefile
|
|
|
|
REQUIRED += ADCore busy orca_dcamapi
|
|
|
|
ARCH_FILTER += RHEL%
|
|
LIBVERSION = 1.1.4
|
|
|
|
APP := ADOrcaApp
|
|
APPDB := $(APP)/Db
|
|
APPSRC := $(APP)/src
|
|
APPCMDS := $(APP)/cmds
|
|
|
|
TEMPLATES += $(wildcard $(APPDB)/*.db)
|
|
TEMPLATES += $(wildcard $(ADCORE_DIR)/*.db)
|
|
TEMPLATES += $(wildcard $(APPDB)/*.template)
|
|
|
|
SOURCES += $(APPSRC)/orca.cpp
|
|
DBDS += $(APPSRC)/orca.dbd
|
|
SCRIPTS += $(wildcard iocsh/*.iocsh)
|
|
|
|
|
|
|