[2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libSysTools.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
[3718] | 6 | rm -f $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)parlex.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)zthread.o $(SOPHYAOBJP)timing.o
|
---|
[2743] | 7 | rm -f $(SOPHYALIBP)libSysTools.a
|
---|
| 8 |
|
---|
[3718] | 9 | $(SOPHYALIBP)libSysTools.a : $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)parlex.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)timing.o $(SOPHYAOBJP)zthread.o
|
---|
[2743] | 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
[2743] | 12 |
|
---|
[3879] | 13 | $(SOPHYAOBJP)cexpre.o: cexpre.cc \
|
---|
| 14 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 15 | cexpre.h \
|
---|
[3718] | 16 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 17 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 18 | $(SOPHYAINCP)machdefs.h \
|
---|
[3615] | 19 | $(SOPHYAINCP)srandgen.h \
|
---|
| 20 | $(SOPHYAINCP)randinterf.h \
|
---|
[3879] | 21 | $(SOPHYAINCP)anydataobj.h
|
---|
[2765] | 22 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc
|
---|
[2743] | 23 |
|
---|
[3879] | 24 | $(SOPHYAOBJP)commander.o: commander.cc \
|
---|
| 25 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 26 | commander.h \
|
---|
[3007] | 27 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 28 | pdlmgr.h \
|
---|
| 29 | $(SOPHYAINCP)dvlist.h \
|
---|
| 30 | $(SOPHYAINCP)objfio.h \
|
---|
| 31 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 32 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 33 | $(SOPHYAINCP)ppersist.h \
|
---|
| 34 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3879] | 35 | $(SOPHYAINCP)gnumd5.h \
|
---|
[2743] | 36 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 37 | $(SOPHYAINCP)rawstream.h \
|
---|
| 38 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3879] | 39 | $(SOPHYAINCP)mutyv.h \
|
---|
[3718] | 40 | $(SOPHYAINCP)timestamp.h \
|
---|
[3879] | 41 | ctimer.h \
|
---|
| 42 | $(SOPHYAINCP)strutil.h \
|
---|
[3718] | 43 | $(SOPHYAINCP)strutilxx.h \
|
---|
[3879] | 44 | cexpre.h \
|
---|
| 45 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 46 | rpneval.h \
|
---|
[3615] | 47 | $(SOPHYAINCP)srandgen.h \
|
---|
[3718] | 48 | $(SOPHYAINCP)randinterf.h \
|
---|
[3879] | 49 | zthread.h
|
---|
[2765] | 50 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
|
---|
[2743] | 51 |
|
---|
[3879] | 52 | $(SOPHYAOBJP)ctimer.o: ctimer.cc \
|
---|
| 53 | $(SOPHYAINCP)machdefs.h \
|
---|
| 54 | ctimer.h
|
---|
[2765] | 55 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
|
---|
[2743] | 56 |
|
---|
[3879] | 57 | $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
|
---|
| 58 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 59 | cxxcmplnk.h \
|
---|
| 60 | $(SOPHYAINCP)machdefs.h \
|
---|
[3066] | 61 | $(SOPHYAINCP)sspvflags.h
|
---|
[2765] | 62 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
|
---|
[2743] | 63 |
|
---|
[3718] | 64 | $(SOPHYAOBJP)parlex.o: parlex.cc parlex.h zthread.h \
|
---|
| 65 | $(SOPHYAINCP)machdefs.h \
|
---|
| 66 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 67 | $(SOPHYAINCP)machdefs.h
|
---|
| 68 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parlex.cc
|
---|
| 69 |
|
---|
[3879] | 70 | $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \
|
---|
| 71 | $(SOPHYAINCP)machdefs.h \
|
---|
| 72 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 73 | pdlmgr.h
|
---|
[2765] | 74 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
|
---|
[2743] | 75 |
|
---|
[3879] | 76 | $(SOPHYAOBJP)periodic.o: periodic.cc \
|
---|
| 77 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3718] | 78 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 79 | periodic.h
|
---|
[2765] | 80 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
|
---|
[2743] | 81 |
|
---|
[3879] | 82 | $(SOPHYAOBJP)psighand.o: psighand.cc \
|
---|
| 83 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 84 | psighand.h \
|
---|
[3718] | 85 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 86 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 87 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 88 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
|
---|
[2743] | 89 |
|
---|
[3879] | 90 | $(SOPHYAOBJP)resusage.o: resusage.cc \
|
---|
| 91 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 92 | resusage.h \
|
---|
| 93 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 94 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
|
---|
[2743] | 95 |
|
---|
[3879] | 96 | $(SOPHYAOBJP)rpneval.o: rpneval.cc \
|
---|
| 97 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 98 | rpneval.h \
|
---|
[3718] | 99 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 100 | $(SOPHYAINCP)pexceptions.h \
|
---|
[3007] | 101 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 102 | $(SOPHYAINCP)strutilxx.h \
|
---|
[3615] | 103 | $(SOPHYAINCP)srandgen.h \
|
---|
| 104 | $(SOPHYAINCP)randinterf.h \
|
---|
[3879] | 105 | $(SOPHYAINCP)anydataobj.h
|
---|
[2765] | 106 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
|
---|
[2743] | 107 |
|
---|
[3879] | 108 | $(SOPHYAOBJP)zthread.o: zthread.cc \
|
---|
| 109 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 110 | zthread.h \
|
---|
[3718] | 111 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 112 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 113 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 114 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
|
---|
[2743] | 115 |
|
---|
| 116 | $(SOPHYAOBJP)timing.o: timing.c timing.h
|
---|
[2765] | 117 | $(CCOMPILE) -o $@ timing.c
|
---|
[2743] | 118 |
|
---|