Changeset 2510 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Mar 15, 2004, 11:19:43 PM (22 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/Makefile
r2446 r2510 3 3 all: $(LIB)libSysTools.a 4 4 clean: 5 rm -f $(OBJ)c ommander.o $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)zthread.o $(OBJ)timing.o5 rm -f $(OBJ)cexpre.o $(OBJ)commander.o $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)rpneval.o $(OBJ)zthread.o $(OBJ)timing.o 6 6 rm -f $(LIB)libSysTools.a 7 $(LIB)libSysTools.a : $(OBJ)c ommander.o $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)timing.o $(OBJ)zthread.o7 $(LIB)libSysTools.a : $(OBJ)cexpre.o $(OBJ)commander.o $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)rpneval.o $(OBJ)timing.o $(OBJ)zthread.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)cexpre.o: cexpre.cc cexpre.h $(INC)machdefs.h \ 14 $(INC)osx_values.h \ 15 $(INC)pexceptions.h 13 16 $(OBJ)commander.o: commander.cc commander.h \ 14 $(INC)machdefs.h pdlmgr.h ctimer.h \ 15 $(INC)strutil.h \ 16 $(INC)strutilxx.h \ 17 $(INC)srandgen.h 18 $(OBJ)ctimer.o: ctimer.cc $(INC)machdefs.h ctimer.h 17 $(INC)machdefs.h \ 18 $(INC)osx_values.h pdlmgr.h \ 19 $(INC)dvlist.h \ 20 $(INC)objfio.h \ 21 $(INC)anydataobj.h \ 22 $(INC)ppersist.h \ 23 $(INC)pexceptions.h \ 24 $(INC)gnumd5.h \ 25 $(INC)ppfbinstream.h \ 26 $(INC)rawstream.h \ 27 $(INC)ppfnametag.h \ 28 $(INC)mutyv.h ctimer.h \ 29 $(INC)strutil.h \ 30 $(INC)strutilxx.h \ 31 $(INC)srandgen.h 32 $(OBJ)ctimer.o: ctimer.cc $(INC)machdefs.h \ 33 $(INC)osx_values.h ctimer.h 19 34 $(OBJ)cxxcmplnk.o: cxxcmplnk.cc cxxcmplnk.h \ 20 $(INC)machdefs.h 21 $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h 35 $(INC)machdefs.h \ 36 $(INC)osx_values.h 37 $(OBJ)pdlmgr.o: pdlmgr.cc $(INC)machdefs.h \ 38 $(INC)osx_values.h pdlmgr.h 22 39 $(OBJ)periodic.o: periodic.cc $(INC)machdefs.h \ 23 periodic.h40 $(INC)osx_values.h periodic.h 24 41 $(OBJ)psighand.o: psighand.cc psighand.h \ 25 $(INC)machdefs.h \ 26 $(INC)pexceptions.h 42 $(INC)machdefs.h \ 43 $(INC)osx_values.h \ 44 $(INC)pexceptions.h 27 45 $(OBJ)resusage.o: resusage.cc resusage.h \ 28 $(INC)machdefs.h 46 $(INC)machdefs.h \ 47 $(INC)osx_values.h 48 $(OBJ)rpneval.o: rpneval.cc rpneval.h \ 49 $(INC)machdefs.h \ 50 $(INC)osx_values.h \ 51 $(INC)pexceptions.h \ 52 $(INC)strutilxx.h \ 53 $(INC)srandgen.h 29 54 $(OBJ)zthread.o: zthread.cc zthread.h \ 30 $(INC)machdefs.h \ 31 $(INC)pexceptions.h 55 $(INC)machdefs.h \ 56 $(INC)osx_values.h \ 57 $(INC)pexceptions.h 32 58 $(OBJ)timing.o: timing.c timing.h -
trunk/SophyaLib/SysTools/objlist.list
r2446 r2510 1 cexpre.o 1 2 commander.o 2 3 ctimer.o … … 6 7 psighand.o 7 8 resusage.o 9 rpneval.o 8 10 timing.o 9 11 zthread.o
Note:
See TracChangeset
for help on using the changeset viewer.