include $(SOPHYABASE)/include/sophyamake.inc all: $(SOPHYALIBP)libSysTools.a clean: rm -f $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)zthread.o $(SOPHYAOBJP)timing.o rm -f $(SOPHYALIBP)libSysTools.a $(SOPHYALIBP)libSysTools.a : $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)timing.o $(SOPHYAOBJP)zthread.o $(AR) $(ARFLAGS) $@ $? touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ cexpre.h $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)pexceptions.h \ $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)srandgen.h \ $(SOPHYAINCP)randinterf.h \ $(SOPHYAINCP)anydataobj.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc $(SOPHYAOBJP)commander.o: commander.cc $(SOPHYAINCP)sopnamsp.h \ commander.h $(SOPHYAINCP)machdefs.h pdlmgr.h \ $(SOPHYAINCP)dvlist.h \ $(SOPHYAINCP)objfio.h \ $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)anydataobj.h \ $(SOPHYAINCP)ppersist.h \ $(SOPHYAINCP)pexceptions.h \ $(SOPHYAINCP)gnumd5.h \ $(SOPHYAINCP)ppfbinstream.h \ $(SOPHYAINCP)rawstream.h \ $(SOPHYAINCP)ppfnametag.h \ $(SOPHYAINCP)mutyv.h \ $(SOPHYAINCP)timestamp.h ctimer.h \ $(SOPHYAINCP)strutil.h \ $(SOPHYAINCP)strutilxx.h cexpre.h \ $(SOPHYAINCP)pexceptions.h rpneval.h \ $(SOPHYAINCP)srandgen.h \ $(SOPHYAINCP)randinterf.h zthread.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)sopnamsp.h ctimer.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \ cxxcmplnk.h $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)sspvflags.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)sopnamsp.h pdlmgr.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc $(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \ $(SOPHYAINCP)machdefs.h periodic.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc $(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h \ psighand.h $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)pexceptions.h \ $(SOPHYAINCP)machdefs.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc $(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h \ resusage.h $(SOPHYAINCP)machdefs.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ rpneval.h $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)pexceptions.h \ $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)strutilxx.h \ $(SOPHYAINCP)srandgen.h \ $(SOPHYAINCP)randinterf.h \ $(SOPHYAINCP)anydataobj.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ zthread.h $(SOPHYAINCP)machdefs.h \ $(SOPHYAINCP)pexceptions.h \ $(SOPHYAINCP)machdefs.h $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc $(SOPHYAOBJP)timing.o: timing.c timing.h $(CCOMPILE) -o $@ timing.c