From 3367ffaf12df9e80ee7d76f796af5c9cfd14230c Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 1 Apr 2003 19:37:01 +0000 Subject: [PATCH] Clean up comments. --- src/makeBaseApp/top/simpleApp/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/simpleApp/src/Makefile b/src/makeBaseApp/top/simpleApp/src/Makefile index a7dec860b..3af4971c8 100644 --- a/src/makeBaseApp/top/simpleApp/src/Makefile +++ b/src/makeBaseApp/top/simpleApp/src/Makefile @@ -14,14 +14,13 @@ DBD += _APPNAME_.dbd #The following creates a library #LIBRARY_IOC += _APPNAME_Ioc #_APPNAME_Ioc_LIBS += $(EPICS_BASE_IOC_LIBS) - -## Build and add other local sources like this: #_APPNAME_Ioc_SRCS += xxx.c xxx.cpp xxx.stt #============================= #The following creates an application PROD_IOC = _APPNAME_ +#_APPNAME__SRCS += yyy.c yyy.cpp yyy.stt #_APPNAME__registerRecordDeviceDriver.cpp will be created from _APPNAME_.dbd _APPNAME__SRCS += _APPNAME__registerRecordDeviceDriver.cpp @@ -46,6 +45,7 @@ _APPNAME__OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary ## The following adds EPICS base libraries _APPNAME__LIBS += $(EPICS_BASE_IOC_LIBS) +#============================= include $(TOP)/configure/RULES #----------------------------------------