Changeset 1609 in Sophya for trunk/SophyaLib/SUtils/Makefile
- Timestamp:
- Jul 31, 2001, 4:02:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/Makefile
r1602 r1609 1 1 include ../Mgr/Makefile.h 2 2 3 all: $(LIB)lib Utils.a3 all: $(LIB)libSUtils.a 4 4 clean: 5 5 rm -f $(OBJ)datacards.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)strutil.o 6 rm -f $(LIB)lib Utils.a7 $(LIB)lib Utils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o6 rm -f $(LIB)libSUtils.a 7 $(LIB)libSUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx)
Note:
See TracChangeset
for help on using the changeset viewer.