From db8e461bf1d622ef76df16f584c5f43cdf282cad Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 31 Mar 2003 17:00:28 +0000 Subject: [PATCH] Updated comments. --- src/makeBaseExt/top/exampleExt/Makefile | 12 ++++++------ src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/makeBaseExt/top/exampleExt/Makefile b/src/makeBaseExt/top/exampleExt/Makefile index ea4bd71d5..618991fa7 100644 --- a/src/makeBaseExt/top/exampleExt/Makefile +++ b/src/makeBaseExt/top/exampleExt/Makefile @@ -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 diff --git a/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM b/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM index 5b02d3ca5..56dce9346 100644 --- a/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM +++ b/src/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM @@ -2,7 +2,7 @@
-

caget Release Notes

+

caExample Release Notes

author name