source: Sophya/trunk/SophyaLib/SUtils/Makefile@ 2013

Last change on this file since 2013 was 1837, checked in by ansari, 24 years ago

MAJ Makefile et numero de version - Reza 21/12/2001

File size: 619 bytes
RevLine 
[1602]1include ../Mgr/Makefile.h
2
[1609]3all: $(LIB)libSUtils.a
[1602]4clean:
5 rm -f $(OBJ)datacards.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)strutil.o
[1609]6 rm -f $(LIB)libSUtils.a
7$(LIB)libSUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o
[1837]8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
[1602]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.