forked from epics_driver_modules/require
standard EPICS Makefile
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
TOP=..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# library
|
||||
LIBRARY = require
|
||||
LIB_SRCS += require_registerRecordDeviceDriver.cpp
|
||||
|
||||
#require_DBD += base.dbd
|
||||
|
||||
LIB_SRCS += require.c
|
||||
LIB_SRCS_vxWorks = asprintf.c strdup.c
|
||||
|
||||
require_DBD += $(LIBRARY).dbd
|
||||
|
||||
LIB_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
# We need to find the Linux link.h before the EPICS link.h
|
||||
USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include
|
||||
|
||||
# Pass T_A to the code
|
||||
USR_CFLAGS += -DT_A=${T_A}
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
Reference in New Issue
Block a user