| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libSysTools.a
 | 
|---|
| 4 | clean:
 | 
|---|
| 5 |         rm -f $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)datacards.o $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)sophyainit.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)gnumd5.o $(OBJ)srandgen.o $(OBJ)strutil.o $(OBJ)timing.o
 | 
|---|
| 6 |         rm -f $(LIB)libSysTools.a
 | 
|---|
| 7 | $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)datacards.o $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)sophyainit.o $(OBJ)srandgen.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)timing.o $(OBJ)utils.o
 | 
|---|
| 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)ctimer.o: ctimer.cc $(INC)machdefs.h ctimer.h
 | 
|---|
| 14 | $(OBJ)cxxcmplnk.o: cxxcmplnk.cc cxxcmplnk.h \
 | 
|---|
| 15 |  $(INC)machdefs.h
 | 
|---|
| 16 | $(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \
 | 
|---|
| 17 |  datacards.h pexceptions.h
 | 
|---|
| 18 | $(OBJ)datatype.o: datatype.cc datatype.h \
 | 
|---|
| 19 |  $(INC)machdefs.h
 | 
|---|
| 20 | $(OBJ)dvlist.o: dvlist.cc $(INC)machdefs.h dvlist.h \
 | 
|---|
| 21 |  objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h mutyv.h \
 | 
|---|
| 22 |  strutil.h
 | 
|---|
| 23 | $(OBJ)fiondblock.o: fiondblock.cc $(INC)machdefs.h \
 | 
|---|
| 24 |  pexceptions.h fiondblock.h ppersist.h gnumd5.h ndatablock.h \
 | 
|---|
| 25 |  anydataobj.h piocmplx.h
 | 
|---|
| 26 | $(OBJ)mutyv.o: mutyv.cc mutyv.h $(INC)machdefs.h
 | 
|---|
| 27 | $(OBJ)ndatablock.o: ndatablock.cc $(INC)machdefs.h \
 | 
|---|
| 28 |  pexceptions.h ndatablock.h anydataobj.h
 | 
|---|
| 29 | $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h $(INC)machdefs.h
 | 
|---|
| 30 | $(OBJ)periodic.o: periodic.cc $(INC)machdefs.h \
 | 
|---|
| 31 |  periodic.h
 | 
|---|
| 32 | $(OBJ)pexceptions.o: pexceptions.cc pexceptions.h \
 | 
|---|
| 33 |  $(INC)machdefs.h
 | 
|---|
| 34 | $(OBJ)ppersist.o: ppersist.cc $(INC)machdefs.h \
 | 
|---|
| 35 |  pexceptions.h ppersist.h gnumd5.h anydataobj.h
 | 
|---|
| 36 | $(OBJ)psighand.o: psighand.cc psighand.h \
 | 
|---|
| 37 |  $(INC)machdefs.h pexceptions.h
 | 
|---|
| 38 | $(OBJ)sophyainit.o: sophyainit.cc $(INC)machdefs.h \
 | 
|---|
| 39 |  sophyainit.h pexceptions.h ppersist.h gnumd5.h fiondblock.h \
 | 
|---|
| 40 |  ndatablock.h anydataobj.h dvlist.h objfio.h mutyv.h sversion.h
 | 
|---|
| 41 | $(OBJ)strutilxx.o: strutilxx.cc $(INC)machdefs.h \
 | 
|---|
| 42 |  strutilxx.h
 | 
|---|
| 43 | $(OBJ)utils.o: utils.cc $(INC)machdefs.h utils.h \
 | 
|---|
| 44 |  pexceptions.h
 | 
|---|
| 45 | $(OBJ)gnumd5.o: gnumd5.c $(INC)machdefs.h bithelp.h \
 | 
|---|
| 46 |  gnumd5.h
 | 
|---|
| 47 | $(OBJ)srandgen.o: srandgen.c $(INC)machdefs.h \
 | 
|---|
| 48 |  srandgen.h smathconst.h
 | 
|---|
| 49 | $(OBJ)strutil.o: strutil.c strutil.h
 | 
|---|
| 50 | $(OBJ)timing.o: timing.c timing.h
 | 
|---|