From: hadaq Date: Wed, 22 Feb 2012 10:52:15 +0000 (+0000) Subject: clean up X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f94baad422b615f007660be89daf7d415658012f;p=daqdata.git clean up --- diff --git a/ebctrl/ioc/ebctrlApp/src/Makefile b/ebctrl/ioc/ebctrlApp/src/Makefile index 0791a3a..a9d8431 100644 --- a/ebctrl/ioc/ebctrlApp/src/Makefile +++ b/ebctrl/ioc/ebctrlApp/src/Makefile @@ -8,18 +8,18 @@ include $(TOP)/configure/CONFIG #================================================== # Build an IOC support library -LIBRARY_IOC += xxxSupport +#LIBRARY_IOC += xxxSupport # xxxRecord.h will be created from xxxRecord.dbd -DBDINC += xxxRecord +#DBDINC += xxxRecord # install devXxxSoft.dbd into /dbd -DBD += xxxSupport.dbd +#DBD += xxxSupport.dbd # The following are compiled and added to the Support library -xxxSupport_SRCS += xxxRecord.c -xxxSupport_SRCS += devXxxSoft.c +#xxxSupport_SRCS += xxxRecord.c +#xxxSupport_SRCS += devXxxSoft.c -xxxSupport_LIBS += $(EPICS_BASE_IOC_LIBS) +#xxxSupport_LIBS += $(EPICS_BASE_IOC_LIBS) LIBRARY_IOC += genSub @@ -35,7 +35,7 @@ DBD += ebctrl.dbd # ebctrl.dbd will be made up from these files: ebctrl_DBD += base.dbd -ebctrl_DBD += xxxSupport.dbd +#ebctrl_DBD += xxxSupport.dbd ebctrl_DBD += genSubRecord.dbd ebctrl_DBD += evtbuild.dbd ebctrl_DBD += netmem.dbd @@ -93,7 +93,7 @@ ebctrl_SRCS += totalerrbitstat.c # The following adds support from base/src/vxWorks ebctrl_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary -ebctrl_LIBS += xxxSupport +#ebctrl_LIBS += xxxSupport ebctrl_LIBS += hadaq ebctrl_LIBS += compat