| 
            Last change
 on this file since 811 was             661, checked in by ansari, 26 years ago           | 
        
        
          | 
             
Preparation pour tag V_Oct99 , Reza 29/11/99 
 
           | 
        
        
          | 
            File size:
            1.4 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [219] | 1 | include ../Mgr/Makefile.h
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | all: $(LIB)libSysTools.a
 | 
|---|
 | 4 | clean:
 | 
|---|
| [510] | 5 |         rm -f $(OBJ)ctimer.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)peidainit.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)md5.o $(OBJ)timing.o
 | 
|---|
| [661] | 6 |         rm -f $(LIB)libSysTools.a
 | 
|---|
| [510] | 7 | $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)md5.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)peidainit.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)timing.o
 | 
|---|
 | 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
| [219] | 9 | ifeq ($(CXX),cxx)
 | 
|---|
| [661] | 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -o $(OBJ)xx.x -Hf
 | 
|---|
| [219] | 11 | endif 
 | 
|---|
 | 12 |  
 | 
|---|
| [510] | 13 | $(OBJ)ctimer.o: ctimer.cc machdefs.h \
 | 
|---|
 | 14 |  $(INC)pclassids.h ctimer.h
 | 
|---|
 | 15 | $(OBJ)ndatablock.o: ndatablock.cc machdefs.h \
 | 
|---|
 | 16 |  $(INC)pclassids.h pexceptions.h \
 | 
|---|
 | 17 |  ndatablock.h anydataobj.h ppersist.h md5.h objfio.h piocmplx.h
 | 
|---|
 | 18 | $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h machdefs.h \
 | 
|---|
 | 19 |  $(INC)pclassids.h
 | 
|---|
 | 20 | $(OBJ)peidainit.o: peidainit.cc machdefs.h \
 | 
|---|
 | 21 |  $(INC)pclassids.h pexceptions.h ppersist.h \
 | 
|---|
| [661] | 22 |  md5.h peidainit.h ndatablock.h anydataobj.h sversion.h
 | 
|---|
| [510] | 23 | $(OBJ)periodic.o: periodic.cc machdefs.h \
 | 
|---|
 | 24 |  $(INC)pclassids.h periodic.h
 | 
|---|
 | 25 | $(OBJ)pexceptions.o: pexceptions.cc pexceptions.h machdefs.h \
 | 
|---|
 | 26 |  $(INC)pclassids.h
 | 
|---|
 | 27 | $(OBJ)ppersist.o: ppersist.cc machdefs.h \
 | 
|---|
 | 28 |  $(INC)pclassids.h pexceptions.h peidainit.h \
 | 
|---|
 | 29 |  ppersist.h md5.h
 | 
|---|
 | 30 | $(OBJ)psighand.o: psighand.cc psighand.h machdefs.h \
 | 
|---|
 | 31 |  $(INC)pclassids.h pexceptions.h
 | 
|---|
 | 32 | $(OBJ)md5.o: md5.c md5.h
 | 
|---|
| [219] | 33 | $(OBJ)timing.o: timing.c
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.