Problems with 3.14.8 when makefile name is not Makefile

This commit is contained in:
2015-08-27 16:58:44 +02:00
parent e5535d04ad
commit e9a8f6fc56
+16
View File
@@ -0,0 +1,16 @@
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}}
USR_CFLAGS=-DEPICS_RELEASE='"${EPICSVERSION}"' -DT_A='"${T_A}"' -DOS_CLASS='"${OS_CLASS}"'
HEADERS += require.h
BUILDCLASSES += Linux
SOURCES += require.c
DBDS += require.dbd
SOURCES_vxWorks += strdup.c asprintf.c
HEADERS += strdup.h asprintf.h