Changeset 2101 in Sophya for trunk/SophyaLib/SysTools


Ignore:
Timestamp:
Jul 16, 2002, 6:26:20 PM (23 years ago)
Author:
ansari
Message:

Ajout classe ResourceUsage - Reza 16/7/2002

Location:
trunk/SophyaLib/SysTools
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/Makefile

    r1837 r2101  
    33all: $(LIB)libSysTools.a
    44clean:
    5         rm -f $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)zthread.o $(OBJ)timing.o
     5        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
    66        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.o
     7$(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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    2020 $(INC)machdefs.h \
    2121 $(INC)pexceptions.h
     22$(OBJ)resusage.o: resusage.cc resusage.h \
     23 $(INC)machdefs.h
    2224$(OBJ)zthread.o: zthread.cc zthread.h \
    2325 $(INC)machdefs.h \
  • trunk/SophyaLib/SysTools/objlist.list

    r1612 r2101  
    44periodic.o
    55psighand.o
     6resusage.o
    67timing.o
    78zthread.o
  • trunk/SophyaLib/SysTools/systools.h

    r1610 r2101  
    1414#include "periodic.h"
    1515#include "psighand.h"
     16#include "resusage.h"
    1617
    1718#endif
Note: See TracChangeset for help on using the changeset viewer.