Modified comments.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user