Skip to content
Snippets Groups Projects
Commit 4460d8e7 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

don't need to install require.h

parent 3b6048cf
No related branches found
No related tags found
No related merge requests found
include /ioc/tools/driver.makefile
BUILDCLASSES += Linux
# 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
#HEADERS += require.h
SOURCES_vxWorks += strdup.c asprintf.c
HEADERS += strdup.h asprintf.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment