]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
added INSTALL and USR_INCLUDES instead of local copies of evt.build libs/header files
authorhadaq <hadaq>
Wed, 22 Feb 2012 12:55:34 +0000 (12:55 +0000)
committerhadaq <hadaq>
Wed, 22 Feb 2012 12:55:34 +0000 (12:55 +0000)
ebctrl/ioc/ebctrlApp/src/Makefile

index a9d8431a7f40acecb69066bf4a2495d2ee2ff41e..ef9d6f480f80c284696af74bb584e35625f321c9 100644 (file)
@@ -35,7 +35,6 @@ DBD += ebctrl.dbd
 
 # ebctrl.dbd will be made up from these files:
 ebctrl_DBD += base.dbd
-#ebctrl_DBD += xxxSupport.dbd
 ebctrl_DBD += genSubRecord.dbd
 ebctrl_DBD += evtbuild.dbd
 ebctrl_DBD += netmem.dbd
@@ -93,31 +92,17 @@ ebctrl_SRCS += totalerrbitstat.c
 # The following adds support from base/src/vxWorks
 ebctrl_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
 
-#ebctrl_LIBS += xxxSupport
 ebctrl_LIBS += hadaq
 ebctrl_LIBS += compat
 
-# NOTE: To build SNL programs, SNCSEQ must be defined
-# in the <top>/configure/RELEASE file
-
-ifneq ($(SNCSEQ),)
-    # This builds sncExample as a component of ebctrl
-    ebctrl_SNCFLAGS += +r
-    ebctrl_DBD += sncExample.dbd
-    ebctrl_SRCS += sncExample.stt
-    ebctrl_LIBS += seq pv
-
-    # The following builds sncProgram as a standalone application
-    PROD_HOST += sncProgram
-    sncProgram_SNCFLAGS += +m
-    sncProgram_SRCS += sncProgram.st
-    sncProgram_LIBS += seq pv
-    sncProgram_LIBS += $(EPICS_BASE_HOST_LIBS)
-endif
-
 ebctrl_LIBS += $(EPICS_BASE_IOC_LIBS)
 
 #===========================
+LIB_INSTALLS += /home/hadaq/soft/evtbuild/lib/libhadaq.a
+LIB_INSTALLS += /home/hadaq/soft/evtbuild/lib/libcompat.a
+#===========================
+
+USR_INCLUDES += -I/home/hadaq/soft/evtbuild/include 
 
 include $(TOP)/configure/RULES
 #----------------------------------------