]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Wed, 16 Aug 2000 14:41:42 +0000 (14:41 +0000)
committerhades <hades>
Wed, 16 Aug 2000 14:41:42 +0000 (14:41 +0000)
allParam/Makefile

index d234903ea2b438b11c5cd46f46eb744fc70af3e3..c9bc52c3beb5926a33bd7f7cf9c3a2c6dc073837 100644 (file)
@@ -5,16 +5,16 @@ LIBDIR = $(HOME)/lib/$(SYSTYPE)
 INCDIR = $(HOME)/include
 
 ARFLAGS = -rc
-PARAMLIBES = caParam tclParam ncaParam ntclParam fileParam psqlParam oraParam
-CXXPARAMOBJS = ora/ora tcl/tcl tcl/struct file/file param/enh
+PARAMLIBES = caParam fileParam tclParam oraParam psqlParam ncaParam ntclParam
+CXXPARAMOBJS = file/file ora/ora tcl/tcl tcl/struct param/enh
 
-VPATH = ca:tcl:nca:ntcl:file:psql:ora
+VPATH = ca:file:ora:psql:tcl:nca:ntcl
 
-all : cxx
+all : lib_c lib_cxx
 
-c : $(patsubst %,lib%.a,$(PARAMLIBES)) 
+lib_c : $(patsubst %,lib%.a,$(PARAMLIBES)) 
 
-cxx : libcxxParam.a
+lib_cxx : libcxxParam.a
 
 libcxxParam.a : $(patsubst %,%Param.o,$(CXXPARAMOBJS))
        $(AR) $(ARFLAGS) $@ $?
@@ -46,15 +46,20 @@ $(patsubst %Param,install_%,$(PARAMLIBES)) :
 
 clean :
        cd ca ; $(MAKE) $@
-       cd tcl ; $(MAKE) $@
-       cd param ; $(MAKE) $@
        cd file ; $(MAKE) $@
+       cd psql ; $(MAKE) $@
        cd ora ; $(MAKE) $@
+       cd tcl ; $(MAKE) $@
+       cd nca ; $(MAKE) $@
+       cd ntcl ; $(MAKE) $@
 
 lib_clean :
        rm -f libcxxParam.a
        cd ca ; $(MAKE) $@
-       cd tcl ; $(MAKE) $@
        cd file ; $(MAKE) $@
+       cd psql ; $(MAKE) $@
        cd ora ; $(MAKE) $@
+       cd tcl ; $(MAKE) $@
+       cd nca ; $(MAKE) $@
+       cd ntcl ; $(MAKE) $@