Changeset 2446 in Sophya for trunk/SophyaLib/SysTools


Ignore:
Timestamp:
Oct 6, 2003, 3:34:13 PM (22 years ago)
Author:
ansari
Message:

Introduction de la classe Commander, qui devra devenir la classe de base pour PIACmd (piapp) - Reza 06/10/2003

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

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/Makefile

    r2101 r2446  
    33all: $(LIB)libSysTools.a
    44clean:
    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
     5        rm -f $(OBJ)commander.o $(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)resusage.o $(OBJ)timing.o $(OBJ)zthread.o
     7$(LIB)libSysTools.a : $(OBJ)commander.o $(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)
     
    1111endif
    1212 
     13$(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
    1318$(OBJ)ctimer.o: ctimer.cc $(INC)machdefs.h ctimer.h
    1419$(OBJ)cxxcmplnk.o: cxxcmplnk.cc cxxcmplnk.h \
  • trunk/SophyaLib/SysTools/objlist.list

    r2101 r2446  
     1commander.o
    12ctimer.o
    23cxxcmplnk.o
Note: See TracChangeset for help on using the changeset viewer.