From a71699fba1febb88a4aff05314072daaa5d666f8 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Wed, 17 Dec 2008 23:32:39 +0000 Subject: [PATCH] remove genSub, add busy, comment out stuff that doesn't build on stock APS linux box --- xxxApp/src/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index 9b822f9..55189a1 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -55,9 +55,10 @@ xxx_SRCS_solaris += iocxxx_solaris_registerRecordDeviceDriver.cppa xxxMain.cpp xxx_SRCS_vxWorks += -nil- #xxx_Common_LIBS += xxxSupport -xxx_Common_LIBS += genSub +#xxx_Common_LIBS += genSub xxx_Common_LIBS += mca xxx_Common_LIBS += calc +xxx_Common_LIBS += busy xxx_Common_LIBS += sscan xxx_Common_LIBS += autosave xxx_Common_LIBS += optics @@ -94,7 +95,7 @@ xxx_vxWorks_LIBS += oms DeltaTau #The following adds support from base/src/vxWorks xxx_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary -xxx_Linux_LIBS += dxp handel +#xxx_Linux_LIBS += dxp handel # If libnet IS installed on your HOST Linux system; # uncomment the following line. #xxx_Linux_LIBS += mcaCanberra @@ -103,9 +104,10 @@ xxx_cygwin_LIBS += dxp handel xxx_WIN32_LIBS += dxp handel -xxx_solaris_LIBS += genSub +#xxx_solaris_LIBS += genSub #xxx_solaris_LIBS += mca xxx_solaris_LIBS += calc +xxx_solaris_LIBS += busy xxx_solaris_LIBS += sscan xxx_solaris_LIBS += autosave xxx_solaris_LIBS += optics @@ -132,7 +134,7 @@ xxx_LIBS_WIN32 = $(xxx_WIN32_LIBS) $(xxx_Common_LIBS) # uncomment the following line. #xxx_SYS_LIBS_Linux += net pcap # For USB support on Saturn -xxx_SYS_LIBS_Linux += usb +#xxx_SYS_LIBS_Linux += usb xxx_SYS_LIBS_vxWorks += -nil- # This is needed by dxp on cygwin and WIN32 -- GitLab