source: Sophya/trunk/SophyaLib/SUtils/Makefile.mgr@ 3848

Last change on this file since 3848 was 2735, checked in by cmv, 20 years ago

memorisation makefile old-fashion Mgr cmv 19/05/05

File size: 619 bytes
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libSUtils.a
4clean:
5 rm -f $(OBJ)datacards.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)strutil.o
6 rm -f $(LIB)libSUtils.a
7$(LIB)libSUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \
14 datacards.h $(INC)pexceptions.h
15$(OBJ)strutilxx.o: strutilxx.cc $(INC)machdefs.h \
16 strutilxx.h
17$(OBJ)utils.o: utils.cc $(INC)machdefs.h utils.h \
18 $(INC)pexceptions.h
19$(OBJ)strutil.o: strutil.c strutil.h
Note: See TracBrowser for help on using the repository browser.