Changeset 2687 in Sophya for trunk/SophyaLib/BaseTools/Makefile
- Timestamp:
- Apr 25, 2005, 7:01:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r2660 r2687 3 3 all: $(LIB)libBaseTools.a 4 4 clean: 5 rm -f $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ) rawstream.o $(OBJ)sophyainit.o $(OBJ)timestamp.o $(OBJ)gnumd5.o $(OBJ)srandgen.o5 rm -f $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ)ppftpointerio.o $(OBJ)rawstream.o $(OBJ)sophyainit.o $(OBJ)timestamp.o $(OBJ)gnumd5.o $(OBJ)srandgen.o 6 6 rm -f $(LIB)libBaseTools.a 7 $(LIB)libBaseTools.a : $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ) rawstream.o $(OBJ)sophyainit.o $(OBJ)srandgen.o $(OBJ)timestamp.o7 $(LIB)libBaseTools.a : $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ)ppftpointerio.o $(OBJ)rawstream.o $(OBJ)sophyainit.o $(OBJ)srandgen.o $(OBJ)timestamp.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 34 34 $(INC)machdefs.h ppfbinstream.h rawstream.h \ 35 35 pexceptions.h 36 $(OBJ)ppftpointerio.o: ppftpointerio.cc \ 37 $(INC)machdefs.h ppftpointerio.h ppersist.h \ 38 pexceptions.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h 36 39 $(OBJ)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 37 40 $(INC)machdefs.h pexceptions.h
Note:
See TracChangeset
for help on using the changeset viewer.