1 Commits
1.1.4 ... sinq

Author SHA1 Message Date
3c67d7c041 Add sinq specific make files 2025-10-17 11:05:59 +02:00
2 changed files with 39 additions and 0 deletions

22
GNUmakefile Normal file
View File

@@ -0,0 +1,22 @@
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)

17
Makefile.sdk Normal file
View File

@@ -0,0 +1,17 @@
include /ioc/tools/driver.makefile
BUILDCLASSES = Linux
MODULE = orca_dcamapi
LIBVERSION = 4.0.6269
ARCH_FILTER += RHEL%
SUPPORT:= support/dcamsdk4/lib/linux-x86_64
SHRLIBS += $(SUPPORT)/libdcamapi.so.4
SHRLIBS += $(SUPPORT)/libdcamapi.so.4.0.6269
SHRLIBS += $(SUPPORT)/libdcamapi.so
HEADERS = $(wildcard support/dcamsdk4/inc/*.h)