From 1a67b95e046f1cc505f25dc23b8e9b610fae1796 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 5 Mar 2004 18:44:54 +0000 Subject: [PATCH] renamed some xxx... files to avoid automated creation of a c function whose name begins with a number no ioc on solaris (for now) --- xxxApp/src/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index 136155f..a8447b9 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -13,7 +13,7 @@ include $(TOP)/configure/CONFIG #================================================== # build a support library that some other application can use -LIBRARY_IOC += xxxSupport +#LIBRARY_IOC += xxxSupport # xxxRecord.h will be created from xxxRecord.dbd #DBDINC += xxxRecord @@ -28,15 +28,16 @@ LIBRARY_IOC += xxxSupport #============================= # build an ioc application -PROD_IOC = xxx +PROD_IOC_DEFAULT = xxx +PROD_IOC_solaris = -nil- # <name>.dbd will be created from <name>Include.dbd -DBD += xxx.dbd -DBD += xxxVX.dbd +DBD += iocxxx.dbd +DBD += iocxxxVX.dbd # <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd -xxx_SRCS_DEFAULT += xxx_registerRecordDeviceDriver.cpp -xxx_SRCS_vxWorks += xxxVX_registerRecordDeviceDriver.cpp +xxx_SRCS_DEFAULT += iocxxx_registerRecordDeviceDriver.cpp +xxx_SRCS_vxWorks += iocxxxVX_registerRecordDeviceDriver.cpp xxx_SRCS_DEFAULT += xxxMain.cpp xxx_SRCS_vxWorks += -nil- -- GitLab