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

Last change on this file since 1608 was 1602, checked in by ansari, 24 years ago

fichier Makefile et objlist.list pour le module cree (Utils a partir de BaseTools (ancien SysTools) - cmv+Reza 30/7/2001

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