forked from epics_driver_modules/require
35 lines
696 B
Makefile
35 lines
696 B
Makefile
include /ioc/tools/driver.makefile
|
|
|
|
# I need to find the Linux link.h before the EPICS link.h
|
|
USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include
|
|
USR_INCLUDES+=$(USR_INCLUDES_$(OS_CLASS))
|
|
|
|
HEADERS += require.h
|
|
BUILDCLASSES += Linux
|
|
|
|
SOURCES += require.c
|
|
DBDS += require.dbd
|
|
|
|
SOURCES += listRecords.c
|
|
DBDS += listRecords.dbd
|
|
|
|
SOURCES += updateMenuConvert.c
|
|
DBDS += updateMenuConvert.dbd
|
|
|
|
SOURCES += addScan.c
|
|
DBDS += addScan.dbd
|
|
|
|
SOURCES_3.14 += disctools.c
|
|
DBDS_3.14 += disctools.dbd
|
|
|
|
SOURCES_3.14 += exec.c
|
|
DBDS_3.14 += exec.dbd
|
|
|
|
SOURCES_3.14 += mlock.c
|
|
DBDS_3.14 += mlock.dbd
|
|
|
|
SOURCES_vxWorks += bootNotify.c
|
|
|
|
HEADERS_3.13 += epicsEndian.h
|
|
HEADERS_3.14.8 += epicsEndian.h
|