28 lines
973 B
Plaintext
28 lines
973 B
Plaintext
# This build the sinq extensions for the PSI EPICS setup
|
|
include /ioc/tools/driver.makefile
|
|
|
|
MODULE=pyDevSup
|
|
LIBVERSION=koennecke
|
|
BUILDCLASSES=Linux
|
|
|
|
# See README.module for more instructions
|
|
|
|
DBDS += pyIocApp/pyDevSup.dbd
|
|
|
|
SOURCES += pyIocApp/setup.c
|
|
SOURCES += devsupApp/src/dbapi.c
|
|
SOURCES += devsupApp/src/dbdset.c
|
|
SOURCES += devsupApp/src/dbfield.c
|
|
SOURCES += devsupApp/src/dbrec.c
|
|
SOURCES += devsupApp/src/utest.c
|
|
#SOURCES += devsupApp/src/pyDevSupCommon_registerRecordDeviceDriver.cpp
|
|
|
|
|
|
USR_CFLAGS += -I/usr/include/python3.6m -DHAVE_NUMPY
|
|
USR_CFLAGS += -DXEPICS_ARCH=\"RHEL7-x86_64\" -DXEPICS_BASE=\"/usr/local/epics\"
|
|
USR_CFLAGS += -DXPYDEV_BASE=\"$(INSTALL_LOCATION)\" -DPYDIR=\"python3.6\"
|
|
USR_LDFLAGS += -L/usr/local/epics/base-3.14.12/lib/RHEL7-x86_64
|
|
LIB_SYS_LIBS += python3.6m
|
|
#LIB_SYS_LIBS += python3.6m recIoc softDevIoc miscIoc rsrvIoc dbtoolsIoc asIoc dbIoc registryIoc dbStaticIoc
|
|
# MISCS would be the place to keep the stream device template files
|