From 3a877b73e205895b4f58ef48b728b91392c1f04b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 31 Mar 2003 20:13:19 +0000 Subject: [PATCH] Modified comments. --- src/makeBaseApp/top/simpleApp/src/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/makeBaseApp/top/simpleApp/src/Makefile b/src/makeBaseApp/top/simpleApp/src/Makefile index 60843b9ac..a7dec860b 100644 --- a/src/makeBaseApp/top/simpleApp/src/Makefile +++ b/src/makeBaseApp/top/simpleApp/src/Makefile @@ -9,18 +9,18 @@ include $(TOP)/configure/CONFIG #_APPNAME_.dbd will be created from _APPNAME_Include.dbd DBD += _APPNAME_.dbd -# If you are building source files remove comment from following statements +#============================= + +#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_ - #============================= +#The following creates an application PROD_IOC = _APPNAME_ #_APPNAME__registerRecordDeviceDriver.cpp will be created from _APPNAME_.dbd @@ -30,7 +30,6 @@ _APPNAME__SRCS += _APPNAME__registerRecordDeviceDriver.cpp _APPNAME__SRCS_DEFAULT += _APPNAME_Main.cpp _APPNAME__SRCS_vxWorks += -nil- - ## For sequence programs, use #_APPNAME__SRCS += sncExample.stt #_APPNAME__LIBS += seq pv @@ -38,8 +37,13 @@ _APPNAME__SRCS_vxWorks += -nil- ## The following adds support from base/src/vxWorks _APPNAME__OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary -# If you are building source files remove comment from following statement +## The following adds libraries built here #_APPNAME__LIBS += _APPNAME_Ioc + +## The following adds other module libraries +#_APPNAME__LIBS += xxx + +## The following adds EPICS base libraries _APPNAME__LIBS += $(EPICS_BASE_IOC_LIBS)