Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c67d7c041 |
22
GNUmakefile
Normal file
22
GNUmakefile
Normal 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
17
Makefile.sdk
Normal 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)
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user