need to find Linux link.h before EPICS link.h

This commit is contained in:
zimoch
2012-10-31 15:47:29 +00:00
parent ac0660f838
commit b88fc9868a
+19 -3
View File
@@ -1,14 +1,30 @@
include /ioc/tools/driver.makefile
# I need to find the Linux link.h before the EPICS link.h
USR_INCLUDES=-idirafter ${EPICS_BASE}/include
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
SOURCES += disctools.c
SOURCES += exec.c
SOURCES += mlock.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