Updated comments.
This commit is contained in:
@@ -2,12 +2,12 @@ TOP=../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
PROD_HOST = caExample
|
||||
caExample_SRCS += caExample.cc
|
||||
#caExample_CFLAGS +=
|
||||
#caExample_LDFLAGS +=
|
||||
caExample_LIBS += ca Com
|
||||
ca_LIB=$(EPICS_BASE_LIB)
|
||||
Com_LIB=$(EPICS_BASE_LIB)
|
||||
caExample_SRCS += caExample.c
|
||||
caExample_LIBS += $(EPICS_BASE_HOST_LIBS)
|
||||
|
||||
#caExample_CFLAGS += #C source file compiler flags, e.g. -DMYDEF=3
|
||||
#caExample_LDFLAGS += #Linker flags, e.g. -L$(MOTIF_LIB) -L$(X11_LIB)
|
||||
#caExample_SYS_LIBS_solaris += #System libraries for OS_CLASS solaris, e.g. socket
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<BODY>
|
||||
|
||||
<CENTER>
|
||||
<H2>caget Release Notes</H2>
|
||||
<H2>caExample Release Notes</H2>
|
||||
<P><I>author name</I></P>
|
||||
</CENTER>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user