Changeset 2101 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Jul 16, 2002, 6:26:20 PM (23 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/Makefile
r1837 r2101 3 3 all: $(LIB)libSysTools.a 4 4 clean: 5 rm -f $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ) zthread.o $(OBJ)timing.o5 rm -f $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)zthread.o $(OBJ)timing.o 6 6 rm -f $(LIB)libSysTools.a 7 $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ) timing.o $(OBJ)zthread.o7 $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)timing.o $(OBJ)zthread.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 20 20 $(INC)machdefs.h \ 21 21 $(INC)pexceptions.h 22 $(OBJ)resusage.o: resusage.cc resusage.h \ 23 $(INC)machdefs.h 22 24 $(OBJ)zthread.o: zthread.cc zthread.h \ 23 25 $(INC)machdefs.h \ -
trunk/SophyaLib/SysTools/objlist.list
r1612 r2101 4 4 periodic.o 5 5 psighand.o 6 resusage.o 6 7 timing.o 7 8 zthread.o -
trunk/SophyaLib/SysTools/systools.h
r1610 r2101 14 14 #include "periodic.h" 15 15 #include "psighand.h" 16 #include "resusage.h" 16 17 17 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.