From 7a5913efbdccf854dee2ca6ad42b016ba06e771e Mon Sep 17 00:00:00 2001 From: hades Date: Sat, 26 Aug 2000 08:56:38 +0000 Subject: [PATCH] *** empty log message *** --- allParam/Makefile | 12 ++++++------ allParam/ca/Makefile | 2 +- allParam/tcl/Makefile | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/allParam/Makefile b/allParam/Makefile index 32b265f..cece99d 100644 --- a/allParam/Makefile +++ b/allParam/Makefile @@ -5,9 +5,9 @@ LIBDIR = $(HOME)/lib/$(SYSTYPE) INCDIR = $(HOME)/include ARFLAGS = -rc -PARAMLIBES = fileParam ncaParam ntclParam oraParam psqlParam +PARAMLIBES = caParam fileParam oraParam psqlParam tclParam -VPATH = file:nca:ntcl:ora:psql +VPATH = ca:file:ora:psql:tcl all : lib install @@ -35,16 +35,16 @@ $(patsubst %Param,install_%,$(PARAMLIBES)) : $(INCDIR)/$(patsubst install_%,%,$@) clean : + cd ca ; $(MAKE) $@ cd file ; $(MAKE) $@ - cd nca ; $(MAKE) $@ - cd ntcl ; $(MAKE) $@ cd psql ; $(MAKE) $@ cd ora ; $(MAKE) $@ + cd tcl ; $(MAKE) $@ lib_clean : + cd ca ; $(MAKE) $@ cd file ; $(MAKE) $@ - cd nca ; $(MAKE) $@ - cd ntcl ; $(MAKE) $@ cd psql ; $(MAKE) $@ cd ora ; $(MAKE) $@ + cd tcl ; $(MAKE) $@ diff --git a/allParam/ca/Makefile b/allParam/ca/Makefile index 286484c..e050047 100644 --- a/allParam/ca/Makefile +++ b/allParam/ca/Makefile @@ -1,7 +1,7 @@ EPICS_BASE = $(EPICS_HOME)/base CFLAGS = -g -I$(EPICS_BASE)/include -I$(EPICS_BASE)/include/os/$(HOST_ARCH) -libncaParam.a : param.o +libcaParam.a : param.o $(AR) $(ARFLAGS) $@ $< param.o : param.c param.h diff --git a/allParam/tcl/Makefile b/allParam/tcl/Makefile index 065dfa1..74853b5 100644 --- a/allParam/tcl/Makefile +++ b/allParam/tcl/Makefile @@ -1,6 +1,6 @@ CFLAGS = -g -libntclParam.a : param.o +libtclParam.a : param.o $(AR) $(ARFLAGS) $@ $< param.o : param.c param.h -- 2.43.0