Updated comments.

This commit is contained in:
Janet B. Anderson
2003-03-31 17:00:28 +00:00
parent d17b216c73
commit db8e461bf1
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@
<BODY>
<CENTER>
<H2>caget Release Notes</H2>
<H2>caExample Release Notes</H2>
<P><I>author name</I></P>
</CENTER>