Changeset 2765 in Sophya for trunk/SophyaLib
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \ 14 14 $(SOPHYAINCP)machdefs.h 15 $(CXXCOMPILE LIB) -o $@ $<15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc 16 16 17 17 $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h dvlist.h \19 objfio.hanydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \ 19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 20 rawstream.h ppfnametag.h mutyv.h \ 21 21 $(SOPHYAINCP)strutil.h 22 $(CXXCOMPILE LIB) -o $@ $<22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc 23 23 24 24 $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \ 25 $(SOPHYAINCP)machdefs.h \26 pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \27 ppf binstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h28 $(CXXCOMPILE LIB) -o $@ $<25 $(SOPHYAINCP)machdefs.h pexceptions.h \ 26 datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 27 ppfnametag.h ndatablock.h anydataobj.h 28 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 31 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 33 33 34 34 $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \ 35 $(SOPHYAINCP)machdefs.h \36 pexceptions.hndatablock.h anydataobj.h37 $(CXXCOMPILE LIB) -o $@ $<35 $(SOPHYAINCP)machdefs.h pexceptions.h \ 36 ndatablock.h anydataobj.h 37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc 38 38 39 39 $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \ 40 40 $(SOPHYAINCP)machdefs.h 41 $(CXXCOMPILE LIB) -o $@ $<41 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc 42 42 43 43 $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \ 44 $(SOPHYAINCP)machdefs.h \45 p exceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \46 ppfnametag.hanydataobj.h47 $(CXXCOMPILE LIB) -o $@ $<44 $(SOPHYAINCP)machdefs.h pexceptions.h \ 45 ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \ 46 anydataobj.h 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc 48 48 49 49 $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \ 50 $(SOPHYAINCP)machdefs.h \51 ppfbinstream.hrawstream.h pexceptions.h52 $(CXXCOMPILE LIB) -o $@ $<50 $(SOPHYAINCP)machdefs.h ppfbinstream.h \ 51 rawstream.h pexceptions.h 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc 53 53 54 54 $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \ 55 $(SOPHYAINCP)machdefs.h \56 sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \57 ppfbinstream.hrawstream.h ppfnametag.h58 $(CXXCOMPILE LIB) -o $@ $<55 $(SOPHYAINCP)machdefs.h sopnamsp.h \ 56 ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 57 rawstream.h ppfnametag.h 58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 59 59 60 60 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 pexceptions.h 63 $(CXXCOMPILELIB) -o $@ $< 61 $(SOPHYAINCP)machdefs.h pexceptions.h 62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc 64 63 65 64 $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \ 66 $(SOPHYAINCP)machdefs.h \67 sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \68 rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \69 dvlist.h objfio.h mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h \70 ppfwrapstlv.hsversion.h71 $(CXXCOMPILE LIB) -o $@ $<65 $(SOPHYAINCP)machdefs.h sophyainit.h \ 66 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 67 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 68 mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \ 69 sversion.h 70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 72 71 73 72 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 74 $(SOPHYAINCP)machdefs.h \75 timestamp.hpexceptions.h76 $(CXXCOMPILE LIB) -o $@ $<73 $(SOPHYAINCP)machdefs.h timestamp.h \ 74 pexceptions.h 75 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 77 76 78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \ 79 $(SOPHYAINCP)machdefs.h \ 77 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 80 78 bithelp.h gnumd5.h 81 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ gnumd5.c 82 80 83 81 $(SOPHYAOBJP)srandgen.o: srandgen.c \ 84 $(SOPHYAINCP)machdefs.h \85 s randgen.h smathconst.h86 $(CCOMPILE) -o $@ $<82 $(SOPHYAINCP)machdefs.h srandgen.h \ 83 smathconst.h 84 $(CCOMPILE) -o $@ srandgen.c 87 85 -
trunk/SophyaLib/BaseTools/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \ 14 14 $(SOPHYAINCP)machdefs.h 15 $(CXXCOMPILE LIB) -o $@ $<15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc 16 16 17 17 $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h dvlist.h \19 objfio.hanydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \ 19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 20 rawstream.h ppfnametag.h mutyv.h \ 21 21 $(SOPHYAINCP)strutil.h 22 $(CXXCOMPILE LIB) -o $@ $<22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc 23 23 24 24 $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \ 25 $(SOPHYAINCP)machdefs.h \26 pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \27 ppf binstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h28 $(CXXCOMPILE LIB) -o $@ $<25 $(SOPHYAINCP)machdefs.h pexceptions.h \ 26 datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 27 ppfnametag.h ndatablock.h anydataobj.h 28 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 31 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<32 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 33 33 34 34 $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \ 35 $(SOPHYAINCP)machdefs.h \36 pexceptions.hndatablock.h anydataobj.h37 $(CXXCOMPILE LIB) -o $@ $<35 $(SOPHYAINCP)machdefs.h pexceptions.h \ 36 ndatablock.h anydataobj.h 37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc 38 38 39 39 $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \ 40 40 $(SOPHYAINCP)machdefs.h 41 $(CXXCOMPILE LIB) -o $@ $<41 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc 42 42 43 43 $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \ 44 $(SOPHYAINCP)machdefs.h \45 p exceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \46 ppfnametag.hanydataobj.h47 $(CXXCOMPILE LIB) -o $@ $<44 $(SOPHYAINCP)machdefs.h pexceptions.h \ 45 ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \ 46 anydataobj.h 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc 48 48 49 49 $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \ 50 $(SOPHYAINCP)machdefs.h \51 ppfbinstream.hrawstream.h pexceptions.h52 $(CXXCOMPILE LIB) -o $@ $<50 $(SOPHYAINCP)machdefs.h ppfbinstream.h \ 51 rawstream.h pexceptions.h 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc 53 53 54 54 $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \ 55 $(SOPHYAINCP)machdefs.h \56 sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \57 ppfbinstream.hrawstream.h ppfnametag.h58 $(CXXCOMPILE LIB) -o $@ $<55 $(SOPHYAINCP)machdefs.h sopnamsp.h \ 56 ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 57 rawstream.h ppfnametag.h 58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 59 59 60 60 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 pexceptions.h 63 $(CXXCOMPILELIB) -o $@ $< 61 $(SOPHYAINCP)machdefs.h pexceptions.h 62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc 64 63 65 64 $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \ 66 $(SOPHYAINCP)machdefs.h \67 sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \68 rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \69 dvlist.h objfio.h mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h \70 ppfwrapstlv.hsversion.h71 $(CXXCOMPILE LIB) -o $@ $<65 $(SOPHYAINCP)machdefs.h sophyainit.h \ 66 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 67 ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \ 68 mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \ 69 sversion.h 70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 72 71 73 72 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 74 $(SOPHYAINCP)machdefs.h \75 timestamp.hpexceptions.h76 $(CXXCOMPILE LIB) -o $@ $<73 $(SOPHYAINCP)machdefs.h timestamp.h \ 74 pexceptions.h 75 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 77 76 78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \ 79 $(SOPHYAINCP)machdefs.h \ 77 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 80 78 bithelp.h gnumd5.h 81 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ gnumd5.c 82 80 83 81 $(SOPHYAOBJP)srandgen.o: srandgen.c \ 84 $(SOPHYAINCP)machdefs.h \85 s randgen.h smathconst.h86 $(CCOMPILE) -o $@ $<82 $(SOPHYAINCP)machdefs.h srandgen.h \ 83 smathconst.h 84 $(CCOMPILE) -o $@ srandgen.c 87 85 -
trunk/SophyaLib/HiStats/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 13 $(SOPHYAOBJP)basedtable.o: basedtable.cc basedtable.h \ 14 $(SOPHYAINCP)machdefs.h \15 ntupintf.h$(SOPHYAINCP)dvlist.h \14 $(SOPHYAINCP)machdefs.h ntupintf.h \ 15 $(SOPHYAINCP)dvlist.h \ 16 16 $(SOPHYAINCP)objfio.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ … … 25 25 $(SOPHYAINCP)segdatablock.h \ 26 26 $(SOPHYAINCP)sopnamsp.h 27 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc 28 28 29 29 $(SOPHYAOBJP)datatable.o: datatable.cc datatable.h basedtable.h \ 30 $(SOPHYAINCP)machdefs.h \31 ntupintf.h$(SOPHYAINCP)dvlist.h \30 $(SOPHYAINCP)machdefs.h ntupintf.h \ 31 $(SOPHYAINCP)dvlist.h \ 32 32 $(SOPHYAINCP)objfio.h \ 33 33 $(SOPHYAINCP)anydataobj.h \ … … 44 44 $(SOPHYAINCP)fiosegdb.h \ 45 45 $(SOPHYAINCP)ppftpointerio.h 46 $(CXXCOMPILE LIB) -o $@ $<46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc 47 47 48 48 $(SOPHYAOBJP)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \ 49 $(SOPHYAINCP)machdefs.h \ 50 ntupintf.h $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h \ 61 swppfdtable.h \ 49 $(SOPHYAINCP)machdefs.h ntupintf.h \ 50 $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 62 61 $(SOPHYAINCP)swsegdb.h \ 63 62 $(SOPHYAINCP)ppfswapper.h \ … … 65 64 $(SOPHYAINCP)sopnamsp.h \ 66 65 $(SOPHYAINCP)fiosegdb.h 67 $(CXXCOMPILELIB) -o $@ $< 68 69 $(SOPHYAOBJP)hisprof.o: hisprof.cc \ 70 $(SOPHYAINCP)sopnamsp.h \ 71 $(SOPHYAINCP)machdefs.h \ 72 hisprof.h $(SOPHYAINCP)peida.h \ 66 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc 67 68 $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h hisprof.h \ 70 $(SOPHYAINCP)peida.h \ 73 71 $(SOPHYAINCP)utils.h \ 74 72 $(SOPHYAINCP)perrors.h \ … … 90 88 $(SOPHYAINCP)ndatablock.h \ 91 89 $(SOPHYAINCP)utilarr.h histos.h 92 $(CXXCOMPILELIB) -o $@ $< 93 94 $(SOPHYAOBJP)histerr.o: histerr.cc \ 95 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \ 97 histinit.h \ 90 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc 91 92 $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \ 93 $(SOPHYAINCP)machdefs.h histinit.h \ 98 94 $(SOPHYAINCP)ntoolsinit.h \ 99 95 $(SOPHYAINCP)tarrinit.h \ 100 $(SOPHYAINCP)sophyainit.h \101 histerr.h$(SOPHYAINCP)objfio.h \102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 $(SOPHYAINCP)gnumd5.h \ 106 $(SOPHYAINCP)ppfbinstream.h \ 107 $(SOPHYAINCP)rawstream.h \ 108 $(SOPHYAINCP)ppfnametag.h \109 histos.h$(SOPHYAINCP)peida.h \96 $(SOPHYAINCP)sophyainit.h histerr.h \ 97 $(SOPHYAINCP)objfio.h \ 98 $(SOPHYAINCP)anydataobj.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h histos.h \ 105 $(SOPHYAINCP)peida.h \ 110 106 $(SOPHYAINCP)utils.h \ 111 107 $(SOPHYAINCP)perrors.h \ … … 119 115 $(SOPHYAINCP)ndatablock.h \ 120 116 $(SOPHYAINCP)utilarr.h 121 $(CXXCOMPILE LIB) -o $@ $<117 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 122 118 123 119 $(SOPHYAOBJP)histinit.o: histinit.cc \ 124 120 $(SOPHYAINCP)sopnamsp.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 histinit.h \ 121 $(SOPHYAINCP)machdefs.h histinit.h \ 127 122 $(SOPHYAINCP)ntoolsinit.h \ 128 123 $(SOPHYAINCP)tarrinit.h \ 129 $(SOPHYAINCP)sophyainit.h \ 130 histos.h $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)gnumd5.h \ 135 $(SOPHYAINCP)ppfbinstream.h \ 136 $(SOPHYAINCP)rawstream.h \ 137 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)peida.h \ 139 $(SOPHYAINCP)utils.h \ 140 $(SOPHYAINCP)perrors.h \ 141 $(SOPHYAINCP)fmath.h \ 142 $(SOPHYAINCP)tvector.h \ 143 $(SOPHYAINCP)tmatrix.h \ 144 $(SOPHYAINCP)tarray.h \ 145 $(SOPHYAINCP)basarr.h \ 146 $(SOPHYAINCP)mutyv.h \ 147 $(SOPHYAINCP)dvlist.h \ 148 $(SOPHYAINCP)ndatablock.h \ 149 $(SOPHYAINCP)utilarr.h histos2.h \ 150 hisprof.h histerr.h ntuple.h ntupintf.h xntuple.h datatable.h \ 151 basedtable.h \ 152 $(SOPHYAINCP)segdatablock.h \ 153 swppfdtable.h \ 124 $(SOPHYAINCP)sophyainit.h histos.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)anydataobj.h \ 127 $(SOPHYAINCP)ppersist.h \ 128 $(SOPHYAINCP)pexceptions.h \ 129 $(SOPHYAINCP)gnumd5.h \ 130 $(SOPHYAINCP)ppfbinstream.h \ 131 $(SOPHYAINCP)rawstream.h \ 132 $(SOPHYAINCP)ppfnametag.h \ 133 $(SOPHYAINCP)peida.h \ 134 $(SOPHYAINCP)utils.h \ 135 $(SOPHYAINCP)perrors.h \ 136 $(SOPHYAINCP)fmath.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \ 145 histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 146 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 154 147 $(SOPHYAINCP)swsegdb.h \ 155 148 $(SOPHYAINCP)ppfswapper.h \ 156 149 $(SOPHYAINCP)ppftpointerio.h 157 $(CXXCOMPILELIB) -o $@ $< 158 159 $(SOPHYAOBJP)histos2.o: histos2.cc \ 160 $(SOPHYAINCP)sopnamsp.h \ 161 $(SOPHYAINCP)machdefs.h \ 162 histos2.h $(SOPHYAINCP)peida.h \ 163 $(SOPHYAINCP)utils.h \ 164 $(SOPHYAINCP)perrors.h \ 165 $(SOPHYAINCP)pexceptions.h \ 166 $(SOPHYAINCP)fmath.h histos.h \ 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)anydataobj.h \ 169 $(SOPHYAINCP)ppersist.h \ 170 $(SOPHYAINCP)gnumd5.h \ 171 $(SOPHYAINCP)ppfbinstream.h \ 172 $(SOPHYAINCP)rawstream.h \ 173 $(SOPHYAINCP)ppfnametag.h \ 174 $(SOPHYAINCP)tvector.h \ 175 $(SOPHYAINCP)tmatrix.h \ 176 $(SOPHYAINCP)tarray.h \ 177 $(SOPHYAINCP)basarr.h \ 178 $(SOPHYAINCP)mutyv.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h 182 $(CXXCOMPILELIB) -o $@ $< 183 184 $(SOPHYAOBJP)histos.o: histos.cc \ 185 $(SOPHYAINCP)sopnamsp.h \ 150 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc 151 152 $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \ 186 153 $(SOPHYAINCP)machdefs.h histos.h \ 187 154 $(SOPHYAINCP)objfio.h \ … … 207 174 $(SOPHYAINCP)poly.h \ 208 175 $(SOPHYAINCP)strutil.h 209 $(CXXCOMPILELIB) -o $@ $< 176 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc 177 178 $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h histos2.h \ 180 $(SOPHYAINCP)peida.h \ 181 $(SOPHYAINCP)utils.h \ 182 $(SOPHYAINCP)perrors.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)fmath.h histos.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)anydataobj.h \ 187 $(SOPHYAINCP)ppersist.h \ 188 $(SOPHYAINCP)gnumd5.h \ 189 $(SOPHYAINCP)ppfbinstream.h \ 190 $(SOPHYAINCP)rawstream.h \ 191 $(SOPHYAINCP)ppfnametag.h \ 192 $(SOPHYAINCP)tvector.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tarray.h \ 195 $(SOPHYAINCP)basarr.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)dvlist.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h 200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc 210 201 211 202 $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \ 212 $(SOPHYAINCP)sopnamsp.h \ 213 ntupintf.h \ 203 $(SOPHYAINCP)sopnamsp.h ntupintf.h \ 214 204 $(SOPHYAINCP)machdefs.h \ 215 205 $(SOPHYAINCP)pexceptions.h 216 $(CXXCOMPILELIB) -o $@ $< 217 218 $(SOPHYAOBJP)ntuple.o: ntuple.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc 207 208 $(SOPHYAOBJP)ntuple.o: ntuple.cc $(SOPHYAINCP)sopnamsp.h \ 220 209 $(SOPHYAINCP)strutil.h \ 221 210 $(SOPHYAINCP)perrors.h \ … … 228 217 $(SOPHYAINCP)ppfbinstream.h \ 229 218 $(SOPHYAINCP)rawstream.h \ 230 $(SOPHYAINCP)ppfnametag.h \231 ntupintf.h$(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 220 $(SOPHYAINCP)dvlist.h \ 232 221 $(SOPHYAINCP)mutyv.h 233 $(CXXCOMPILE LIB) -o $@ $<222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc 234 223 235 224 $(SOPHYAOBJP)proxtuple.o: proxtuple.cc \ 236 $(SOPHYAINCP)sopnamsp.h \ 237 proxtuple.h ntuple.h \ 238 $(SOPHYAINCP)objfio.h \ 225 $(SOPHYAINCP)sopnamsp.h proxtuple.h \ 226 ntuple.h $(SOPHYAINCP)objfio.h \ 239 227 $(SOPHYAINCP)machdefs.h \ 240 228 $(SOPHYAINCP)anydataobj.h \ … … 244 232 $(SOPHYAINCP)ppfbinstream.h \ 245 233 $(SOPHYAINCP)rawstream.h \ 246 $(SOPHYAINCP)ppfnametag.h \247 ntupintf.h$(SOPHYAINCP)dvlist.h \234 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 235 $(SOPHYAINCP)dvlist.h \ 248 236 $(SOPHYAINCP)mutyv.h 249 $(CXXCOMPILE LIB) -o $@ $<237 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc 250 238 251 239 $(SOPHYAOBJP)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \ 252 $(SOPHYAINCP)machdefs.h \253 ntupintf.h$(SOPHYAINCP)dvlist.h \240 $(SOPHYAINCP)machdefs.h ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 254 242 $(SOPHYAINCP)objfio.h \ 255 243 $(SOPHYAINCP)anydataobj.h \ … … 266 254 $(SOPHYAINCP)ppftpointerio.h \ 267 255 $(SOPHYAINCP)sopnamsp.h 268 $(CXXCOMPILELIB) -o $@ $< 269 270 $(SOPHYAOBJP)xntuple.o: xntuple.cc \ 271 $(SOPHYAINCP)sopnamsp.h \ 256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 257 258 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \ 272 259 $(SOPHYAINCP)ppersist.h \ 273 260 $(SOPHYAINCP)machdefs.h \ … … 277 264 $(SOPHYAINCP)rawstream.h \ 278 265 $(SOPHYAINCP)ppfnametag.h \ 279 $(SOPHYAINCP)perrors.h xntuple.h \280 ntupintf.h$(SOPHYAINCP)dvlist.h \266 $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \ 267 $(SOPHYAINCP)dvlist.h \ 281 268 $(SOPHYAINCP)objfio.h \ 282 269 $(SOPHYAINCP)anydataobj.h \ 283 270 $(SOPHYAINCP)mutyv.h 284 $(CXXCOMPILE LIB) -o $@ $<285 271 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc 272 -
trunk/SophyaLib/HiStats/objlist.list
r2741 r2765 5 5 histerr.o 6 6 histinit.o 7 histos.o 7 8 histos2.o 8 histos.o9 9 ntupintf.o 10 10 ntuple.o -
trunk/SophyaLib/HiStats/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos 2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 13 $(SOPHYAOBJP)basedtable.o: basedtable.cc basedtable.h \ 14 $(SOPHYAINCP)machdefs.h \15 ntupintf.h$(SOPHYAINCP)dvlist.h \14 $(SOPHYAINCP)machdefs.h ntupintf.h \ 15 $(SOPHYAINCP)dvlist.h \ 16 16 $(SOPHYAINCP)objfio.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ … … 25 25 $(SOPHYAINCP)segdatablock.h \ 26 26 $(SOPHYAINCP)sopnamsp.h 27 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basedtable.cc 28 28 29 29 $(SOPHYAOBJP)datatable.o: datatable.cc datatable.h basedtable.h \ 30 $(SOPHYAINCP)machdefs.h \31 ntupintf.h$(SOPHYAINCP)dvlist.h \30 $(SOPHYAINCP)machdefs.h ntupintf.h \ 31 $(SOPHYAINCP)dvlist.h \ 32 32 $(SOPHYAINCP)objfio.h \ 33 33 $(SOPHYAINCP)anydataobj.h \ … … 44 44 $(SOPHYAINCP)fiosegdb.h \ 45 45 $(SOPHYAINCP)ppftpointerio.h 46 $(CXXCOMPILE LIB) -o $@ $<46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatable.cc 47 47 48 48 $(SOPHYAOBJP)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \ 49 $(SOPHYAINCP)machdefs.h \ 50 ntupintf.h $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h \ 61 swppfdtable.h \ 49 $(SOPHYAINCP)machdefs.h ntupintf.h \ 50 $(SOPHYAINCP)dvlist.h \ 51 $(SOPHYAINCP)objfio.h \ 52 $(SOPHYAINCP)anydataobj.h \ 53 $(SOPHYAINCP)ppersist.h \ 54 $(SOPHYAINCP)pexceptions.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)mutyv.h \ 60 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 62 61 $(SOPHYAINCP)swsegdb.h \ 63 62 $(SOPHYAINCP)ppfswapper.h \ … … 65 64 $(SOPHYAINCP)sopnamsp.h \ 66 65 $(SOPHYAINCP)fiosegdb.h 67 $(CXXCOMPILELIB) -o $@ $< 68 69 $(SOPHYAOBJP)hisprof.o: hisprof.cc \ 70 $(SOPHYAINCP)sopnamsp.h \ 71 $(SOPHYAINCP)machdefs.h \ 72 hisprof.h $(SOPHYAINCP)peida.h \ 66 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fio_dtable.cc 67 68 $(SOPHYAOBJP)hisprof.o: hisprof.cc $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h hisprof.h \ 70 $(SOPHYAINCP)peida.h \ 73 71 $(SOPHYAINCP)utils.h \ 74 72 $(SOPHYAINCP)perrors.h \ … … 90 88 $(SOPHYAINCP)ndatablock.h \ 91 89 $(SOPHYAINCP)utilarr.h histos.h 92 $(CXXCOMPILELIB) -o $@ $< 93 94 $(SOPHYAOBJP)histerr.o: histerr.cc \ 95 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \ 97 histinit.h \ 90 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ hisprof.cc 91 92 $(SOPHYAOBJP)histerr.o: histerr.cc $(SOPHYAINCP)sopnamsp.h \ 93 $(SOPHYAINCP)machdefs.h histinit.h \ 98 94 $(SOPHYAINCP)ntoolsinit.h \ 99 95 $(SOPHYAINCP)tarrinit.h \ 100 $(SOPHYAINCP)sophyainit.h \101 histerr.h$(SOPHYAINCP)objfio.h \102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 $(SOPHYAINCP)gnumd5.h \ 106 $(SOPHYAINCP)ppfbinstream.h \ 107 $(SOPHYAINCP)rawstream.h \ 108 $(SOPHYAINCP)ppfnametag.h \109 histos.h$(SOPHYAINCP)peida.h \96 $(SOPHYAINCP)sophyainit.h histerr.h \ 97 $(SOPHYAINCP)objfio.h \ 98 $(SOPHYAINCP)anydataobj.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h histos.h \ 105 $(SOPHYAINCP)peida.h \ 110 106 $(SOPHYAINCP)utils.h \ 111 107 $(SOPHYAINCP)perrors.h \ … … 119 115 $(SOPHYAINCP)ndatablock.h \ 120 116 $(SOPHYAINCP)utilarr.h 121 $(CXXCOMPILE LIB) -o $@ $<117 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histerr.cc 122 118 123 119 $(SOPHYAOBJP)histinit.o: histinit.cc \ 124 120 $(SOPHYAINCP)sopnamsp.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 histinit.h \ 121 $(SOPHYAINCP)machdefs.h histinit.h \ 127 122 $(SOPHYAINCP)ntoolsinit.h \ 128 123 $(SOPHYAINCP)tarrinit.h \ 129 $(SOPHYAINCP)sophyainit.h \ 130 histos.h $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)gnumd5.h \ 135 $(SOPHYAINCP)ppfbinstream.h \ 136 $(SOPHYAINCP)rawstream.h \ 137 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)peida.h \ 139 $(SOPHYAINCP)utils.h \ 140 $(SOPHYAINCP)perrors.h \ 141 $(SOPHYAINCP)fmath.h \ 142 $(SOPHYAINCP)tvector.h \ 143 $(SOPHYAINCP)tmatrix.h \ 144 $(SOPHYAINCP)tarray.h \ 145 $(SOPHYAINCP)basarr.h \ 146 $(SOPHYAINCP)mutyv.h \ 147 $(SOPHYAINCP)dvlist.h \ 148 $(SOPHYAINCP)ndatablock.h \ 149 $(SOPHYAINCP)utilarr.h histos2.h \ 150 hisprof.h histerr.h ntuple.h ntupintf.h xntuple.h datatable.h \ 151 basedtable.h \ 152 $(SOPHYAINCP)segdatablock.h \ 153 swppfdtable.h \ 124 $(SOPHYAINCP)sophyainit.h histos.h \ 125 $(SOPHYAINCP)objfio.h \ 126 $(SOPHYAINCP)anydataobj.h \ 127 $(SOPHYAINCP)ppersist.h \ 128 $(SOPHYAINCP)pexceptions.h \ 129 $(SOPHYAINCP)gnumd5.h \ 130 $(SOPHYAINCP)ppfbinstream.h \ 131 $(SOPHYAINCP)rawstream.h \ 132 $(SOPHYAINCP)ppfnametag.h \ 133 $(SOPHYAINCP)peida.h \ 134 $(SOPHYAINCP)utils.h \ 135 $(SOPHYAINCP)perrors.h \ 136 $(SOPHYAINCP)fmath.h \ 137 $(SOPHYAINCP)tvector.h \ 138 $(SOPHYAINCP)tmatrix.h \ 139 $(SOPHYAINCP)tarray.h \ 140 $(SOPHYAINCP)basarr.h \ 141 $(SOPHYAINCP)mutyv.h \ 142 $(SOPHYAINCP)dvlist.h \ 143 $(SOPHYAINCP)ndatablock.h \ 144 $(SOPHYAINCP)utilarr.h histos2.h hisprof.h \ 145 histerr.h ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 146 $(SOPHYAINCP)segdatablock.h swppfdtable.h \ 154 147 $(SOPHYAINCP)swsegdb.h \ 155 148 $(SOPHYAINCP)ppfswapper.h \ 156 149 $(SOPHYAINCP)ppftpointerio.h 157 $(CXXCOMPILELIB) -o $@ $< 158 159 $(SOPHYAOBJP)histos2.o: histos2.cc \ 160 $(SOPHYAINCP)sopnamsp.h \ 161 $(SOPHYAINCP)machdefs.h \ 162 histos2.h $(SOPHYAINCP)peida.h \ 163 $(SOPHYAINCP)utils.h \ 164 $(SOPHYAINCP)perrors.h \ 165 $(SOPHYAINCP)pexceptions.h \ 166 $(SOPHYAINCP)fmath.h histos.h \ 167 $(SOPHYAINCP)objfio.h \ 168 $(SOPHYAINCP)anydataobj.h \ 169 $(SOPHYAINCP)ppersist.h \ 170 $(SOPHYAINCP)gnumd5.h \ 171 $(SOPHYAINCP)ppfbinstream.h \ 172 $(SOPHYAINCP)rawstream.h \ 173 $(SOPHYAINCP)ppfnametag.h \ 174 $(SOPHYAINCP)tvector.h \ 175 $(SOPHYAINCP)tmatrix.h \ 176 $(SOPHYAINCP)tarray.h \ 177 $(SOPHYAINCP)basarr.h \ 178 $(SOPHYAINCP)mutyv.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)utilarr.h 182 $(CXXCOMPILELIB) -o $@ $< 183 184 $(SOPHYAOBJP)histos.o: histos.cc \ 185 $(SOPHYAINCP)sopnamsp.h \ 150 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histinit.cc 151 152 $(SOPHYAOBJP)histos.o: histos.cc $(SOPHYAINCP)sopnamsp.h \ 186 153 $(SOPHYAINCP)machdefs.h histos.h \ 187 154 $(SOPHYAINCP)objfio.h \ … … 207 174 $(SOPHYAINCP)poly.h \ 208 175 $(SOPHYAINCP)strutil.h 209 $(CXXCOMPILELIB) -o $@ $< 176 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos.cc 177 178 $(SOPHYAOBJP)histos2.o: histos2.cc $(SOPHYAINCP)sopnamsp.h \ 179 $(SOPHYAINCP)machdefs.h histos2.h \ 180 $(SOPHYAINCP)peida.h \ 181 $(SOPHYAINCP)utils.h \ 182 $(SOPHYAINCP)perrors.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)fmath.h histos.h \ 185 $(SOPHYAINCP)objfio.h \ 186 $(SOPHYAINCP)anydataobj.h \ 187 $(SOPHYAINCP)ppersist.h \ 188 $(SOPHYAINCP)gnumd5.h \ 189 $(SOPHYAINCP)ppfbinstream.h \ 190 $(SOPHYAINCP)rawstream.h \ 191 $(SOPHYAINCP)ppfnametag.h \ 192 $(SOPHYAINCP)tvector.h \ 193 $(SOPHYAINCP)tmatrix.h \ 194 $(SOPHYAINCP)tarray.h \ 195 $(SOPHYAINCP)basarr.h \ 196 $(SOPHYAINCP)mutyv.h \ 197 $(SOPHYAINCP)dvlist.h \ 198 $(SOPHYAINCP)ndatablock.h \ 199 $(SOPHYAINCP)utilarr.h 200 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ histos2.cc 210 201 211 202 $(SOPHYAOBJP)ntupintf.o: ntupintf.cc \ 212 $(SOPHYAINCP)sopnamsp.h \ 213 ntupintf.h \ 203 $(SOPHYAINCP)sopnamsp.h ntupintf.h \ 214 204 $(SOPHYAINCP)machdefs.h \ 215 205 $(SOPHYAINCP)pexceptions.h 216 $(CXXCOMPILELIB) -o $@ $< 217 218 $(SOPHYAOBJP)ntuple.o: ntuple.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntupintf.cc 207 208 $(SOPHYAOBJP)ntuple.o: ntuple.cc $(SOPHYAINCP)sopnamsp.h \ 220 209 $(SOPHYAINCP)strutil.h \ 221 210 $(SOPHYAINCP)perrors.h \ … … 228 217 $(SOPHYAINCP)ppfbinstream.h \ 229 218 $(SOPHYAINCP)rawstream.h \ 230 $(SOPHYAINCP)ppfnametag.h \231 ntupintf.h$(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 220 $(SOPHYAINCP)dvlist.h \ 232 221 $(SOPHYAINCP)mutyv.h 233 $(CXXCOMPILE LIB) -o $@ $<222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntuple.cc 234 223 235 224 $(SOPHYAOBJP)proxtuple.o: proxtuple.cc \ 236 $(SOPHYAINCP)sopnamsp.h \ 237 proxtuple.h ntuple.h \ 238 $(SOPHYAINCP)objfio.h \ 225 $(SOPHYAINCP)sopnamsp.h proxtuple.h \ 226 ntuple.h $(SOPHYAINCP)objfio.h \ 239 227 $(SOPHYAINCP)machdefs.h \ 240 228 $(SOPHYAINCP)anydataobj.h \ … … 244 232 $(SOPHYAINCP)ppfbinstream.h \ 245 233 $(SOPHYAINCP)rawstream.h \ 246 $(SOPHYAINCP)ppfnametag.h \247 ntupintf.h$(SOPHYAINCP)dvlist.h \234 $(SOPHYAINCP)ppfnametag.h ntupintf.h \ 235 $(SOPHYAINCP)dvlist.h \ 248 236 $(SOPHYAINCP)mutyv.h 249 $(CXXCOMPILE LIB) -o $@ $<237 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ proxtuple.cc 250 238 251 239 $(SOPHYAOBJP)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \ 252 $(SOPHYAINCP)machdefs.h \253 ntupintf.h$(SOPHYAINCP)dvlist.h \240 $(SOPHYAINCP)machdefs.h ntupintf.h \ 241 $(SOPHYAINCP)dvlist.h \ 254 242 $(SOPHYAINCP)objfio.h \ 255 243 $(SOPHYAINCP)anydataobj.h \ … … 266 254 $(SOPHYAINCP)ppftpointerio.h \ 267 255 $(SOPHYAINCP)sopnamsp.h 268 $(CXXCOMPILELIB) -o $@ $< 269 270 $(SOPHYAOBJP)xntuple.o: xntuple.cc \ 271 $(SOPHYAINCP)sopnamsp.h \ 256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 257 258 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)sopnamsp.h \ 272 259 $(SOPHYAINCP)ppersist.h \ 273 260 $(SOPHYAINCP)machdefs.h \ … … 277 264 $(SOPHYAINCP)rawstream.h \ 278 265 $(SOPHYAINCP)ppfnametag.h \ 279 $(SOPHYAINCP)perrors.h xntuple.h \280 ntupintf.h$(SOPHYAINCP)dvlist.h \266 $(SOPHYAINCP)perrors.h xntuple.h ntupintf.h \ 267 $(SOPHYAINCP)dvlist.h \ 281 268 $(SOPHYAINCP)objfio.h \ 282 269 $(SOPHYAINCP)anydataobj.h \ 283 270 $(SOPHYAINCP)mutyv.h 284 $(CXXCOMPILE LIB) -o $@ $<285 271 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc 272 -
trunk/SophyaLib/NTools/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc \14 $(SOPHYAINCP)sopnamsp.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)pexceptions.h \17 cimage.h $(SOPHYAINCP)tmatrix.h \18 $(SOPHYAINCP)tarray.h \19 $(SOPHYAINCP)basarr.h \20 $(SOPHYAINCP)anydataobj.h \21 $(SOPHYAINCP)mutyv.h \22 $(SOPHYAINCP)dvlist.h \23 $(SOPHYAINCP)objfio.h \24 $(SOPHYAINCP)ppersist.h \25 $(SOPHYAINCP)gnumd5.h \26 $(SOPHYAINCP)ppfbinstream.h \27 $(SOPHYAINCP)rawstream.h \28 $(SOPHYAINCP)ppfnametag.h \29 $(SOPHYAINCP)ndatablock.h \30 $(SOPHYAINCP)utilarr.h \31 $(SOPHYAINCP)fioarr.h \32 $(SOPHYAINCP)tvector.h \33 $(SOPHYAINCP)datatype.h34 $(CXXCOMPILELIB) -o $@ $<35 36 $(SOPHYAOBJP)cspline.o: cspline.cc \37 $(SOPHYAINCP)sopnamsp.h \38 $(SOPHYAINCP)machdefs.h nbtri.h \39 cspline.h \40 $(SOPHYAINCP)pexceptions.h41 $(CXXCOMPILELIB) -o $@ $<42 43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \44 $(SOPHYAINCP)sopnamsp.h \45 datatypes.h \46 $(SOPHYAINCP)machdefs.h47 $(CXXCOMPILELIB) -o $@ $<48 49 $(SOPHYAOBJP)dates.o: dates.cc \50 $(SOPHYAINCP)sopnamsp.h \51 $(SOPHYAINCP)machdefs.h \52 $(SOPHYAINCP)perrors.h \53 $(SOPHYAINCP)pexceptions.h \54 dates.h55 $(CXXCOMPILELIB) -o $@ $<56 57 $(SOPHYAOBJP)difeq.o: difeq.cc \58 $(SOPHYAINCP)sopnamsp.h difeq.h \59 $(SOPHYAINCP)machdefs.h \60 $(SOPHYAINCP)pexceptions.h \61 $(SOPHYAINCP)tvector.h \62 $(SOPHYAINCP)tmatrix.h \63 $(SOPHYAINCP)tarray.h \64 $(SOPHYAINCP)basarr.h \65 $(SOPHYAINCP)anydataobj.h \66 $(SOPHYAINCP)mutyv.h \67 $(SOPHYAINCP)dvlist.h \68 $(SOPHYAINCP)objfio.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)gnumd5.h \71 $(SOPHYAINCP)ppfbinstream.h \72 $(SOPHYAINCP)rawstream.h \73 $(SOPHYAINCP)ppfnametag.h \74 $(SOPHYAINCP)ndatablock.h \75 $(SOPHYAINCP)utilarr.h \76 $(SOPHYAINCP)ctimer.h77 $(CXXCOMPILELIB) -o $@ $<78 79 $(SOPHYAOBJP)dynccd.o: dynccd.cc \80 $(SOPHYAINCP)sopnamsp.h \81 $(SOPHYAINCP)machdefs.h fmath.h \82 perandom.h $(SOPHYAINCP)histos.h \83 $(SOPHYAINCP)objfio.h \84 $(SOPHYAINCP)anydataobj.h \85 $(SOPHYAINCP)ppersist.h \86 $(SOPHYAINCP)pexceptions.h \87 $(SOPHYAINCP)gnumd5.h \88 $(SOPHYAINCP)ppfbinstream.h \89 $(SOPHYAINCP)rawstream.h \90 $(SOPHYAINCP)ppfnametag.h \91 $(SOPHYAINCP)peida.h \92 $(SOPHYAINCP)utils.h \93 $(SOPHYAINCP)perrors.h \94 $(SOPHYAINCP)fmath.h \95 $(SOPHYAINCP)tvector.h \96 $(SOPHYAINCP)tmatrix.h \97 $(SOPHYAINCP)tarray.h \98 $(SOPHYAINCP)basarr.h \99 $(SOPHYAINCP)mutyv.h \100 $(SOPHYAINCP)dvlist.h \101 $(SOPHYAINCP)ndatablock.h \102 $(SOPHYAINCP)utilarr.h \103 nbrandom.h \104 $(SOPHYAINCP)srandgen.h cimage.h \105 $(SOPHYAINCP)fioarr.h dynccd.h106 $(CXXCOMPILELIB) -o $@ $<107 108 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \109 $(SOPHYAINCP)sopnamsp.h \110 $(SOPHYAINCP)machdefs.h \111 fct1dfit.h generalfit.h \112 $(SOPHYAINCP)pexceptions.h \113 $(SOPHYAINCP)tvector.h \114 $(SOPHYAINCP)tmatrix.h \115 $(SOPHYAINCP)tarray.h \116 $(SOPHYAINCP)basarr.h \117 $(SOPHYAINCP)anydataobj.h \118 $(SOPHYAINCP)mutyv.h \119 $(SOPHYAINCP)dvlist.h \120 $(SOPHYAINCP)objfio.h \121 $(SOPHYAINCP)ppersist.h \122 $(SOPHYAINCP)gnumd5.h \123 $(SOPHYAINCP)ppfbinstream.h \124 $(SOPHYAINCP)rawstream.h \125 $(SOPHYAINCP)ppfnametag.h \126 $(SOPHYAINCP)ndatablock.h \127 $(SOPHYAINCP)utilarr.h \128 generaldata.h \129 $(SOPHYAINCP)ntupintf.h poly.h \130 peida.h $(SOPHYAINCP)utils.h \131 $(SOPHYAINCP)perrors.h fmath.h \132 nbconst.h tabmath.h133 $(CXXCOMPILELIB) -o $@ $<134 135 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \136 $(SOPHYAINCP)sopnamsp.h \137 $(SOPHYAINCP)machdefs.h \138 fct2dfit.h generalfit.h \139 $(SOPHYAINCP)pexceptions.h \140 $(SOPHYAINCP)tvector.h \141 $(SOPHYAINCP)tmatrix.h \142 $(SOPHYAINCP)tarray.h \143 $(SOPHYAINCP)basarr.h \144 $(SOPHYAINCP)anydataobj.h \145 $(SOPHYAINCP)mutyv.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)objfio.h \148 $(SOPHYAINCP)ppersist.h \149 $(SOPHYAINCP)gnumd5.h \150 $(SOPHYAINCP)ppfbinstream.h \151 $(SOPHYAINCP)rawstream.h \152 $(SOPHYAINCP)ppfnametag.h \153 $(SOPHYAINCP)ndatablock.h \154 $(SOPHYAINCP)utilarr.h \155 generaldata.h \156 $(SOPHYAINCP)ntupintf.h poly.h \157 peida.h $(SOPHYAINCP)utils.h \158 $(SOPHYAINCP)perrors.h fmath.h \159 nbconst.h tabmath.h simps2d.h160 $(CXXCOMPILELIB) -o $@ $<161 162 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \163 $(SOPHYAINCP)sopnamsp.h \164 fftmserver.h fftservintf.h \165 $(SOPHYAINCP)machdefs.h \166 $(SOPHYAINCP)pexceptions.h \167 $(SOPHYAINCP)tmatrix.h \168 $(SOPHYAINCP)tarray.h \169 $(SOPHYAINCP)basarr.h \170 $(SOPHYAINCP)anydataobj.h \171 $(SOPHYAINCP)mutyv.h \172 $(SOPHYAINCP)dvlist.h \173 $(SOPHYAINCP)objfio.h \174 $(SOPHYAINCP)ppersist.h \175 $(SOPHYAINCP)gnumd5.h \176 $(SOPHYAINCP)ppfbinstream.h \177 $(SOPHYAINCP)rawstream.h \178 $(SOPHYAINCP)ppfnametag.h \179 $(SOPHYAINCP)ndatablock.h \180 $(SOPHYAINCP)utilarr.h \181 $(SOPHYAINCP)tvector.h \182 fftmayer.h183 $(CXXCOMPILELIB) -o $@ $<184 185 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \186 $(SOPHYAINCP)sopnamsp.h \187 fftpserver.h fftservintf.h \188 $(SOPHYAINCP)machdefs.h \189 $(SOPHYAINCP)pexceptions.h \190 $(SOPHYAINCP)tmatrix.h \191 $(SOPHYAINCP)tarray.h \192 $(SOPHYAINCP)basarr.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)mutyv.h \195 $(SOPHYAINCP)dvlist.h \196 $(SOPHYAINCP)objfio.h \197 $(SOPHYAINCP)ppersist.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)ndatablock.h \203 $(SOPHYAINCP)utilarr.h \204 $(SOPHYAINCP)tvector.h \205 fftpackc.h206 $(CXXCOMPILELIB) -o $@ $<207 208 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \209 $(SOPHYAINCP)sopnamsp.h \210 fftservintf.h \211 $(SOPHYAINCP)machdefs.h \212 $(SOPHYAINCP)pexceptions.h \213 $(SOPHYAINCP)tmatrix.h \214 $(SOPHYAINCP)tarray.h \215 $(SOPHYAINCP)basarr.h \216 $(SOPHYAINCP)anydataobj.h \217 $(SOPHYAINCP)mutyv.h \218 $(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)objfio.h \220 $(SOPHYAINCP)ppersist.h \221 $(SOPHYAINCP)gnumd5.h \222 $(SOPHYAINCP)ppfbinstream.h \223 $(SOPHYAINCP)rawstream.h \224 $(SOPHYAINCP)ppfnametag.h \225 $(SOPHYAINCP)ndatablock.h \226 $(SOPHYAINCP)utilarr.h \227 $(SOPHYAINCP)tvector.h228 $(CXXCOMPILELIB) -o $@ $<229 230 13 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 231 $(SOPHYAINCP)sopnamsp.h \ 232 FSAppIrrSmpl.h \ 14 $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \ 233 15 $(SOPHYAINCP)machdefs.h nbmath.h \ 234 16 $(SOPHYAINCP)smathconst.h \ … … 253 35 $(SOPHYAINCP)matharr.h \ 254 36 $(SOPHYAINCP)fioarr.h \ 255 $(SOPHYAINCP)sopemtx.h \ 256 fftservintf.h fftpserver.h \ 257 $(SOPHYAINCP)toeplitzMatrix.h \ 37 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 38 fftpserver.h $(SOPHYAINCP)toeplitzMatrix.h \ 258 39 $(SOPHYAINCP)nbmath.h \ 259 40 $(SOPHYAINCP)fftservintf.h \ 260 41 $(SOPHYAINCP)fftpserver.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)functab.o: functab.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 functab.h $(SOPHYAINCP)tvector.h \ 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)dvlist.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)fioarr.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)datatype.h 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 65 66 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 68 $(SOPHYAINCP)pexceptions.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 70 71 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 72 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 73 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 75 76 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)perrors.h \ 79 $(SOPHYAINCP)pexceptions.h dates.h 80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 81 82 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 83 difeq.h $(SOPHYAINCP)machdefs.h \ 84 $(SOPHYAINCP)pexceptions.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)mutyv.h \ 91 $(SOPHYAINCP)dvlist.h \ 92 $(SOPHYAINCP)objfio.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)gnumd5.h \ 95 $(SOPHYAINCP)ppfbinstream.h \ 96 $(SOPHYAINCP)rawstream.h \ 97 $(SOPHYAINCP)ppfnametag.h \ 98 $(SOPHYAINCP)ndatablock.h \ 99 $(SOPHYAINCP)utilarr.h \ 100 $(SOPHYAINCP)ctimer.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 102 103 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 105 $(SOPHYAINCP)histos.h \ 106 $(SOPHYAINCP)objfio.h \ 107 $(SOPHYAINCP)anydataobj.h \ 108 $(SOPHYAINCP)ppersist.h \ 109 $(SOPHYAINCP)pexceptions.h \ 110 $(SOPHYAINCP)gnumd5.h \ 111 $(SOPHYAINCP)ppfbinstream.h \ 112 $(SOPHYAINCP)rawstream.h \ 113 $(SOPHYAINCP)ppfnametag.h \ 114 $(SOPHYAINCP)peida.h \ 115 $(SOPHYAINCP)utils.h \ 116 $(SOPHYAINCP)perrors.h \ 117 $(SOPHYAINCP)fmath.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)mutyv.h \ 123 $(SOPHYAINCP)dvlist.h \ 124 $(SOPHYAINCP)ndatablock.h \ 125 $(SOPHYAINCP)utilarr.h nbrandom.h \ 126 $(SOPHYAINCP)srandgen.h cimage.h \ 127 $(SOPHYAINCP)fioarr.h dynccd.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 129 130 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 133 generalfit.h $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)tvector.h \ 135 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)ndatablock.h \ 148 $(SOPHYAINCP)utilarr.h generaldata.h \ 149 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 150 $(SOPHYAINCP)utils.h \ 151 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 152 tabmath.h 153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 154 155 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 156 $(SOPHYAINCP)sopnamsp.h \ 157 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 158 generalfit.h $(SOPHYAINCP)pexceptions.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)dvlist.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)gnumd5.h \ 169 $(SOPHYAINCP)ppfbinstream.h \ 170 $(SOPHYAINCP)rawstream.h \ 171 $(SOPHYAINCP)ppfnametag.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h generaldata.h \ 174 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 175 $(SOPHYAINCP)utils.h \ 176 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 177 tabmath.h simps2d.h 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 179 180 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 181 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 182 fftservintf.h $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)tmatrix.h \ 185 $(SOPHYAINCP)tarray.h \ 186 $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)ppersist.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)ndatablock.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 $(SOPHYAINCP)tvector.h fftmayer.h 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 200 201 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 202 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 203 fftservintf.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)pexceptions.h \ 205 $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h \ 207 $(SOPHYAINCP)basarr.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)dvlist.h \ 211 $(SOPHYAINCP)objfio.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)ndatablock.h \ 218 $(SOPHYAINCP)utilarr.h \ 219 $(SOPHYAINCP)tvector.h fftpackc.h 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 221 222 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 223 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 224 $(SOPHYAINCP)machdefs.h \ 225 $(SOPHYAINCP)pexceptions.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)anydataobj.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)dvlist.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)ppersist.h \ 234 $(SOPHYAINCP)gnumd5.h \ 235 $(SOPHYAINCP)ppfbinstream.h \ 236 $(SOPHYAINCP)rawstream.h \ 237 $(SOPHYAINCP)ppfnametag.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h \ 240 $(SOPHYAINCP)tvector.h 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 242 243 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h functab.h \ 246 $(SOPHYAINCP)tvector.h \ 268 247 $(SOPHYAINCP)tmatrix.h \ 269 248 $(SOPHYAINCP)tarray.h \ … … 280 259 $(SOPHYAINCP)ndatablock.h \ 281 260 $(SOPHYAINCP)utilarr.h 282 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 283 262 284 263 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 285 264 $(SOPHYAINCP)sopnamsp.h \ 286 265 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)strutil.h nbtri.h \ 288 generalfit.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)tvector.h \ 291 $(SOPHYAINCP)tmatrix.h \ 292 $(SOPHYAINCP)tarray.h \ 293 $(SOPHYAINCP)basarr.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)dvlist.h \ 297 $(SOPHYAINCP)objfio.h \ 298 $(SOPHYAINCP)ppersist.h \ 299 $(SOPHYAINCP)gnumd5.h \ 300 $(SOPHYAINCP)ppfbinstream.h \ 301 $(SOPHYAINCP)rawstream.h \ 302 $(SOPHYAINCP)ppfnametag.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 generaldata.h \ 306 $(SOPHYAINCP)ntupintf.h poly.h \ 307 peida.h $(SOPHYAINCP)utils.h \ 266 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)tvector.h \ 269 $(SOPHYAINCP)tmatrix.h \ 270 $(SOPHYAINCP)tarray.h \ 271 $(SOPHYAINCP)basarr.h \ 272 $(SOPHYAINCP)anydataobj.h \ 273 $(SOPHYAINCP)mutyv.h \ 274 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)objfio.h \ 276 $(SOPHYAINCP)ppersist.h \ 277 $(SOPHYAINCP)gnumd5.h \ 278 $(SOPHYAINCP)ppfbinstream.h \ 279 $(SOPHYAINCP)rawstream.h \ 280 $(SOPHYAINCP)ppfnametag.h \ 281 $(SOPHYAINCP)ndatablock.h \ 282 $(SOPHYAINCP)utilarr.h generaldata.h \ 283 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 284 $(SOPHYAINCP)utils.h \ 308 285 $(SOPHYAINCP)perrors.h fmath.h 309 $(CXXCOMPILE LIB) -o $@ $<286 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 310 287 311 288 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 312 289 $(SOPHYAINCP)sopnamsp.h \ 313 290 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 generalfit.h \ 316 $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h \ 331 generaldata.h \ 332 $(SOPHYAINCP)ntupintf.h poly.h \ 333 peida.h $(SOPHYAINCP)utils.h \ 291 $(SOPHYAINCP)pexceptions.h generalfit.h \ 292 $(SOPHYAINCP)tvector.h \ 293 $(SOPHYAINCP)tmatrix.h \ 294 $(SOPHYAINCP)tarray.h \ 295 $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)anydataobj.h \ 297 $(SOPHYAINCP)mutyv.h \ 298 $(SOPHYAINCP)dvlist.h \ 299 $(SOPHYAINCP)objfio.h \ 300 $(SOPHYAINCP)ppersist.h \ 301 $(SOPHYAINCP)gnumd5.h \ 302 $(SOPHYAINCP)ppfbinstream.h \ 303 $(SOPHYAINCP)rawstream.h \ 304 $(SOPHYAINCP)ppfnametag.h \ 305 $(SOPHYAINCP)ndatablock.h \ 306 $(SOPHYAINCP)utilarr.h generaldata.h \ 307 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 308 $(SOPHYAINCP)utils.h \ 334 309 $(SOPHYAINCP)perrors.h fmath.h \ 335 310 $(SOPHYAINCP)sopemtx.h 336 $(CXXCOMPILELIB) -o $@ $< 337 338 $(SOPHYAOBJP)integ.o: integ.cc \ 339 $(SOPHYAINCP)sopnamsp.h integ.h \ 340 $(SOPHYAINCP)machdefs.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 classfunc.h generalfit.h \ 343 $(SOPHYAINCP)tvector.h \ 344 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tarray.h \ 346 $(SOPHYAINCP)basarr.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)mutyv.h \ 349 $(SOPHYAINCP)dvlist.h \ 350 $(SOPHYAINCP)objfio.h \ 351 $(SOPHYAINCP)ppersist.h \ 352 $(SOPHYAINCP)gnumd5.h \ 353 $(SOPHYAINCP)ppfbinstream.h \ 354 $(SOPHYAINCP)rawstream.h \ 355 $(SOPHYAINCP)ppfnametag.h \ 356 $(SOPHYAINCP)ndatablock.h \ 357 $(SOPHYAINCP)utilarr.h \ 358 generaldata.h \ 359 $(SOPHYAINCP)ntupintf.h poly.h \ 360 peida.h $(SOPHYAINCP)utils.h \ 311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 312 313 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 314 integ.h $(SOPHYAINCP)machdefs.h \ 315 $(SOPHYAINCP)pexceptions.h classfunc.h \ 316 generalfit.h $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h generaldata.h \ 331 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 332 $(SOPHYAINCP)utils.h \ 361 333 $(SOPHYAINCP)perrors.h fmath.h 362 $(CXXCOMPILE LIB) -o $@ $<334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 363 335 364 336 $(SOPHYAOBJP)median.o: median.cc 365 $(CXXCOMPILE LIB) -o $@ $<337 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc 366 338 367 339 $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \ 368 340 $(SOPHYAINCP)sopnamsp.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 ntoolsinit.h \ 341 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 371 342 $(SOPHYAINCP)tarrinit.h \ 372 343 $(SOPHYAINCP)sophyainit.h poly.h \ … … 378 349 $(SOPHYAINCP)ppfbinstream.h \ 379 350 $(SOPHYAINCP)rawstream.h \ 380 $(SOPHYAINCP)ppfnametag.h \381 peida.h$(SOPHYAINCP)utils.h \351 $(SOPHYAINCP)ppfnametag.h peida.h \ 352 $(SOPHYAINCP)utils.h \ 382 353 $(SOPHYAINCP)perrors.h fmath.h \ 383 354 $(SOPHYAINCP)tvector.h \ … … 388 359 $(SOPHYAINCP)dvlist.h \ 389 360 $(SOPHYAINCP)ndatablock.h \ 390 $(SOPHYAINCP)utilarr.h \ 391 generaldata.h \ 361 $(SOPHYAINCP)utilarr.h generaldata.h \ 392 362 $(SOPHYAINCP)ntupintf.h cimage.h \ 393 $(SOPHYAINCP)fioarr.h tabmath.h \394 nbconst.hdates.h datime.h395 $(CXXCOMPILE LIB) -o $@ $<363 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 364 dates.h datime.h 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc 396 366 397 367 $(SOPHYAOBJP)objfitter.o: objfitter.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 objfitter.h \ 368 $(SOPHYAINCP)sopnamsp.h objfitter.h \ 400 369 $(SOPHYAINCP)machdefs.h \ 401 370 $(SOPHYAINCP)tmatrix.h \ … … 422 391 $(SOPHYAINCP)fmath.h \ 423 392 $(SOPHYAINCP)histos2.h \ 424 $(SOPHYAINCP)hisprof.h \ 425 generalfit.h generaldata.h \ 426 $(SOPHYAINCP)ntupintf.h poly.h \ 427 peida.h 428 $(CXXCOMPILELIB) -o $@ $< 393 $(SOPHYAINCP)hisprof.h generalfit.h \ 394 generaldata.h $(SOPHYAINCP)ntupintf.h \ 395 poly.h peida.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 429 397 430 398 $(SOPHYAOBJP)perandom.o: perandom.cc \ 431 399 $(SOPHYAINCP)sopnamsp.h \ 432 400 $(SOPHYAINCP)machdefs.h \ 433 $(SOPHYAINCP)pexceptions.h \434 perandom.h$(SOPHYAINCP)histos.h \401 $(SOPHYAINCP)pexceptions.h perandom.h \ 402 $(SOPHYAINCP)histos.h \ 435 403 $(SOPHYAINCP)objfio.h \ 436 404 $(SOPHYAINCP)anydataobj.h \ … … 451 419 $(SOPHYAINCP)dvlist.h \ 452 420 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 nbrandom.h \ 421 $(SOPHYAINCP)utilarr.h nbrandom.h \ 455 422 $(SOPHYAINCP)srandgen.h pemath.h 456 $(CXXCOMPILELIB) -o $@ $< 457 458 $(SOPHYAOBJP)poly.o: poly.cc \ 459 $(SOPHYAINCP)sopnamsp.h \ 423 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 424 425 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \ 460 426 $(SOPHYAINCP)machdefs.h poly.h \ 461 427 $(SOPHYAINCP)objfio.h \ … … 466 432 $(SOPHYAINCP)ppfbinstream.h \ 467 433 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \469 peida.h$(SOPHYAINCP)utils.h \434 $(SOPHYAINCP)ppfnametag.h peida.h \ 435 $(SOPHYAINCP)utils.h \ 470 436 $(SOPHYAINCP)perrors.h fmath.h \ 471 437 $(SOPHYAINCP)tvector.h \ … … 479 445 $(SOPHYAINCP)sopemtx.h \ 480 446 $(SOPHYAINCP)fioarr.h 481 $(CXXCOMPILE LIB) -o $@ $<447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc 482 448 483 449 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 484 450 $(SOPHYAINCP)sopnamsp.h \ 485 $(SOPHYAINCP)machdefs.h \ 486 rk4cdifeq.h difeq.h \ 451 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 487 452 $(SOPHYAINCP)pexceptions.h \ 488 453 $(SOPHYAINCP)tvector.h \ … … 502 467 $(SOPHYAINCP)utilarr.h \ 503 468 $(SOPHYAINCP)ctimer.h 504 $(CXXCOMPILE LIB) -o $@ $<469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc 505 470 506 471 $(SOPHYAOBJP)simplesort.o: simplesort.cc \ 507 472 $(SOPHYAINCP)sopnamsp.h \ 508 $(SOPHYAINCP)machdefs.h \ 509 simplesort.h peida.h \ 510 $(SOPHYAINCP)utils.h \ 473 $(SOPHYAINCP)machdefs.h simplesort.h \ 474 peida.h $(SOPHYAINCP)utils.h \ 511 475 $(SOPHYAINCP)perrors.h \ 512 $(SOPHYAINCP)pexceptions.h \ 513 fmath.h 514 $(CXXCOMPILELIB) -o $@ $< 515 516 $(SOPHYAOBJP)simplex.o: simplex.cc \ 517 $(SOPHYAINCP)sopnamsp.h \ 518 simplex.h \ 519 $(SOPHYAINCP)machdefs.h \ 520 $(SOPHYAINCP)tvector.h \ 521 $(SOPHYAINCP)tmatrix.h \ 522 $(SOPHYAINCP)tarray.h \ 523 $(SOPHYAINCP)basarr.h \ 524 $(SOPHYAINCP)anydataobj.h \ 525 $(SOPHYAINCP)mutyv.h \ 526 $(SOPHYAINCP)dvlist.h \ 527 $(SOPHYAINCP)objfio.h \ 528 $(SOPHYAINCP)ppersist.h \ 529 $(SOPHYAINCP)pexceptions.h \ 530 $(SOPHYAINCP)gnumd5.h \ 531 $(SOPHYAINCP)ppfbinstream.h \ 532 $(SOPHYAINCP)rawstream.h \ 533 $(SOPHYAINCP)ppfnametag.h \ 534 $(SOPHYAINCP)ndatablock.h \ 535 $(SOPHYAINCP)utilarr.h \ 536 generalfit.h generaldata.h \ 537 $(SOPHYAINCP)ntupintf.h poly.h \ 538 peida.h $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)pexceptions.h fmath.h 477 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 478 479 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 480 simplex.h $(SOPHYAINCP)machdefs.h \ 481 $(SOPHYAINCP)tvector.h \ 482 $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h \ 484 $(SOPHYAINCP)basarr.h \ 485 $(SOPHYAINCP)anydataobj.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)ppersist.h \ 490 $(SOPHYAINCP)pexceptions.h \ 491 $(SOPHYAINCP)gnumd5.h \ 492 $(SOPHYAINCP)ppfbinstream.h \ 493 $(SOPHYAINCP)rawstream.h \ 494 $(SOPHYAINCP)ppfnametag.h \ 495 $(SOPHYAINCP)ndatablock.h \ 496 $(SOPHYAINCP)utilarr.h generalfit.h \ 497 generaldata.h $(SOPHYAINCP)ntupintf.h \ 498 poly.h peida.h $(SOPHYAINCP)utils.h \ 539 499 $(SOPHYAINCP)perrors.h fmath.h \ 540 500 $(SOPHYAINCP)ntuple.h \ 541 501 $(SOPHYAINCP)timing.h 542 $(CXXCOMPILELIB) -o $@ $< 543 544 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 545 $(SOPHYAINCP)sopnamsp.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 tabmath.h peida.h \ 502 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 503 504 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 505 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 548 506 $(SOPHYAINCP)utils.h \ 549 507 $(SOPHYAINCP)perrors.h \ 550 $(SOPHYAINCP)pexceptions.h \ 551 fmath.h nbconst.h 552 $(CXXCOMPILELIB) -o $@ $< 553 554 $(SOPHYAOBJP)datime.o: datime.c \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)strutil.h nbconst.h \ 557 datime.h 558 $(CCOMPILE) -o $@ $< 508 $(SOPHYAINCP)pexceptions.h fmath.h \ 509 nbconst.h 510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc 511 512 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \ 513 $(SOPHYAINCP)strutil.h nbconst.h datime.h 514 $(CCOMPILE) -o $@ datime.c 559 515 560 516 $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 561 $(SOPHYAINCP)machdefs.h \ 562 trigtbl.h 563 $(CCOMPILE) -o $@ $< 517 $(SOPHYAINCP)machdefs.h trigtbl.h 518 $(CCOMPILE) -o $@ fftmayer_r4.c 564 519 565 520 $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \ 566 $(SOPHYAINCP)machdefs.h \ 567 trigtbl.h 568 $(CCOMPILE) -o $@ $< 521 $(SOPHYAINCP)machdefs.h trigtbl.h 522 $(CCOMPILE) -o $@ fftmayer_r8.c 569 523 570 524 $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \ 571 525 $(SOPHYAINCP)machdefs.h 572 $(CCOMPILE) -o $@ $<526 $(CCOMPILE) -o $@ fftpackc.c 573 527 574 528 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 575 529 $(SOPHYAINCP)machdefs.h \ 576 530 $(SOPHYAINCP)smathconst.h 577 $(CCOMPILE) -o $@ $<531 $(CCOMPILE) -o $@ matxop.c 578 532 579 533 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 580 534 $(SOPHYAINCP)machdefs.h \ 581 $(SOPHYAINCP)smathconst.h \582 matxop.hnbinteg.h nbtri.h583 $(CCOMPILE) -o $@ $<535 $(SOPHYAINCP)smathconst.h matxop.h \ 536 nbinteg.h nbtri.h 537 $(CCOMPILE) -o $@ nbmath.c 584 538 585 539 $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \ 586 540 $(SOPHYAINCP)machdefs.h 587 $(CCOMPILE) -o $@ $<588 541 $(CCOMPILE) -o $@ nbtri.c 542 -
trunk/SophyaLib/NTools/objlist.list
r2743 r2765 1 FSAppIrrSmpl.o 1 2 cimage.o 2 3 cspline.o … … 14 15 fftpserver.o 15 16 fftservintf.o 16 FSAppIrrSmpl.o17 17 functab.o 18 18 generaldata.o -
trunk/SophyaLib/NTools/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc \14 $(SOPHYAINCP)sopnamsp.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)pexceptions.h \17 cimage.h $(SOPHYAINCP)tmatrix.h \18 $(SOPHYAINCP)tarray.h \19 $(SOPHYAINCP)basarr.h \20 $(SOPHYAINCP)anydataobj.h \21 $(SOPHYAINCP)mutyv.h \22 $(SOPHYAINCP)dvlist.h \23 $(SOPHYAINCP)objfio.h \24 $(SOPHYAINCP)ppersist.h \25 $(SOPHYAINCP)gnumd5.h \26 $(SOPHYAINCP)ppfbinstream.h \27 $(SOPHYAINCP)rawstream.h \28 $(SOPHYAINCP)ppfnametag.h \29 $(SOPHYAINCP)ndatablock.h \30 $(SOPHYAINCP)utilarr.h \31 $(SOPHYAINCP)fioarr.h \32 $(SOPHYAINCP)tvector.h \33 $(SOPHYAINCP)datatype.h34 $(CXXCOMPILELIB) -o $@ $<35 36 $(SOPHYAOBJP)cspline.o: cspline.cc \37 $(SOPHYAINCP)sopnamsp.h \38 $(SOPHYAINCP)machdefs.h nbtri.h \39 cspline.h \40 $(SOPHYAINCP)pexceptions.h41 $(CXXCOMPILELIB) -o $@ $<42 43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \44 $(SOPHYAINCP)sopnamsp.h \45 datatypes.h \46 $(SOPHYAINCP)machdefs.h47 $(CXXCOMPILELIB) -o $@ $<48 49 $(SOPHYAOBJP)dates.o: dates.cc \50 $(SOPHYAINCP)sopnamsp.h \51 $(SOPHYAINCP)machdefs.h \52 $(SOPHYAINCP)perrors.h \53 $(SOPHYAINCP)pexceptions.h \54 dates.h55 $(CXXCOMPILELIB) -o $@ $<56 57 $(SOPHYAOBJP)difeq.o: difeq.cc \58 $(SOPHYAINCP)sopnamsp.h difeq.h \59 $(SOPHYAINCP)machdefs.h \60 $(SOPHYAINCP)pexceptions.h \61 $(SOPHYAINCP)tvector.h \62 $(SOPHYAINCP)tmatrix.h \63 $(SOPHYAINCP)tarray.h \64 $(SOPHYAINCP)basarr.h \65 $(SOPHYAINCP)anydataobj.h \66 $(SOPHYAINCP)mutyv.h \67 $(SOPHYAINCP)dvlist.h \68 $(SOPHYAINCP)objfio.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)gnumd5.h \71 $(SOPHYAINCP)ppfbinstream.h \72 $(SOPHYAINCP)rawstream.h \73 $(SOPHYAINCP)ppfnametag.h \74 $(SOPHYAINCP)ndatablock.h \75 $(SOPHYAINCP)utilarr.h \76 $(SOPHYAINCP)ctimer.h77 $(CXXCOMPILELIB) -o $@ $<78 79 $(SOPHYAOBJP)dynccd.o: dynccd.cc \80 $(SOPHYAINCP)sopnamsp.h \81 $(SOPHYAINCP)machdefs.h fmath.h \82 perandom.h $(SOPHYAINCP)histos.h \83 $(SOPHYAINCP)objfio.h \84 $(SOPHYAINCP)anydataobj.h \85 $(SOPHYAINCP)ppersist.h \86 $(SOPHYAINCP)pexceptions.h \87 $(SOPHYAINCP)gnumd5.h \88 $(SOPHYAINCP)ppfbinstream.h \89 $(SOPHYAINCP)rawstream.h \90 $(SOPHYAINCP)ppfnametag.h \91 $(SOPHYAINCP)peida.h \92 $(SOPHYAINCP)utils.h \93 $(SOPHYAINCP)perrors.h \94 $(SOPHYAINCP)fmath.h \95 $(SOPHYAINCP)tvector.h \96 $(SOPHYAINCP)tmatrix.h \97 $(SOPHYAINCP)tarray.h \98 $(SOPHYAINCP)basarr.h \99 $(SOPHYAINCP)mutyv.h \100 $(SOPHYAINCP)dvlist.h \101 $(SOPHYAINCP)ndatablock.h \102 $(SOPHYAINCP)utilarr.h \103 nbrandom.h \104 $(SOPHYAINCP)srandgen.h cimage.h \105 $(SOPHYAINCP)fioarr.h dynccd.h106 $(CXXCOMPILELIB) -o $@ $<107 108 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \109 $(SOPHYAINCP)sopnamsp.h \110 $(SOPHYAINCP)machdefs.h \111 fct1dfit.h generalfit.h \112 $(SOPHYAINCP)pexceptions.h \113 $(SOPHYAINCP)tvector.h \114 $(SOPHYAINCP)tmatrix.h \115 $(SOPHYAINCP)tarray.h \116 $(SOPHYAINCP)basarr.h \117 $(SOPHYAINCP)anydataobj.h \118 $(SOPHYAINCP)mutyv.h \119 $(SOPHYAINCP)dvlist.h \120 $(SOPHYAINCP)objfio.h \121 $(SOPHYAINCP)ppersist.h \122 $(SOPHYAINCP)gnumd5.h \123 $(SOPHYAINCP)ppfbinstream.h \124 $(SOPHYAINCP)rawstream.h \125 $(SOPHYAINCP)ppfnametag.h \126 $(SOPHYAINCP)ndatablock.h \127 $(SOPHYAINCP)utilarr.h \128 generaldata.h \129 $(SOPHYAINCP)ntupintf.h poly.h \130 peida.h $(SOPHYAINCP)utils.h \131 $(SOPHYAINCP)perrors.h fmath.h \132 nbconst.h tabmath.h133 $(CXXCOMPILELIB) -o $@ $<134 135 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \136 $(SOPHYAINCP)sopnamsp.h \137 $(SOPHYAINCP)machdefs.h \138 fct2dfit.h generalfit.h \139 $(SOPHYAINCP)pexceptions.h \140 $(SOPHYAINCP)tvector.h \141 $(SOPHYAINCP)tmatrix.h \142 $(SOPHYAINCP)tarray.h \143 $(SOPHYAINCP)basarr.h \144 $(SOPHYAINCP)anydataobj.h \145 $(SOPHYAINCP)mutyv.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)objfio.h \148 $(SOPHYAINCP)ppersist.h \149 $(SOPHYAINCP)gnumd5.h \150 $(SOPHYAINCP)ppfbinstream.h \151 $(SOPHYAINCP)rawstream.h \152 $(SOPHYAINCP)ppfnametag.h \153 $(SOPHYAINCP)ndatablock.h \154 $(SOPHYAINCP)utilarr.h \155 generaldata.h \156 $(SOPHYAINCP)ntupintf.h poly.h \157 peida.h $(SOPHYAINCP)utils.h \158 $(SOPHYAINCP)perrors.h fmath.h \159 nbconst.h tabmath.h simps2d.h160 $(CXXCOMPILELIB) -o $@ $<161 162 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \163 $(SOPHYAINCP)sopnamsp.h \164 fftmserver.h fftservintf.h \165 $(SOPHYAINCP)machdefs.h \166 $(SOPHYAINCP)pexceptions.h \167 $(SOPHYAINCP)tmatrix.h \168 $(SOPHYAINCP)tarray.h \169 $(SOPHYAINCP)basarr.h \170 $(SOPHYAINCP)anydataobj.h \171 $(SOPHYAINCP)mutyv.h \172 $(SOPHYAINCP)dvlist.h \173 $(SOPHYAINCP)objfio.h \174 $(SOPHYAINCP)ppersist.h \175 $(SOPHYAINCP)gnumd5.h \176 $(SOPHYAINCP)ppfbinstream.h \177 $(SOPHYAINCP)rawstream.h \178 $(SOPHYAINCP)ppfnametag.h \179 $(SOPHYAINCP)ndatablock.h \180 $(SOPHYAINCP)utilarr.h \181 $(SOPHYAINCP)tvector.h \182 fftmayer.h183 $(CXXCOMPILELIB) -o $@ $<184 185 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \186 $(SOPHYAINCP)sopnamsp.h \187 fftpserver.h fftservintf.h \188 $(SOPHYAINCP)machdefs.h \189 $(SOPHYAINCP)pexceptions.h \190 $(SOPHYAINCP)tmatrix.h \191 $(SOPHYAINCP)tarray.h \192 $(SOPHYAINCP)basarr.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)mutyv.h \195 $(SOPHYAINCP)dvlist.h \196 $(SOPHYAINCP)objfio.h \197 $(SOPHYAINCP)ppersist.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)ndatablock.h \203 $(SOPHYAINCP)utilarr.h \204 $(SOPHYAINCP)tvector.h \205 fftpackc.h206 $(CXXCOMPILELIB) -o $@ $<207 208 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \209 $(SOPHYAINCP)sopnamsp.h \210 fftservintf.h \211 $(SOPHYAINCP)machdefs.h \212 $(SOPHYAINCP)pexceptions.h \213 $(SOPHYAINCP)tmatrix.h \214 $(SOPHYAINCP)tarray.h \215 $(SOPHYAINCP)basarr.h \216 $(SOPHYAINCP)anydataobj.h \217 $(SOPHYAINCP)mutyv.h \218 $(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)objfio.h \220 $(SOPHYAINCP)ppersist.h \221 $(SOPHYAINCP)gnumd5.h \222 $(SOPHYAINCP)ppfbinstream.h \223 $(SOPHYAINCP)rawstream.h \224 $(SOPHYAINCP)ppfnametag.h \225 $(SOPHYAINCP)ndatablock.h \226 $(SOPHYAINCP)utilarr.h \227 $(SOPHYAINCP)tvector.h228 $(CXXCOMPILELIB) -o $@ $<229 230 13 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 231 $(SOPHYAINCP)sopnamsp.h \ 232 FSAppIrrSmpl.h \ 14 $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \ 233 15 $(SOPHYAINCP)machdefs.h nbmath.h \ 234 16 $(SOPHYAINCP)smathconst.h \ … … 253 35 $(SOPHYAINCP)matharr.h \ 254 36 $(SOPHYAINCP)fioarr.h \ 255 $(SOPHYAINCP)sopemtx.h \ 256 fftservintf.h fftpserver.h \ 257 $(SOPHYAINCP)toeplitzMatrix.h \ 37 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 38 fftpserver.h $(SOPHYAINCP)toeplitzMatrix.h \ 258 39 $(SOPHYAINCP)nbmath.h \ 259 40 $(SOPHYAINCP)fftservintf.h \ 260 41 $(SOPHYAINCP)fftpserver.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)functab.o: functab.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 functab.h $(SOPHYAINCP)tvector.h \ 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)dvlist.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)fioarr.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)datatype.h 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 65 66 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 68 $(SOPHYAINCP)pexceptions.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 70 71 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 72 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 73 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 75 76 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)perrors.h \ 79 $(SOPHYAINCP)pexceptions.h dates.h 80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 81 82 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 83 difeq.h $(SOPHYAINCP)machdefs.h \ 84 $(SOPHYAINCP)pexceptions.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)mutyv.h \ 91 $(SOPHYAINCP)dvlist.h \ 92 $(SOPHYAINCP)objfio.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)gnumd5.h \ 95 $(SOPHYAINCP)ppfbinstream.h \ 96 $(SOPHYAINCP)rawstream.h \ 97 $(SOPHYAINCP)ppfnametag.h \ 98 $(SOPHYAINCP)ndatablock.h \ 99 $(SOPHYAINCP)utilarr.h \ 100 $(SOPHYAINCP)ctimer.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 102 103 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 105 $(SOPHYAINCP)histos.h \ 106 $(SOPHYAINCP)objfio.h \ 107 $(SOPHYAINCP)anydataobj.h \ 108 $(SOPHYAINCP)ppersist.h \ 109 $(SOPHYAINCP)pexceptions.h \ 110 $(SOPHYAINCP)gnumd5.h \ 111 $(SOPHYAINCP)ppfbinstream.h \ 112 $(SOPHYAINCP)rawstream.h \ 113 $(SOPHYAINCP)ppfnametag.h \ 114 $(SOPHYAINCP)peida.h \ 115 $(SOPHYAINCP)utils.h \ 116 $(SOPHYAINCP)perrors.h \ 117 $(SOPHYAINCP)fmath.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)mutyv.h \ 123 $(SOPHYAINCP)dvlist.h \ 124 $(SOPHYAINCP)ndatablock.h \ 125 $(SOPHYAINCP)utilarr.h nbrandom.h \ 126 $(SOPHYAINCP)srandgen.h cimage.h \ 127 $(SOPHYAINCP)fioarr.h dynccd.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 129 130 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 133 generalfit.h $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)tvector.h \ 135 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)ndatablock.h \ 148 $(SOPHYAINCP)utilarr.h generaldata.h \ 149 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 150 $(SOPHYAINCP)utils.h \ 151 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 152 tabmath.h 153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 154 155 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 156 $(SOPHYAINCP)sopnamsp.h \ 157 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 158 generalfit.h $(SOPHYAINCP)pexceptions.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)dvlist.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)gnumd5.h \ 169 $(SOPHYAINCP)ppfbinstream.h \ 170 $(SOPHYAINCP)rawstream.h \ 171 $(SOPHYAINCP)ppfnametag.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h generaldata.h \ 174 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 175 $(SOPHYAINCP)utils.h \ 176 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 177 tabmath.h simps2d.h 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 179 180 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 181 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 182 fftservintf.h $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)tmatrix.h \ 185 $(SOPHYAINCP)tarray.h \ 186 $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)ppersist.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)ndatablock.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 $(SOPHYAINCP)tvector.h fftmayer.h 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 200 201 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 202 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 203 fftservintf.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)pexceptions.h \ 205 $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h \ 207 $(SOPHYAINCP)basarr.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)dvlist.h \ 211 $(SOPHYAINCP)objfio.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)ndatablock.h \ 218 $(SOPHYAINCP)utilarr.h \ 219 $(SOPHYAINCP)tvector.h fftpackc.h 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 221 222 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 223 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 224 $(SOPHYAINCP)machdefs.h \ 225 $(SOPHYAINCP)pexceptions.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)anydataobj.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)dvlist.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)ppersist.h \ 234 $(SOPHYAINCP)gnumd5.h \ 235 $(SOPHYAINCP)ppfbinstream.h \ 236 $(SOPHYAINCP)rawstream.h \ 237 $(SOPHYAINCP)ppfnametag.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h \ 240 $(SOPHYAINCP)tvector.h 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 242 243 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h functab.h \ 246 $(SOPHYAINCP)tvector.h \ 268 247 $(SOPHYAINCP)tmatrix.h \ 269 248 $(SOPHYAINCP)tarray.h \ … … 280 259 $(SOPHYAINCP)ndatablock.h \ 281 260 $(SOPHYAINCP)utilarr.h 282 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 283 262 284 263 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 285 264 $(SOPHYAINCP)sopnamsp.h \ 286 265 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)strutil.h nbtri.h \ 288 generalfit.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)tvector.h \ 291 $(SOPHYAINCP)tmatrix.h \ 292 $(SOPHYAINCP)tarray.h \ 293 $(SOPHYAINCP)basarr.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)dvlist.h \ 297 $(SOPHYAINCP)objfio.h \ 298 $(SOPHYAINCP)ppersist.h \ 299 $(SOPHYAINCP)gnumd5.h \ 300 $(SOPHYAINCP)ppfbinstream.h \ 301 $(SOPHYAINCP)rawstream.h \ 302 $(SOPHYAINCP)ppfnametag.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 generaldata.h \ 306 $(SOPHYAINCP)ntupintf.h poly.h \ 307 peida.h $(SOPHYAINCP)utils.h \ 266 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)tvector.h \ 269 $(SOPHYAINCP)tmatrix.h \ 270 $(SOPHYAINCP)tarray.h \ 271 $(SOPHYAINCP)basarr.h \ 272 $(SOPHYAINCP)anydataobj.h \ 273 $(SOPHYAINCP)mutyv.h \ 274 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)objfio.h \ 276 $(SOPHYAINCP)ppersist.h \ 277 $(SOPHYAINCP)gnumd5.h \ 278 $(SOPHYAINCP)ppfbinstream.h \ 279 $(SOPHYAINCP)rawstream.h \ 280 $(SOPHYAINCP)ppfnametag.h \ 281 $(SOPHYAINCP)ndatablock.h \ 282 $(SOPHYAINCP)utilarr.h generaldata.h \ 283 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 284 $(SOPHYAINCP)utils.h \ 308 285 $(SOPHYAINCP)perrors.h fmath.h 309 $(CXXCOMPILE LIB) -o $@ $<286 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 310 287 311 288 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 312 289 $(SOPHYAINCP)sopnamsp.h \ 313 290 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 generalfit.h \ 316 $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h \ 331 generaldata.h \ 332 $(SOPHYAINCP)ntupintf.h poly.h \ 333 peida.h $(SOPHYAINCP)utils.h \ 291 $(SOPHYAINCP)pexceptions.h generalfit.h \ 292 $(SOPHYAINCP)tvector.h \ 293 $(SOPHYAINCP)tmatrix.h \ 294 $(SOPHYAINCP)tarray.h \ 295 $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)anydataobj.h \ 297 $(SOPHYAINCP)mutyv.h \ 298 $(SOPHYAINCP)dvlist.h \ 299 $(SOPHYAINCP)objfio.h \ 300 $(SOPHYAINCP)ppersist.h \ 301 $(SOPHYAINCP)gnumd5.h \ 302 $(SOPHYAINCP)ppfbinstream.h \ 303 $(SOPHYAINCP)rawstream.h \ 304 $(SOPHYAINCP)ppfnametag.h \ 305 $(SOPHYAINCP)ndatablock.h \ 306 $(SOPHYAINCP)utilarr.h generaldata.h \ 307 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 308 $(SOPHYAINCP)utils.h \ 334 309 $(SOPHYAINCP)perrors.h fmath.h \ 335 310 $(SOPHYAINCP)sopemtx.h 336 $(CXXCOMPILELIB) -o $@ $< 337 338 $(SOPHYAOBJP)integ.o: integ.cc \ 339 $(SOPHYAINCP)sopnamsp.h integ.h \ 340 $(SOPHYAINCP)machdefs.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 classfunc.h generalfit.h \ 343 $(SOPHYAINCP)tvector.h \ 344 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tarray.h \ 346 $(SOPHYAINCP)basarr.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)mutyv.h \ 349 $(SOPHYAINCP)dvlist.h \ 350 $(SOPHYAINCP)objfio.h \ 351 $(SOPHYAINCP)ppersist.h \ 352 $(SOPHYAINCP)gnumd5.h \ 353 $(SOPHYAINCP)ppfbinstream.h \ 354 $(SOPHYAINCP)rawstream.h \ 355 $(SOPHYAINCP)ppfnametag.h \ 356 $(SOPHYAINCP)ndatablock.h \ 357 $(SOPHYAINCP)utilarr.h \ 358 generaldata.h \ 359 $(SOPHYAINCP)ntupintf.h poly.h \ 360 peida.h $(SOPHYAINCP)utils.h \ 311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 312 313 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 314 integ.h $(SOPHYAINCP)machdefs.h \ 315 $(SOPHYAINCP)pexceptions.h classfunc.h \ 316 generalfit.h $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h generaldata.h \ 331 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 332 $(SOPHYAINCP)utils.h \ 361 333 $(SOPHYAINCP)perrors.h fmath.h 362 $(CXXCOMPILE LIB) -o $@ $<334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 363 335 364 336 $(SOPHYAOBJP)median.o: median.cc 365 $(CXXCOMPILE LIB) -o $@ $<337 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc 366 338 367 339 $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \ 368 340 $(SOPHYAINCP)sopnamsp.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 ntoolsinit.h \ 341 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 371 342 $(SOPHYAINCP)tarrinit.h \ 372 343 $(SOPHYAINCP)sophyainit.h poly.h \ … … 378 349 $(SOPHYAINCP)ppfbinstream.h \ 379 350 $(SOPHYAINCP)rawstream.h \ 380 $(SOPHYAINCP)ppfnametag.h \381 peida.h$(SOPHYAINCP)utils.h \351 $(SOPHYAINCP)ppfnametag.h peida.h \ 352 $(SOPHYAINCP)utils.h \ 382 353 $(SOPHYAINCP)perrors.h fmath.h \ 383 354 $(SOPHYAINCP)tvector.h \ … … 388 359 $(SOPHYAINCP)dvlist.h \ 389 360 $(SOPHYAINCP)ndatablock.h \ 390 $(SOPHYAINCP)utilarr.h \ 391 generaldata.h \ 361 $(SOPHYAINCP)utilarr.h generaldata.h \ 392 362 $(SOPHYAINCP)ntupintf.h cimage.h \ 393 $(SOPHYAINCP)fioarr.h tabmath.h \394 nbconst.hdates.h datime.h395 $(CXXCOMPILE LIB) -o $@ $<363 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 364 dates.h datime.h 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc 396 366 397 367 $(SOPHYAOBJP)objfitter.o: objfitter.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 objfitter.h \ 368 $(SOPHYAINCP)sopnamsp.h objfitter.h \ 400 369 $(SOPHYAINCP)machdefs.h \ 401 370 $(SOPHYAINCP)tmatrix.h \ … … 422 391 $(SOPHYAINCP)fmath.h \ 423 392 $(SOPHYAINCP)histos2.h \ 424 $(SOPHYAINCP)hisprof.h \ 425 generalfit.h generaldata.h \ 426 $(SOPHYAINCP)ntupintf.h poly.h \ 427 peida.h 428 $(CXXCOMPILELIB) -o $@ $< 393 $(SOPHYAINCP)hisprof.h generalfit.h \ 394 generaldata.h $(SOPHYAINCP)ntupintf.h \ 395 poly.h peida.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 429 397 430 398 $(SOPHYAOBJP)perandom.o: perandom.cc \ 431 399 $(SOPHYAINCP)sopnamsp.h \ 432 400 $(SOPHYAINCP)machdefs.h \ 433 $(SOPHYAINCP)pexceptions.h \434 perandom.h$(SOPHYAINCP)histos.h \401 $(SOPHYAINCP)pexceptions.h perandom.h \ 402 $(SOPHYAINCP)histos.h \ 435 403 $(SOPHYAINCP)objfio.h \ 436 404 $(SOPHYAINCP)anydataobj.h \ … … 451 419 $(SOPHYAINCP)dvlist.h \ 452 420 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 nbrandom.h \ 421 $(SOPHYAINCP)utilarr.h nbrandom.h \ 455 422 $(SOPHYAINCP)srandgen.h pemath.h 456 $(CXXCOMPILELIB) -o $@ $< 457 458 $(SOPHYAOBJP)poly.o: poly.cc \ 459 $(SOPHYAINCP)sopnamsp.h \ 423 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 424 425 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \ 460 426 $(SOPHYAINCP)machdefs.h poly.h \ 461 427 $(SOPHYAINCP)objfio.h \ … … 466 432 $(SOPHYAINCP)ppfbinstream.h \ 467 433 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \469 peida.h$(SOPHYAINCP)utils.h \434 $(SOPHYAINCP)ppfnametag.h peida.h \ 435 $(SOPHYAINCP)utils.h \ 470 436 $(SOPHYAINCP)perrors.h fmath.h \ 471 437 $(SOPHYAINCP)tvector.h \ … … 479 445 $(SOPHYAINCP)sopemtx.h \ 480 446 $(SOPHYAINCP)fioarr.h 481 $(CXXCOMPILE LIB) -o $@ $<447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc 482 448 483 449 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 484 450 $(SOPHYAINCP)sopnamsp.h \ 485 $(SOPHYAINCP)machdefs.h \ 486 rk4cdifeq.h difeq.h \ 451 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 487 452 $(SOPHYAINCP)pexceptions.h \ 488 453 $(SOPHYAINCP)tvector.h \ … … 502 467 $(SOPHYAINCP)utilarr.h \ 503 468 $(SOPHYAINCP)ctimer.h 504 $(CXXCOMPILE LIB) -o $@ $<469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc 505 470 506 471 $(SOPHYAOBJP)simplesort.o: simplesort.cc \ 507 472 $(SOPHYAINCP)sopnamsp.h \ 508 $(SOPHYAINCP)machdefs.h \ 509 simplesort.h peida.h \ 510 $(SOPHYAINCP)utils.h \ 473 $(SOPHYAINCP)machdefs.h simplesort.h \ 474 peida.h $(SOPHYAINCP)utils.h \ 511 475 $(SOPHYAINCP)perrors.h \ 512 $(SOPHYAINCP)pexceptions.h \ 513 fmath.h 514 $(CXXCOMPILELIB) -o $@ $< 515 516 $(SOPHYAOBJP)simplex.o: simplex.cc \ 517 $(SOPHYAINCP)sopnamsp.h \ 518 simplex.h \ 519 $(SOPHYAINCP)machdefs.h \ 520 $(SOPHYAINCP)tvector.h \ 521 $(SOPHYAINCP)tmatrix.h \ 522 $(SOPHYAINCP)tarray.h \ 523 $(SOPHYAINCP)basarr.h \ 524 $(SOPHYAINCP)anydataobj.h \ 525 $(SOPHYAINCP)mutyv.h \ 526 $(SOPHYAINCP)dvlist.h \ 527 $(SOPHYAINCP)objfio.h \ 528 $(SOPHYAINCP)ppersist.h \ 529 $(SOPHYAINCP)pexceptions.h \ 530 $(SOPHYAINCP)gnumd5.h \ 531 $(SOPHYAINCP)ppfbinstream.h \ 532 $(SOPHYAINCP)rawstream.h \ 533 $(SOPHYAINCP)ppfnametag.h \ 534 $(SOPHYAINCP)ndatablock.h \ 535 $(SOPHYAINCP)utilarr.h \ 536 generalfit.h generaldata.h \ 537 $(SOPHYAINCP)ntupintf.h poly.h \ 538 peida.h $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)pexceptions.h fmath.h 477 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 478 479 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 480 simplex.h $(SOPHYAINCP)machdefs.h \ 481 $(SOPHYAINCP)tvector.h \ 482 $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h \ 484 $(SOPHYAINCP)basarr.h \ 485 $(SOPHYAINCP)anydataobj.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)ppersist.h \ 490 $(SOPHYAINCP)pexceptions.h \ 491 $(SOPHYAINCP)gnumd5.h \ 492 $(SOPHYAINCP)ppfbinstream.h \ 493 $(SOPHYAINCP)rawstream.h \ 494 $(SOPHYAINCP)ppfnametag.h \ 495 $(SOPHYAINCP)ndatablock.h \ 496 $(SOPHYAINCP)utilarr.h generalfit.h \ 497 generaldata.h $(SOPHYAINCP)ntupintf.h \ 498 poly.h peida.h $(SOPHYAINCP)utils.h \ 539 499 $(SOPHYAINCP)perrors.h fmath.h \ 540 500 $(SOPHYAINCP)ntuple.h \ 541 501 $(SOPHYAINCP)timing.h 542 $(CXXCOMPILELIB) -o $@ $< 543 544 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 545 $(SOPHYAINCP)sopnamsp.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 tabmath.h peida.h \ 502 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 503 504 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 505 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 548 506 $(SOPHYAINCP)utils.h \ 549 507 $(SOPHYAINCP)perrors.h \ 550 $(SOPHYAINCP)pexceptions.h \ 551 fmath.h nbconst.h 552 $(CXXCOMPILELIB) -o $@ $< 553 554 $(SOPHYAOBJP)datime.o: datime.c \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)strutil.h nbconst.h \ 557 datime.h 558 $(CCOMPILE) -o $@ $< 508 $(SOPHYAINCP)pexceptions.h fmath.h \ 509 nbconst.h 510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc 511 512 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \ 513 $(SOPHYAINCP)strutil.h nbconst.h datime.h 514 $(CCOMPILE) -o $@ datime.c 559 515 560 516 $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 561 $(SOPHYAINCP)machdefs.h \ 562 trigtbl.h 563 $(CCOMPILE) -o $@ $< 517 $(SOPHYAINCP)machdefs.h trigtbl.h 518 $(CCOMPILE) -o $@ fftmayer_r4.c 564 519 565 520 $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \ 566 $(SOPHYAINCP)machdefs.h \ 567 trigtbl.h 568 $(CCOMPILE) -o $@ $< 521 $(SOPHYAINCP)machdefs.h trigtbl.h 522 $(CCOMPILE) -o $@ fftmayer_r8.c 569 523 570 524 $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \ 571 525 $(SOPHYAINCP)machdefs.h 572 $(CCOMPILE) -o $@ $<526 $(CCOMPILE) -o $@ fftpackc.c 573 527 574 528 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 575 529 $(SOPHYAINCP)machdefs.h \ 576 530 $(SOPHYAINCP)smathconst.h 577 $(CCOMPILE) -o $@ $<531 $(CCOMPILE) -o $@ matxop.c 578 532 579 533 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 580 534 $(SOPHYAINCP)machdefs.h \ 581 $(SOPHYAINCP)smathconst.h \582 matxop.hnbinteg.h nbtri.h583 $(CCOMPILE) -o $@ $<535 $(SOPHYAINCP)smathconst.h matxop.h \ 536 nbinteg.h nbtri.h 537 $(CCOMPILE) -o $@ nbmath.c 584 538 585 539 $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \ 586 540 $(SOPHYAINCP)machdefs.h 587 $(CCOMPILE) -o $@ $<588 541 $(CCOMPILE) -o $@ nbtri.c 542 -
trunk/SophyaLib/SUtils/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)datacards.o: datacards.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 datacards.h \ 15 $(SOPHYAINCP)machdefs.h datacards.h \ 17 16 $(SOPHYAINCP)pexceptions.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 19 18 20 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 21 20 $(SOPHYAINCP)sopnamsp.h \ 22 $(SOPHYAINCP)machdefs.h \ 23 strutilxx.h 24 $(CXXCOMPILELIB) -o $@ $< 21 $(SOPHYAINCP)machdefs.h strutilxx.h 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ strutilxx.cc 25 23 26 $(SOPHYAOBJP)utils.o: utils.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 24 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 28 25 $(SOPHYAINCP)machdefs.h utils.h \ 29 26 $(SOPHYAINCP)pexceptions.h 30 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 31 28 32 29 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h 33 $(CCOMPILE) -o $@ $<30 $(CCOMPILE) -o $@ strutil.c 34 31 -
trunk/SophyaLib/SUtils/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)datacards.o: datacards.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 datacards.h \ 15 $(SOPHYAINCP)machdefs.h datacards.h \ 17 16 $(SOPHYAINCP)pexceptions.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 19 18 20 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 21 20 $(SOPHYAINCP)sopnamsp.h \ 22 $(SOPHYAINCP)machdefs.h \ 23 strutilxx.h 24 $(CXXCOMPILELIB) -o $@ $< 21 $(SOPHYAINCP)machdefs.h strutilxx.h 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ strutilxx.cc 25 23 26 $(SOPHYAOBJP)utils.o: utils.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 24 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 28 25 $(SOPHYAINCP)machdefs.h utils.h \ 29 26 $(SOPHYAINCP)pexceptions.h 30 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 31 28 32 29 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h 33 $(CCOMPILE) -o $@ $<30 $(CCOMPILE) -o $@ strutil.c 34 31 -
trunk/SophyaLib/Samba/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)alm.o: alm.cc \ 14 $(SOPHYAINCP)sopnamsp.h alm.h \ 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 15 14 $(SOPHYAINCP)nbrandom.h \ 16 15 $(SOPHYAINCP)srandgen.h \ … … 35 34 $(SOPHYAINCP)ppfnametag.h \ 36 35 $(SOPHYAINCP)utilarr.h 37 $(CXXCOMPILE LIB) -o $@ $<36 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 38 37 39 $(SOPHYAOBJP)bruit.o: bruit.cc \ 40 $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 41 39 $(SOPHYAINCP)fmath.h bruit.h \ 42 40 $(SOPHYAINCP)nbrandom.h \ 43 41 $(SOPHYAINCP)srandgen.h \ 44 42 $(SOPHYAINCP)machdefs.h 45 $(CXXCOMPILE LIB) -o $@ $<43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 46 44 47 $(SOPHYAOBJP)circle.o: circle.cc \ 48 $(SOPHYAINCP)sopnamsp.h circle.h \ 45 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \ 46 circle.h $(SOPHYAINCP)vector3d.h \ 47 $(SOPHYAINCP)longlat.h \ 48 $(SOPHYAINCP)machdefs.h \ 49 $(SOPHYAINCP)utilgeom.h \ 50 $(SOPHYAINCP)unitvector.h geometry.h 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 52 53 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 54 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 55 datacirclebase.h circle.h \ 49 56 $(SOPHYAINCP)vector3d.h \ 50 57 $(SOPHYAINCP)longlat.h \ 51 58 $(SOPHYAINCP)machdefs.h \ 52 59 $(SOPHYAINCP)utilgeom.h \ 53 $(SOPHYAINCP)unitvector.h \ 54 geometry.h 55 $(CXXCOMPILELIB) -o $@ $< 56 57 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 58 $(SOPHYAINCP)sopnamsp.h \ 59 datacirclefake.h datacirclebase.h circle.h \ 60 $(SOPHYAINCP)vector3d.h \ 61 $(SOPHYAINCP)longlat.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 $(SOPHYAINCP)utilgeom.h \ 64 $(SOPHYAINCP)unitvector.h \ 65 geometry.h 66 $(CXXCOMPILELIB) -o $@ $< 60 $(SOPHYAINCP)unitvector.h geometry.h 61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 67 62 68 63 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 69 $(SOPHYAINCP)machdefs.h \ 70 harmspher.h 71 $(CXXCOMPILELIB) -o $@ $< 64 $(SOPHYAINCP)machdefs.h harmspher.h 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc 72 66 73 67 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 74 $(SOPHYAINCP)sopnamsp.h \ 75 lambdaBuilder.h \ 68 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 76 69 $(SOPHYAINCP)ndatablock.h \ 77 70 $(SOPHYAINCP)machdefs.h \ … … 97 90 $(SOPHYAINCP)triangmtx.h \ 98 91 $(SOPHYAINCP)nbconst.h 99 $(CXXCOMPILE LIB) -o $@ $<92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc 100 93 101 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 102 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 103 $(SOPHYAINCP)sphericalmap.h \ 94 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 95 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 104 96 $(SOPHYAINCP)smathconst.h \ 105 97 $(SOPHYAINCP)machdefs.h \ … … 127 119 $(SOPHYAINCP)utilarr.h \ 128 120 $(SOPHYAINCP)timing.h 129 $(CXXCOMPILE LIB) -o $@ $<121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc 130 122 131 123 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 132 $(SOPHYAINCP)sopnamsp.h \ 133 sambainit.h \ 124 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 134 125 $(SOPHYAINCP)skymapinit.h \ 135 126 $(SOPHYAINCP)sophyainit.h \ … … 137 128 $(SOPHYAINCP)ntoolsinit.h \ 138 129 $(SOPHYAINCP)tarrinit.h 139 $(CXXCOMPILE LIB) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc 140 131 141 $(SOPHYAOBJP)scan.o: scan.cc \ 142 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 143 133 $(SOPHYAINCP)machdefs.h scan.h \ 144 134 $(SOPHYAINCP)ppersist.h \ … … 155 145 $(SOPHYAINCP)fiondblock.h \ 156 146 $(SOPHYAINCP)smathconst.h 157 $(CXXCOMPILE LIB) -o $@ $<147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc 158 148 159 149 $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \ … … 190 180 $(SOPHYAINCP)srandgen.h \ 191 181 $(SOPHYAINCP)nbmath.h \ 192 $(SOPHYAINCP)triangmtx.h \ 193 lambdaBuilder.h \ 182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 194 183 $(SOPHYAINCP)timing.h 195 $(CXXCOMPILE LIB) -o $@ $<184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc 196 185 -
trunk/SophyaLib/Samba/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)alm.o: alm.cc \ 14 $(SOPHYAINCP)sopnamsp.h alm.h \ 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 15 14 $(SOPHYAINCP)nbrandom.h \ 16 15 $(SOPHYAINCP)srandgen.h \ … … 35 34 $(SOPHYAINCP)ppfnametag.h \ 36 35 $(SOPHYAINCP)utilarr.h 37 $(CXXCOMPILE LIB) -o $@ $<36 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 38 37 39 $(SOPHYAOBJP)bruit.o: bruit.cc \ 40 $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 41 39 $(SOPHYAINCP)fmath.h bruit.h \ 42 40 $(SOPHYAINCP)nbrandom.h \ 43 41 $(SOPHYAINCP)srandgen.h \ 44 42 $(SOPHYAINCP)machdefs.h 45 $(CXXCOMPILE LIB) -o $@ $<43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 46 44 47 $(SOPHYAOBJP)circle.o: circle.cc \ 48 $(SOPHYAINCP)sopnamsp.h circle.h \ 45 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \ 46 circle.h $(SOPHYAINCP)vector3d.h \ 47 $(SOPHYAINCP)longlat.h \ 48 $(SOPHYAINCP)machdefs.h \ 49 $(SOPHYAINCP)utilgeom.h \ 50 $(SOPHYAINCP)unitvector.h geometry.h 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 52 53 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 54 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 55 datacirclebase.h circle.h \ 49 56 $(SOPHYAINCP)vector3d.h \ 50 57 $(SOPHYAINCP)longlat.h \ 51 58 $(SOPHYAINCP)machdefs.h \ 52 59 $(SOPHYAINCP)utilgeom.h \ 53 $(SOPHYAINCP)unitvector.h \ 54 geometry.h 55 $(CXXCOMPILELIB) -o $@ $< 56 57 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 58 $(SOPHYAINCP)sopnamsp.h \ 59 datacirclefake.h datacirclebase.h circle.h \ 60 $(SOPHYAINCP)vector3d.h \ 61 $(SOPHYAINCP)longlat.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 $(SOPHYAINCP)utilgeom.h \ 64 $(SOPHYAINCP)unitvector.h \ 65 geometry.h 66 $(CXXCOMPILELIB) -o $@ $< 60 $(SOPHYAINCP)unitvector.h geometry.h 61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 67 62 68 63 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 69 $(SOPHYAINCP)machdefs.h \ 70 harmspher.h 71 $(CXXCOMPILELIB) -o $@ $< 64 $(SOPHYAINCP)machdefs.h harmspher.h 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc 72 66 73 67 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 74 $(SOPHYAINCP)sopnamsp.h \ 75 lambdaBuilder.h \ 68 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 76 69 $(SOPHYAINCP)ndatablock.h \ 77 70 $(SOPHYAINCP)machdefs.h \ … … 97 90 $(SOPHYAINCP)triangmtx.h \ 98 91 $(SOPHYAINCP)nbconst.h 99 $(CXXCOMPILE LIB) -o $@ $<92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc 100 93 101 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 102 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 103 $(SOPHYAINCP)sphericalmap.h \ 94 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 95 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 104 96 $(SOPHYAINCP)smathconst.h \ 105 97 $(SOPHYAINCP)machdefs.h \ … … 127 119 $(SOPHYAINCP)utilarr.h \ 128 120 $(SOPHYAINCP)timing.h 129 $(CXXCOMPILE LIB) -o $@ $<121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc 130 122 131 123 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 132 $(SOPHYAINCP)sopnamsp.h \ 133 sambainit.h \ 124 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 134 125 $(SOPHYAINCP)skymapinit.h \ 135 126 $(SOPHYAINCP)sophyainit.h \ … … 137 128 $(SOPHYAINCP)ntoolsinit.h \ 138 129 $(SOPHYAINCP)tarrinit.h 139 $(CXXCOMPILE LIB) -o $@ $<130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc 140 131 141 $(SOPHYAOBJP)scan.o: scan.cc \ 142 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 143 133 $(SOPHYAINCP)machdefs.h scan.h \ 144 134 $(SOPHYAINCP)ppersist.h \ … … 155 145 $(SOPHYAINCP)fiondblock.h \ 156 146 $(SOPHYAINCP)smathconst.h 157 $(CXXCOMPILE LIB) -o $@ $<147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc 158 148 159 149 $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \ … … 190 180 $(SOPHYAINCP)srandgen.h \ 191 181 $(SOPHYAINCP)nbmath.h \ 192 $(SOPHYAINCP)triangmtx.h \ 193 lambdaBuilder.h \ 182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 194 183 $(SOPHYAINCP)timing.h 195 $(CXXCOMPILE LIB) -o $@ $<184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc 196 185 -
trunk/SophyaLib/SkyMap/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)ndatablock.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)tvector.h \ 19 $(SOPHYAINCP)tmatrix.h \ 20 $(SOPHYAINCP)tarray.h \ 21 $(SOPHYAINCP)basarr.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)dvlist.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 27 $(SOPHYAINCP)gnumd5.h \ 28 $(SOPHYAINCP)ppfbinstream.h \ 29 $(SOPHYAINCP)rawstream.h \ 30 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)utilarr.h \ 32 $(SOPHYAINCP)smathconst.h 33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 34 13 35 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fiolocalmap.h sphericalmap.h \ 36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ 37 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 38 $(SOPHYAINCP)machdefs.h pixelmap.h \ 39 $(SOPHYAINCP)ppersist.h \ 40 $(SOPHYAINCP)pexceptions.h \ 41 $(SOPHYAINCP)gnumd5.h \ 42 $(SOPHYAINCP)ppfbinstream.h \ 43 $(SOPHYAINCP)rawstream.h \ 44 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 56 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 61 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \ 63 sphereecp.h sphericalmap.h \ 16 64 $(SOPHYAINCP)smathconst.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 pixelmap.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h \ 26 $(SOPHYAINCP)objfio.h \ 27 $(SOPHYAINCP)anydataobj.h \ 28 $(SOPHYAINCP)mutyv.h spherepos.h \ 29 unitvector.h vector3d.h longlat.h utilgeom.h \ 30 $(SOPHYAINCP)tvector.h \ 31 $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h \ 33 $(SOPHYAINCP)basarr.h \ 34 $(SOPHYAINCP)ndatablock.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 localmap.h $(SOPHYAINCP)fioarr.h \ 37 $(SOPHYAINCP)fiondblock.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILELIB) -o $@ $< 40 41 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 fiosphereecp.h sphereecp.h sphericalmap.h \ 44 $(SOPHYAINCP)smathconst.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 pixelmap.h \ 65 $(SOPHYAINCP)machdefs.h pixelmap.h \ 47 66 $(SOPHYAINCP)ppersist.h \ 48 67 $(SOPHYAINCP)pexceptions.h \ … … 64 83 $(SOPHYAINCP)fioarr.h \ 65 84 $(SOPHYAINCP)datatype.h 66 $(CXXCOMPILE LIB) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 67 86 68 87 $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \ 69 $(SOPHYAINCP)sopnamsp.h \ 70 fiospherehealpix.h sphericalmap.h \ 71 $(SOPHYAINCP)smathconst.h \ 72 $(SOPHYAINCP)machdefs.h \ 73 pixelmap.h \ 74 $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)pexceptions.h \ 76 $(SOPHYAINCP)gnumd5.h \ 77 $(SOPHYAINCP)ppfbinstream.h \ 78 $(SOPHYAINCP)rawstream.h \ 79 $(SOPHYAINCP)ppfnametag.h \ 80 $(SOPHYAINCP)dvlist.h \ 81 $(SOPHYAINCP)objfio.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h spherepos.h \ 84 unitvector.h vector3d.h longlat.h utilgeom.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h \ 91 spherehealpix.h HEALPixUtils.h \ 88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \ 89 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 90 $(SOPHYAINCP)machdefs.h pixelmap.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 112 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 92 133 $(SOPHYAINCP)fiondblock.h \ 93 134 $(SOPHYAINCP)datatype.h 94 $(CXXCOMPILELIB) -o $@ $< 95 96 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 97 $(SOPHYAINCP)sopnamsp.h \ 98 fiospherethetaphi.h sphericalmap.h \ 99 $(SOPHYAINCP)smathconst.h \ 100 $(SOPHYAINCP)machdefs.h \ 101 pixelmap.h \ 102 $(SOPHYAINCP)ppersist.h \ 103 $(SOPHYAINCP)pexceptions.h \ 104 $(SOPHYAINCP)gnumd5.h \ 105 $(SOPHYAINCP)ppfbinstream.h \ 106 $(SOPHYAINCP)rawstream.h \ 107 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)dvlist.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)anydataobj.h \ 111 $(SOPHYAINCP)mutyv.h spherepos.h \ 112 unitvector.h vector3d.h longlat.h utilgeom.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)ndatablock.h \ 118 $(SOPHYAINCP)utilarr.h \ 119 spherethetaphi.h \ 120 $(SOPHYAINCP)fiondblock.h \ 121 $(SOPHYAINCP)datatype.h 122 $(CXXCOMPILELIB) -o $@ $< 123 124 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 126 HEALPixUtils.h \ 127 $(SOPHYAINCP)machdefs.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)tvector.h \ 131 $(SOPHYAINCP)tmatrix.h \ 132 $(SOPHYAINCP)tarray.h \ 133 $(SOPHYAINCP)basarr.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)dvlist.h \ 136 $(SOPHYAINCP)objfio.h \ 137 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 143 $(SOPHYAINCP)utilarr.h \ 144 $(SOPHYAINCP)smathconst.h 145 $(CXXCOMPILELIB) -o $@ $< 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 146 136 147 137 $(SOPHYAOBJP)localmap.o: localmap.cc \ 148 $(SOPHYAINCP)sopnamsp.h \ 149 localmap.h pixelmap.h \ 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)sopnamsp.h localmap.h \ 139 pixelmap.h $(SOPHYAINCP)ppersist.h \ 151 140 $(SOPHYAINCP)machdefs.h \ 152 141 $(SOPHYAINCP)pexceptions.h \ … … 169 158 $(SOPHYAINCP)fiondblock.h \ 170 159 $(SOPHYAINCP)timing.h 171 $(CXXCOMPILELIB) -o $@ $< 172 173 $(SOPHYAOBJP)longlat.o: longlat.cc \ 174 $(SOPHYAINCP)sopnamsp.h \ 175 longlat.h \ 176 $(SOPHYAINCP)machdefs.h \ 160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \ 163 longlat.h $(SOPHYAINCP)machdefs.h \ 177 164 utilgeom.h 178 $(CXXCOMPILE LIB) -o $@ $<165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 179 166 180 167 $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \ 181 168 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)machdefs.h \ 183 mapoperation.h \ 184 $(SOPHYAINCP)ndatablock.h \ 185 $(SOPHYAINCP)anydataobj.h \ 186 pixelmap.h \ 169 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 187 172 $(SOPHYAINCP)ppersist.h \ 188 173 $(SOPHYAINCP)pexceptions.h \ … … 195 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 196 181 unitvector.h vector3d.h longlat.h utilgeom.h 197 $(CXXCOMPILE LIB) -o $@ $<182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 198 183 199 184 $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \ 200 185 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h \ 202 skymapinit.h \ 203 $(SOPHYAINCP)sophyainit.h \ 204 spherethetaphi.h sphericalmap.h \ 205 $(SOPHYAINCP)smathconst.h \ 206 pixelmap.h \ 207 $(SOPHYAINCP)ppersist.h \ 208 $(SOPHYAINCP)pexceptions.h \ 209 $(SOPHYAINCP)gnumd5.h \ 210 $(SOPHYAINCP)ppfbinstream.h \ 211 $(SOPHYAINCP)rawstream.h \ 212 $(SOPHYAINCP)ppfnametag.h \ 213 $(SOPHYAINCP)dvlist.h \ 214 $(SOPHYAINCP)objfio.h \ 215 $(SOPHYAINCP)anydataobj.h \ 216 $(SOPHYAINCP)mutyv.h spherepos.h \ 217 unitvector.h vector3d.h longlat.h utilgeom.h \ 218 $(SOPHYAINCP)tvector.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h \ 224 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 225 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 226 $(CXXCOMPILELIB) -o $@ $< 186 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 188 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 pixelmap.h $(SOPHYAINCP)ppersist.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)gnumd5.h \ 192 $(SOPHYAINCP)ppfbinstream.h \ 193 $(SOPHYAINCP)rawstream.h \ 194 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 199 unitvector.h vector3d.h longlat.h utilgeom.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 227 209 228 210 $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 sphereecp.h sphericalmap.h \ 231 $(SOPHYAINCP)smathconst.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 pixelmap.h \ 211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \ 212 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 213 $(SOPHYAINCP)machdefs.h pixelmap.h \ 234 214 $(SOPHYAINCP)ppersist.h \ 235 215 $(SOPHYAINCP)pexceptions.h \ … … 249 229 $(SOPHYAINCP)ndatablock.h \ 250 230 $(SOPHYAINCP)utilarr.h 251 $(CXXCOMPILE LIB) -o $@ $<231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 252 232 253 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ … … 262 242 $(SOPHYAINCP)ppfnametag.h \ 263 243 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)anydataobj.h \ 265 spherehealpix.h sphericalmap.h \ 266 $(SOPHYAINCP)smathconst.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 267 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 268 247 $(SOPHYAINCP)objfio.h \ … … 273 252 $(SOPHYAINCP)tarray.h \ 274 253 $(SOPHYAINCP)basarr.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 HEALPixUtils.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 277 255 $(SOPHYAINCP)strutil.h 278 $(CXXCOMPILE LIB) -o $@ $<256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc 279 257 280 258 $(SOPHYAOBJP)spherepos.o: spherepos.cc \ 281 $(SOPHYAINCP)sopnamsp.h \ 282 spherepos.h \ 283 $(SOPHYAINCP)machdefs.h \ 284 $(SOPHYAINCP)ppersist.h \ 285 $(SOPHYAINCP)pexceptions.h \ 286 $(SOPHYAINCP)gnumd5.h \ 287 $(SOPHYAINCP)ppfbinstream.h \ 288 $(SOPHYAINCP)rawstream.h \ 289 $(SOPHYAINCP)ppfnametag.h \ 290 unitvector.h vector3d.h longlat.h utilgeom.h \ 291 $(SOPHYAINCP)anydataobj.h \ 292 $(SOPHYAINCP)datatype.h 293 $(CXXCOMPILELIB) -o $@ $< 259 $(SOPHYAINCP)sopnamsp.h spherepos.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 267 vector3d.h longlat.h utilgeom.h \ 268 $(SOPHYAINCP)anydataobj.h \ 269 $(SOPHYAINCP)datatype.h 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc 294 271 295 272 $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \ 296 $(SOPHYAINCP)sopnamsp.h \ 297 spherethetaphi.h sphericalmap.h \ 298 $(SOPHYAINCP)smathconst.h \ 299 $(SOPHYAINCP)machdefs.h \ 300 pixelmap.h \ 273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \ 274 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 275 $(SOPHYAINCP)machdefs.h pixelmap.h \ 301 276 $(SOPHYAINCP)ppersist.h \ 302 277 $(SOPHYAINCP)pexceptions.h \ … … 317 292 $(SOPHYAINCP)utilarr.h \ 318 293 $(SOPHYAINCP)fiondblock.h 319 $(CXXCOMPILE LIB) -o $@ $<294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc 320 295 321 296 $(SOPHYAOBJP)unitvector.o: unitvector.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 unitvector.h vector3d.h longlat.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 utilgeom.h 326 $(CXXCOMPILELIB) -o $@ $< 297 $(SOPHYAINCP)sopnamsp.h unitvector.h \ 298 vector3d.h longlat.h \ 299 $(SOPHYAINCP)machdefs.h utilgeom.h 300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc 327 301 328 302 $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \ 329 303 $(SOPHYAINCP)sopnamsp.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 utilgeom.h 332 $(CXXCOMPILELIB) -o $@ $< 304 $(SOPHYAINCP)machdefs.h utilgeom.h 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc 333 306 334 307 $(SOPHYAOBJP)vector3d.o: vector3d.cc \ 335 308 $(SOPHYAINCP)sopnamsp.h \ 336 309 $(SOPHYAINCP)machdefs.h \ 337 $(SOPHYAINCP)pexceptions.h \338 vector3d.hlonglat.h utilgeom.h339 $(CXXCOMPILE LIB) -o $@ $<340 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 311 longlat.h utilgeom.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc 313 -
trunk/SophyaLib/SkyMap/objlist.list
r2743 r2765 1 HEALPixUtils.o 1 2 fiolocalmap.o 2 3 fiosphereecp.o 3 4 fiospherehealpix.o 4 5 fiospherethetaphi.o 5 HEALPixUtils.o6 6 localmap.o 7 7 longlat.o -
trunk/SophyaLib/SkyMap/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 7 7 rm -f $(SOPHYALIBP)libSkyMap.a 8 8 9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP) fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o9 $(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)ndatablock.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)tvector.h \ 19 $(SOPHYAINCP)tmatrix.h \ 20 $(SOPHYAINCP)tarray.h \ 21 $(SOPHYAINCP)basarr.h \ 22 $(SOPHYAINCP)mutyv.h \ 23 $(SOPHYAINCP)dvlist.h \ 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)ppersist.h \ 26 $(SOPHYAINCP)pexceptions.h \ 27 $(SOPHYAINCP)gnumd5.h \ 28 $(SOPHYAINCP)ppfbinstream.h \ 29 $(SOPHYAINCP)rawstream.h \ 30 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)utilarr.h \ 32 $(SOPHYAINCP)smathconst.h 33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc 34 13 35 $(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fiolocalmap.h sphericalmap.h \ 36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \ 37 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 38 $(SOPHYAINCP)machdefs.h pixelmap.h \ 39 $(SOPHYAINCP)ppersist.h \ 40 $(SOPHYAINCP)pexceptions.h \ 41 $(SOPHYAINCP)gnumd5.h \ 42 $(SOPHYAINCP)ppfbinstream.h \ 43 $(SOPHYAINCP)rawstream.h \ 44 $(SOPHYAINCP)ppfnametag.h \ 45 $(SOPHYAINCP)dvlist.h \ 46 $(SOPHYAINCP)objfio.h \ 47 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)mutyv.h spherepos.h \ 49 unitvector.h vector3d.h longlat.h utilgeom.h \ 50 $(SOPHYAINCP)tvector.h \ 51 $(SOPHYAINCP)tmatrix.h \ 52 $(SOPHYAINCP)tarray.h \ 53 $(SOPHYAINCP)basarr.h \ 54 $(SOPHYAINCP)ndatablock.h \ 55 $(SOPHYAINCP)utilarr.h localmap.h \ 56 $(SOPHYAINCP)fioarr.h \ 57 $(SOPHYAINCP)fiondblock.h \ 58 $(SOPHYAINCP)datatype.h 59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc 60 61 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \ 63 sphereecp.h sphericalmap.h \ 16 64 $(SOPHYAINCP)smathconst.h \ 17 $(SOPHYAINCP)machdefs.h \ 18 pixelmap.h \ 19 $(SOPHYAINCP)ppersist.h \ 20 $(SOPHYAINCP)pexceptions.h \ 21 $(SOPHYAINCP)gnumd5.h \ 22 $(SOPHYAINCP)ppfbinstream.h \ 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 $(SOPHYAINCP)dvlist.h \ 26 $(SOPHYAINCP)objfio.h \ 27 $(SOPHYAINCP)anydataobj.h \ 28 $(SOPHYAINCP)mutyv.h spherepos.h \ 29 unitvector.h vector3d.h longlat.h utilgeom.h \ 30 $(SOPHYAINCP)tvector.h \ 31 $(SOPHYAINCP)tmatrix.h \ 32 $(SOPHYAINCP)tarray.h \ 33 $(SOPHYAINCP)basarr.h \ 34 $(SOPHYAINCP)ndatablock.h \ 35 $(SOPHYAINCP)utilarr.h \ 36 localmap.h $(SOPHYAINCP)fioarr.h \ 37 $(SOPHYAINCP)fiondblock.h \ 38 $(SOPHYAINCP)datatype.h 39 $(CXXCOMPILELIB) -o $@ $< 40 41 $(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 43 fiosphereecp.h sphereecp.h sphericalmap.h \ 44 $(SOPHYAINCP)smathconst.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 pixelmap.h \ 65 $(SOPHYAINCP)machdefs.h pixelmap.h \ 47 66 $(SOPHYAINCP)ppersist.h \ 48 67 $(SOPHYAINCP)pexceptions.h \ … … 64 83 $(SOPHYAINCP)fioarr.h \ 65 84 $(SOPHYAINCP)datatype.h 66 $(CXXCOMPILE LIB) -o $@ $<85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc 67 86 68 87 $(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \ 69 $(SOPHYAINCP)sopnamsp.h \ 70 fiospherehealpix.h sphericalmap.h \ 71 $(SOPHYAINCP)smathconst.h \ 72 $(SOPHYAINCP)machdefs.h \ 73 pixelmap.h \ 74 $(SOPHYAINCP)ppersist.h \ 75 $(SOPHYAINCP)pexceptions.h \ 76 $(SOPHYAINCP)gnumd5.h \ 77 $(SOPHYAINCP)ppfbinstream.h \ 78 $(SOPHYAINCP)rawstream.h \ 79 $(SOPHYAINCP)ppfnametag.h \ 80 $(SOPHYAINCP)dvlist.h \ 81 $(SOPHYAINCP)objfio.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h spherepos.h \ 84 unitvector.h vector3d.h longlat.h utilgeom.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)ndatablock.h \ 90 $(SOPHYAINCP)utilarr.h \ 91 spherehealpix.h HEALPixUtils.h \ 88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \ 89 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 90 $(SOPHYAINCP)machdefs.h pixelmap.h \ 91 $(SOPHYAINCP)ppersist.h \ 92 $(SOPHYAINCP)pexceptions.h \ 93 $(SOPHYAINCP)gnumd5.h \ 94 $(SOPHYAINCP)ppfbinstream.h \ 95 $(SOPHYAINCP)rawstream.h \ 96 $(SOPHYAINCP)ppfnametag.h \ 97 $(SOPHYAINCP)dvlist.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)anydataobj.h \ 100 $(SOPHYAINCP)mutyv.h spherepos.h \ 101 unitvector.h vector3d.h longlat.h utilgeom.h \ 102 $(SOPHYAINCP)tvector.h \ 103 $(SOPHYAINCP)tmatrix.h \ 104 $(SOPHYAINCP)tarray.h \ 105 $(SOPHYAINCP)basarr.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h spherehealpix.h \ 108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \ 109 $(SOPHYAINCP)datatype.h 110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc 111 112 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \ 114 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 115 $(SOPHYAINCP)machdefs.h pixelmap.h \ 116 $(SOPHYAINCP)ppersist.h \ 117 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)gnumd5.h \ 119 $(SOPHYAINCP)ppfbinstream.h \ 120 $(SOPHYAINCP)rawstream.h \ 121 $(SOPHYAINCP)ppfnametag.h \ 122 $(SOPHYAINCP)dvlist.h \ 123 $(SOPHYAINCP)objfio.h \ 124 $(SOPHYAINCP)anydataobj.h \ 125 $(SOPHYAINCP)mutyv.h spherepos.h \ 126 unitvector.h vector3d.h longlat.h utilgeom.h \ 127 $(SOPHYAINCP)tvector.h \ 128 $(SOPHYAINCP)tmatrix.h \ 129 $(SOPHYAINCP)tarray.h \ 130 $(SOPHYAINCP)basarr.h \ 131 $(SOPHYAINCP)ndatablock.h \ 132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \ 92 133 $(SOPHYAINCP)fiondblock.h \ 93 134 $(SOPHYAINCP)datatype.h 94 $(CXXCOMPILELIB) -o $@ $< 95 96 $(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \ 97 $(SOPHYAINCP)sopnamsp.h \ 98 fiospherethetaphi.h sphericalmap.h \ 99 $(SOPHYAINCP)smathconst.h \ 100 $(SOPHYAINCP)machdefs.h \ 101 pixelmap.h \ 102 $(SOPHYAINCP)ppersist.h \ 103 $(SOPHYAINCP)pexceptions.h \ 104 $(SOPHYAINCP)gnumd5.h \ 105 $(SOPHYAINCP)ppfbinstream.h \ 106 $(SOPHYAINCP)rawstream.h \ 107 $(SOPHYAINCP)ppfnametag.h \ 108 $(SOPHYAINCP)dvlist.h \ 109 $(SOPHYAINCP)objfio.h \ 110 $(SOPHYAINCP)anydataobj.h \ 111 $(SOPHYAINCP)mutyv.h spherepos.h \ 112 unitvector.h vector3d.h longlat.h utilgeom.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)ndatablock.h \ 118 $(SOPHYAINCP)utilarr.h \ 119 spherethetaphi.h \ 120 $(SOPHYAINCP)fiondblock.h \ 121 $(SOPHYAINCP)datatype.h 122 $(CXXCOMPILELIB) -o $@ $< 123 124 $(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 126 HEALPixUtils.h \ 127 $(SOPHYAINCP)machdefs.h \ 128 $(SOPHYAINCP)ndatablock.h \ 129 $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)tvector.h \ 131 $(SOPHYAINCP)tmatrix.h \ 132 $(SOPHYAINCP)tarray.h \ 133 $(SOPHYAINCP)basarr.h \ 134 $(SOPHYAINCP)mutyv.h \ 135 $(SOPHYAINCP)dvlist.h \ 136 $(SOPHYAINCP)objfio.h \ 137 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)pexceptions.h \ 139 $(SOPHYAINCP)gnumd5.h \ 140 $(SOPHYAINCP)ppfbinstream.h \ 141 $(SOPHYAINCP)rawstream.h \ 142 $(SOPHYAINCP)ppfnametag.h \ 143 $(SOPHYAINCP)utilarr.h \ 144 $(SOPHYAINCP)smathconst.h 145 $(CXXCOMPILELIB) -o $@ $< 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc 146 136 147 137 $(SOPHYAOBJP)localmap.o: localmap.cc \ 148 $(SOPHYAINCP)sopnamsp.h \ 149 localmap.h pixelmap.h \ 150 $(SOPHYAINCP)ppersist.h \ 138 $(SOPHYAINCP)sopnamsp.h localmap.h \ 139 pixelmap.h $(SOPHYAINCP)ppersist.h \ 151 140 $(SOPHYAINCP)machdefs.h \ 152 141 $(SOPHYAINCP)pexceptions.h \ … … 169 158 $(SOPHYAINCP)fiondblock.h \ 170 159 $(SOPHYAINCP)timing.h 171 $(CXXCOMPILELIB) -o $@ $< 172 173 $(SOPHYAOBJP)longlat.o: longlat.cc \ 174 $(SOPHYAINCP)sopnamsp.h \ 175 longlat.h \ 176 $(SOPHYAINCP)machdefs.h \ 160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc 161 162 $(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \ 163 longlat.h $(SOPHYAINCP)machdefs.h \ 177 164 utilgeom.h 178 $(CXXCOMPILE LIB) -o $@ $<165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc 179 166 180 167 $(SOPHYAOBJP)mapoperation.o: mapoperation.cc \ 181 168 $(SOPHYAINCP)sopnamsp.h \ 182 $(SOPHYAINCP)machdefs.h \ 183 mapoperation.h \ 184 $(SOPHYAINCP)ndatablock.h \ 185 $(SOPHYAINCP)anydataobj.h \ 186 pixelmap.h \ 169 $(SOPHYAINCP)machdefs.h mapoperation.h \ 170 $(SOPHYAINCP)ndatablock.h \ 171 $(SOPHYAINCP)anydataobj.h pixelmap.h \ 187 172 $(SOPHYAINCP)ppersist.h \ 188 173 $(SOPHYAINCP)pexceptions.h \ … … 195 180 $(SOPHYAINCP)mutyv.h spherepos.h \ 196 181 unitvector.h vector3d.h longlat.h utilgeom.h 197 $(CXXCOMPILE LIB) -o $@ $<182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc 198 183 199 184 $(SOPHYAOBJP)skymapinit.o: skymapinit.cc \ 200 185 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h \ 202 skymapinit.h \ 203 $(SOPHYAINCP)sophyainit.h \ 204 spherethetaphi.h sphericalmap.h \ 205 $(SOPHYAINCP)smathconst.h \ 206 pixelmap.h \ 207 $(SOPHYAINCP)ppersist.h \ 208 $(SOPHYAINCP)pexceptions.h \ 209 $(SOPHYAINCP)gnumd5.h \ 210 $(SOPHYAINCP)ppfbinstream.h \ 211 $(SOPHYAINCP)rawstream.h \ 212 $(SOPHYAINCP)ppfnametag.h \ 213 $(SOPHYAINCP)dvlist.h \ 214 $(SOPHYAINCP)objfio.h \ 215 $(SOPHYAINCP)anydataobj.h \ 216 $(SOPHYAINCP)mutyv.h spherepos.h \ 217 unitvector.h vector3d.h longlat.h utilgeom.h \ 218 $(SOPHYAINCP)tvector.h \ 219 $(SOPHYAINCP)tmatrix.h \ 220 $(SOPHYAINCP)tarray.h \ 221 $(SOPHYAINCP)basarr.h \ 222 $(SOPHYAINCP)ndatablock.h \ 223 $(SOPHYAINCP)utilarr.h \ 224 fiospherehealpix.h spherehealpix.h HEALPixUtils.h fiospherethetaphi.h \ 225 fiolocalmap.h localmap.h fiosphereecp.h sphereecp.h 226 $(CXXCOMPILELIB) -o $@ $< 186 $(SOPHYAINCP)machdefs.h skymapinit.h \ 187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \ 188 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 189 pixelmap.h $(SOPHYAINCP)ppersist.h \ 190 $(SOPHYAINCP)pexceptions.h \ 191 $(SOPHYAINCP)gnumd5.h \ 192 $(SOPHYAINCP)ppfbinstream.h \ 193 $(SOPHYAINCP)rawstream.h \ 194 $(SOPHYAINCP)ppfnametag.h \ 195 $(SOPHYAINCP)dvlist.h \ 196 $(SOPHYAINCP)objfio.h \ 197 $(SOPHYAINCP)anydataobj.h \ 198 $(SOPHYAINCP)mutyv.h spherepos.h \ 199 unitvector.h vector3d.h longlat.h utilgeom.h \ 200 $(SOPHYAINCP)tvector.h \ 201 $(SOPHYAINCP)tmatrix.h \ 202 $(SOPHYAINCP)tarray.h \ 203 $(SOPHYAINCP)basarr.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \ 206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 207 localmap.h fiosphereecp.h sphereecp.h 208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc 227 209 228 210 $(SOPHYAOBJP)sphereecp.o: sphereecp.cc \ 229 $(SOPHYAINCP)sopnamsp.h \ 230 sphereecp.h sphericalmap.h \ 231 $(SOPHYAINCP)smathconst.h \ 232 $(SOPHYAINCP)machdefs.h \ 233 pixelmap.h \ 211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \ 212 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 213 $(SOPHYAINCP)machdefs.h pixelmap.h \ 234 214 $(SOPHYAINCP)ppersist.h \ 235 215 $(SOPHYAINCP)pexceptions.h \ … … 249 229 $(SOPHYAINCP)ndatablock.h \ 250 230 $(SOPHYAINCP)utilarr.h 251 $(CXXCOMPILE LIB) -o $@ $<231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc 252 232 253 233 $(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \ … … 262 242 $(SOPHYAINCP)ppfnametag.h \ 263 243 $(SOPHYAINCP)ndatablock.h \ 264 $(SOPHYAINCP)anydataobj.h \ 265 spherehealpix.h sphericalmap.h \ 266 $(SOPHYAINCP)smathconst.h \ 244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \ 245 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 267 246 pixelmap.h $(SOPHYAINCP)dvlist.h \ 268 247 $(SOPHYAINCP)objfio.h \ … … 273 252 $(SOPHYAINCP)tarray.h \ 274 253 $(SOPHYAINCP)basarr.h \ 275 $(SOPHYAINCP)utilarr.h \ 276 HEALPixUtils.h \ 254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \ 277 255 $(SOPHYAINCP)strutil.h 278 $(CXXCOMPILE LIB) -o $@ $<256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc 279 257 280 258 $(SOPHYAOBJP)spherepos.o: spherepos.cc \ 281 $(SOPHYAINCP)sopnamsp.h \ 282 spherepos.h \ 283 $(SOPHYAINCP)machdefs.h \ 284 $(SOPHYAINCP)ppersist.h \ 285 $(SOPHYAINCP)pexceptions.h \ 286 $(SOPHYAINCP)gnumd5.h \ 287 $(SOPHYAINCP)ppfbinstream.h \ 288 $(SOPHYAINCP)rawstream.h \ 289 $(SOPHYAINCP)ppfnametag.h \ 290 unitvector.h vector3d.h longlat.h utilgeom.h \ 291 $(SOPHYAINCP)anydataobj.h \ 292 $(SOPHYAINCP)datatype.h 293 $(CXXCOMPILELIB) -o $@ $< 259 $(SOPHYAINCP)sopnamsp.h spherepos.h \ 260 $(SOPHYAINCP)machdefs.h \ 261 $(SOPHYAINCP)ppersist.h \ 262 $(SOPHYAINCP)pexceptions.h \ 263 $(SOPHYAINCP)gnumd5.h \ 264 $(SOPHYAINCP)ppfbinstream.h \ 265 $(SOPHYAINCP)rawstream.h \ 266 $(SOPHYAINCP)ppfnametag.h unitvector.h \ 267 vector3d.h longlat.h utilgeom.h \ 268 $(SOPHYAINCP)anydataobj.h \ 269 $(SOPHYAINCP)datatype.h 270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc 294 271 295 272 $(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \ 296 $(SOPHYAINCP)sopnamsp.h \ 297 spherethetaphi.h sphericalmap.h \ 298 $(SOPHYAINCP)smathconst.h \ 299 $(SOPHYAINCP)machdefs.h \ 300 pixelmap.h \ 273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \ 274 sphericalmap.h $(SOPHYAINCP)smathconst.h \ 275 $(SOPHYAINCP)machdefs.h pixelmap.h \ 301 276 $(SOPHYAINCP)ppersist.h \ 302 277 $(SOPHYAINCP)pexceptions.h \ … … 317 292 $(SOPHYAINCP)utilarr.h \ 318 293 $(SOPHYAINCP)fiondblock.h 319 $(CXXCOMPILE LIB) -o $@ $<294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc 320 295 321 296 $(SOPHYAOBJP)unitvector.o: unitvector.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 unitvector.h vector3d.h longlat.h \ 324 $(SOPHYAINCP)machdefs.h \ 325 utilgeom.h 326 $(CXXCOMPILELIB) -o $@ $< 297 $(SOPHYAINCP)sopnamsp.h unitvector.h \ 298 vector3d.h longlat.h \ 299 $(SOPHYAINCP)machdefs.h utilgeom.h 300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc 327 301 328 302 $(SOPHYAOBJP)utilgeom.o: utilgeom.cc \ 329 303 $(SOPHYAINCP)sopnamsp.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 utilgeom.h 332 $(CXXCOMPILELIB) -o $@ $< 304 $(SOPHYAINCP)machdefs.h utilgeom.h 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc 333 306 334 307 $(SOPHYAOBJP)vector3d.o: vector3d.cc \ 335 308 $(SOPHYAINCP)sopnamsp.h \ 336 309 $(SOPHYAINCP)machdefs.h \ 337 $(SOPHYAINCP)pexceptions.h \338 vector3d.hlonglat.h utilgeom.h339 $(CXXCOMPILE LIB) -o $@ $<340 310 $(SOPHYAINCP)pexceptions.h vector3d.h \ 311 longlat.h utilgeom.h 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc 313 -
trunk/SophyaLib/SkyT/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)blackbody.o: blackbody.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \16 blackbody.hradspec.h specresp.h \15 $(SOPHYAINCP)machdefs.h blackbody.h \ 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 18 $(SOPHYAINCP)objfio.h \ … … 22 22 $(SOPHYAINCP)ppfbinstream.h \ 23 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 convtools.h 26 $(CXXCOMPILELIB) -o $@ $< 24 $(SOPHYAINCP)ppfnametag.h convtools.h 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc 27 26 28 27 $(SOPHYAOBJP)convtools.o: convtools.cc \ 29 $(SOPHYAINCP)sopnamsp.h \ 30 convtools.h \ 28 $(SOPHYAINCP)sopnamsp.h convtools.h \ 31 29 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc 33 31 34 32 $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \ 35 33 $(SOPHYAINCP)sopnamsp.h \ 36 $(SOPHYAINCP)machdefs.h \37 derivblackbody.hradspec.h specresp.h \34 $(SOPHYAINCP)machdefs.h derivblackbody.h \ 35 radspec.h specresp.h \ 38 36 $(SOPHYAINCP)anydataobj.h \ 39 37 $(SOPHYAINCP)objfio.h \ … … 43 41 $(SOPHYAINCP)ppfbinstream.h \ 44 42 $(SOPHYAINCP)rawstream.h \ 45 $(SOPHYAINCP)ppfnametag.h \ 46 convtools.h 47 $(CXXCOMPILELIB) -o $@ $< 43 $(SOPHYAINCP)ppfnametag.h convtools.h 44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc 48 45 49 46 $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \ 50 47 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 gaussfilt.h specresp.h \ 53 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 specresp.h $(SOPHYAINCP)anydataobj.h \ 54 50 $(SOPHYAINCP)objfio.h \ 55 51 $(SOPHYAINCP)ppersist.h \ … … 59 55 $(SOPHYAINCP)rawstream.h \ 60 56 $(SOPHYAINCP)ppfnametag.h 61 $(CXXCOMPILE LIB) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 62 58 63 $(SOPHYAOBJP)nupower.o: nupower.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 $(SOPHYAINCP)machdefs.h \ 66 nupower.h radspec.h specresp.h \ 67 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 68 62 $(SOPHYAINCP)objfio.h \ 69 63 $(SOPHYAINCP)ppersist.h \ … … 72 66 $(SOPHYAINCP)ppfbinstream.h \ 73 67 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 convtools.h 76 $(CXXCOMPILELIB) -o $@ $< 68 $(SOPHYAINCP)ppfnametag.h convtools.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 77 70 78 $(SOPHYAOBJP)radspec.o: radspec.cc \ 79 $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 radspec.h specresp.h \ 82 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 72 $(SOPHYAINCP)machdefs.h radspec.h \ 73 specresp.h $(SOPHYAINCP)anydataobj.h \ 83 74 $(SOPHYAINCP)objfio.h \ 84 75 $(SOPHYAINCP)ppersist.h \ … … 90 81 $(SOPHYAINCP)integ.h \ 91 82 $(SOPHYAINCP)classfunc.h 92 $(CXXCOMPILE LIB) -o $@ $<83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc 93 84 94 85 $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \ 95 86 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \97 radspec vector.h radspec.h specresp.h \87 $(SOPHYAINCP)machdefs.h radspecvector.h \ 88 radspec.h specresp.h \ 98 89 $(SOPHYAINCP)anydataobj.h \ 99 90 $(SOPHYAINCP)objfio.h \ … … 112 103 $(SOPHYAINCP)ndatablock.h \ 113 104 $(SOPHYAINCP)utilarr.h 114 $(CXXCOMPILE LIB) -o $@ $<105 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 115 106 116 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 118 skyinit.h \ 119 $(SOPHYAINCP)ntoolsinit.h \ 107 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 108 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 120 109 $(SOPHYAINCP)tarrinit.h \ 121 110 $(SOPHYAINCP)sophyainit.h \ … … 128 117 $(SOPHYAINCP)ppfnametag.h \ 129 118 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 specrespvector.h specresp.h \ 132 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 120 specresp.h $(SOPHYAINCP)tvector.h \ 133 121 $(SOPHYAINCP)tmatrix.h \ 134 122 $(SOPHYAINCP)tarray.h \ … … 137 125 $(SOPHYAINCP)dvlist.h \ 138 126 $(SOPHYAINCP)ndatablock.h \ 139 $(SOPHYAINCP)utilarr.h \ 140 gaussfilt.h 141 $(CXXCOMPILELIB) -o $@ $< 127 $(SOPHYAINCP)utilarr.h gaussfilt.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 142 129 143 130 $(SOPHYAOBJP)specresp.o: specresp.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 specresp.h \ 131 $(SOPHYAINCP)sopnamsp.h specresp.h \ 146 132 $(SOPHYAINCP)machdefs.h \ 147 133 $(SOPHYAINCP)anydataobj.h \ … … 163 149 $(SOPHYAINCP)ndatablock.h \ 164 150 $(SOPHYAINCP)utilarr.h 165 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 166 152 167 153 $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \ 168 154 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h \ 170 specrespvector.h specresp.h \ 171 $(SOPHYAINCP)anydataobj.h \ 155 $(SOPHYAINCP)machdefs.h specrespvector.h \ 156 specresp.h $(SOPHYAINCP)anydataobj.h \ 172 157 $(SOPHYAINCP)tvector.h \ 173 158 $(SOPHYAINCP)tmatrix.h \ … … 186 171 $(SOPHYAINCP)utilarr.h \ 187 172 $(SOPHYAINCP)fioarr.h 188 $(CXXCOMPILE LIB) -o $@ $<173 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 189 174 190 175 $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \ 191 176 $(SOPHYAINCP)sopnamsp.h \ 192 $(SOPHYAINCP)machdefs.h \ 193 squarefilt.h specresp.h \ 194 $(SOPHYAINCP)anydataobj.h 195 $(CXXCOMPILELIB) -o $@ $< 177 $(SOPHYAINCP)machdefs.h squarefilt.h \ 178 specresp.h $(SOPHYAINCP)anydataobj.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 196 180 197 181 $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \ 198 182 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)machdefs.h \ 200 trianglefilt.h specresp.h \ 201 $(SOPHYAINCP)anydataobj.h 202 $(CXXCOMPILELIB) -o $@ $< 183 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 184 specresp.h $(SOPHYAINCP)anydataobj.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 203 186 -
trunk/SophyaLib/SkyT/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)blackbody.o: blackbody.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \16 blackbody.hradspec.h specresp.h \15 $(SOPHYAINCP)machdefs.h blackbody.h \ 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 18 $(SOPHYAINCP)objfio.h \ … … 22 22 $(SOPHYAINCP)ppfbinstream.h \ 23 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 convtools.h 26 $(CXXCOMPILELIB) -o $@ $< 24 $(SOPHYAINCP)ppfnametag.h convtools.h 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc 27 26 28 27 $(SOPHYAOBJP)convtools.o: convtools.cc \ 29 $(SOPHYAINCP)sopnamsp.h \ 30 convtools.h \ 28 $(SOPHYAINCP)sopnamsp.h convtools.h \ 31 29 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc 33 31 34 32 $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \ 35 33 $(SOPHYAINCP)sopnamsp.h \ 36 $(SOPHYAINCP)machdefs.h \37 derivblackbody.hradspec.h specresp.h \34 $(SOPHYAINCP)machdefs.h derivblackbody.h \ 35 radspec.h specresp.h \ 38 36 $(SOPHYAINCP)anydataobj.h \ 39 37 $(SOPHYAINCP)objfio.h \ … … 43 41 $(SOPHYAINCP)ppfbinstream.h \ 44 42 $(SOPHYAINCP)rawstream.h \ 45 $(SOPHYAINCP)ppfnametag.h \ 46 convtools.h 47 $(CXXCOMPILELIB) -o $@ $< 43 $(SOPHYAINCP)ppfnametag.h convtools.h 44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc 48 45 49 46 $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \ 50 47 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 gaussfilt.h specresp.h \ 53 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 specresp.h $(SOPHYAINCP)anydataobj.h \ 54 50 $(SOPHYAINCP)objfio.h \ 55 51 $(SOPHYAINCP)ppersist.h \ … … 59 55 $(SOPHYAINCP)rawstream.h \ 60 56 $(SOPHYAINCP)ppfnametag.h 61 $(CXXCOMPILE LIB) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 62 58 63 $(SOPHYAOBJP)nupower.o: nupower.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 $(SOPHYAINCP)machdefs.h \ 66 nupower.h radspec.h specresp.h \ 67 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 68 62 $(SOPHYAINCP)objfio.h \ 69 63 $(SOPHYAINCP)ppersist.h \ … … 72 66 $(SOPHYAINCP)ppfbinstream.h \ 73 67 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 convtools.h 76 $(CXXCOMPILELIB) -o $@ $< 68 $(SOPHYAINCP)ppfnametag.h convtools.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 77 70 78 $(SOPHYAOBJP)radspec.o: radspec.cc \ 79 $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 radspec.h specresp.h \ 82 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 72 $(SOPHYAINCP)machdefs.h radspec.h \ 73 specresp.h $(SOPHYAINCP)anydataobj.h \ 83 74 $(SOPHYAINCP)objfio.h \ 84 75 $(SOPHYAINCP)ppersist.h \ … … 90 81 $(SOPHYAINCP)integ.h \ 91 82 $(SOPHYAINCP)classfunc.h 92 $(CXXCOMPILE LIB) -o $@ $<83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc 93 84 94 85 $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \ 95 86 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \97 radspec vector.h radspec.h specresp.h \87 $(SOPHYAINCP)machdefs.h radspecvector.h \ 88 radspec.h specresp.h \ 98 89 $(SOPHYAINCP)anydataobj.h \ 99 90 $(SOPHYAINCP)objfio.h \ … … 112 103 $(SOPHYAINCP)ndatablock.h \ 113 104 $(SOPHYAINCP)utilarr.h 114 $(CXXCOMPILE LIB) -o $@ $<105 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 115 106 116 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 118 skyinit.h \ 119 $(SOPHYAINCP)ntoolsinit.h \ 107 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 108 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 120 109 $(SOPHYAINCP)tarrinit.h \ 121 110 $(SOPHYAINCP)sophyainit.h \ … … 128 117 $(SOPHYAINCP)ppfnametag.h \ 129 118 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 specrespvector.h specresp.h \ 132 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 120 specresp.h $(SOPHYAINCP)tvector.h \ 133 121 $(SOPHYAINCP)tmatrix.h \ 134 122 $(SOPHYAINCP)tarray.h \ … … 137 125 $(SOPHYAINCP)dvlist.h \ 138 126 $(SOPHYAINCP)ndatablock.h \ 139 $(SOPHYAINCP)utilarr.h \ 140 gaussfilt.h 141 $(CXXCOMPILELIB) -o $@ $< 127 $(SOPHYAINCP)utilarr.h gaussfilt.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 142 129 143 130 $(SOPHYAOBJP)specresp.o: specresp.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 specresp.h \ 131 $(SOPHYAINCP)sopnamsp.h specresp.h \ 146 132 $(SOPHYAINCP)machdefs.h \ 147 133 $(SOPHYAINCP)anydataobj.h \ … … 163 149 $(SOPHYAINCP)ndatablock.h \ 164 150 $(SOPHYAINCP)utilarr.h 165 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 166 152 167 153 $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \ 168 154 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h \ 170 specrespvector.h specresp.h \ 171 $(SOPHYAINCP)anydataobj.h \ 155 $(SOPHYAINCP)machdefs.h specrespvector.h \ 156 specresp.h $(SOPHYAINCP)anydataobj.h \ 172 157 $(SOPHYAINCP)tvector.h \ 173 158 $(SOPHYAINCP)tmatrix.h \ … … 186 171 $(SOPHYAINCP)utilarr.h \ 187 172 $(SOPHYAINCP)fioarr.h 188 $(CXXCOMPILE LIB) -o $@ $<173 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 189 174 190 175 $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \ 191 176 $(SOPHYAINCP)sopnamsp.h \ 192 $(SOPHYAINCP)machdefs.h \ 193 squarefilt.h specresp.h \ 194 $(SOPHYAINCP)anydataobj.h 195 $(CXXCOMPILELIB) -o $@ $< 177 $(SOPHYAINCP)machdefs.h squarefilt.h \ 178 specresp.h $(SOPHYAINCP)anydataobj.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 196 180 197 181 $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \ 198 182 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)machdefs.h \ 200 trianglefilt.h specresp.h \ 201 $(SOPHYAINCP)anydataobj.h 202 $(CXXCOMPILELIB) -o $@ $< 183 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 184 specresp.h $(SOPHYAINCP)anydataobj.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 203 186 -
trunk/SophyaLib/SysTools/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \ 14 $(SOPHYAINCP)sopnamsp.h cexpre.h \ 15 $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 16 15 $(SOPHYAINCP)pexceptions.h \ 17 16 $(SOPHYAINCP)srandgen.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 18 20 19 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h \ 22 commander.h \ 20 $(SOPHYAINCP)sopnamsp.h commander.h \ 23 21 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 24 22 $(SOPHYAINCP)dvlist.h \ … … 33 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 34 32 $(SOPHYAINCP)strutil.h \ 35 $(SOPHYAINCP)strutilxx.h \ 36 cexpre.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h \ 38 zthread.h 39 $(CXXCOMPILELIB) -o $@ $< 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 34 $(SOPHYAINCP)srandgen.h zthread.h 35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 40 36 41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \ 43 38 $(SOPHYAINCP)machdefs.h ctimer.h 44 $(CXXCOMPILE LIB) -o $@ $<39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 45 40 46 41 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 47 $(SOPHYAINCP)sopnamsp.h \ 48 cxxcmplnk.h \ 42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 49 43 $(SOPHYAINCP)machdefs.h 50 $(CXXCOMPILE LIB) -o $@ $<44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 51 45 52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \ 53 $(SOPHYAINCP)machdefs.h \ 54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 55 $(CXXCOMPILELIB) -o $@ $< 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \ 47 pdlmgr.h 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 56 49 57 50 $(SOPHYAOBJP)periodic.o: periodic.cc \ 58 51 $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)machdefs.h \ 60 periodic.h 61 $(CXXCOMPILELIB) -o $@ $< 52 $(SOPHYAINCP)machdefs.h periodic.h 53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 62 54 63 55 $(SOPHYAOBJP)psighand.o: psighand.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 psighand.h \ 56 $(SOPHYAINCP)sopnamsp.h psighand.h \ 66 57 $(SOPHYAINCP)machdefs.h \ 67 58 $(SOPHYAINCP)pexceptions.h 68 $(CXXCOMPILE LIB) -o $@ $<59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 69 60 70 61 $(SOPHYAOBJP)resusage.o: resusage.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 72 resusage.h \ 62 $(SOPHYAINCP)sopnamsp.h resusage.h \ 73 63 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE LIB) -o $@ $<64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 75 65 76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 77 $(SOPHYAINCP)sopnamsp.h \ 78 rpneval.h \ 79 $(SOPHYAINCP)machdefs.h \ 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 80 68 $(SOPHYAINCP)pexceptions.h \ 81 69 $(SOPHYAINCP)strutilxx.h \ 82 70 $(SOPHYAINCP)srandgen.h 83 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 84 72 85 $(SOPHYAOBJP)zthread.o: zthread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 zthread.h \ 88 $(SOPHYAINCP)machdefs.h \ 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 89 75 $(SOPHYAINCP)pexceptions.h 90 $(CXXCOMPILE LIB) -o $@ $<76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 91 77 92 78 $(SOPHYAOBJP)timing.o: timing.c timing.h 93 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ timing.c 94 80 -
trunk/SophyaLib/SysTools/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \ 14 $(SOPHYAINCP)sopnamsp.h cexpre.h \ 15 $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 16 15 $(SOPHYAINCP)pexceptions.h \ 17 16 $(SOPHYAINCP)srandgen.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 18 20 19 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h \ 22 commander.h \ 20 $(SOPHYAINCP)sopnamsp.h commander.h \ 23 21 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 24 22 $(SOPHYAINCP)dvlist.h \ … … 33 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 34 32 $(SOPHYAINCP)strutil.h \ 35 $(SOPHYAINCP)strutilxx.h \ 36 cexpre.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h \ 38 zthread.h 39 $(CXXCOMPILELIB) -o $@ $< 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 34 $(SOPHYAINCP)srandgen.h zthread.h 35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 40 36 41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \ 43 38 $(SOPHYAINCP)machdefs.h ctimer.h 44 $(CXXCOMPILE LIB) -o $@ $<39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 45 40 46 41 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 47 $(SOPHYAINCP)sopnamsp.h \ 48 cxxcmplnk.h \ 42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 49 43 $(SOPHYAINCP)machdefs.h 50 $(CXXCOMPILE LIB) -o $@ $<44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 51 45 52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \ 53 $(SOPHYAINCP)machdefs.h \ 54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 55 $(CXXCOMPILELIB) -o $@ $< 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \ 47 pdlmgr.h 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 56 49 57 50 $(SOPHYAOBJP)periodic.o: periodic.cc \ 58 51 $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)machdefs.h \ 60 periodic.h 61 $(CXXCOMPILELIB) -o $@ $< 52 $(SOPHYAINCP)machdefs.h periodic.h 53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 62 54 63 55 $(SOPHYAOBJP)psighand.o: psighand.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 psighand.h \ 56 $(SOPHYAINCP)sopnamsp.h psighand.h \ 66 57 $(SOPHYAINCP)machdefs.h \ 67 58 $(SOPHYAINCP)pexceptions.h 68 $(CXXCOMPILE LIB) -o $@ $<59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 69 60 70 61 $(SOPHYAOBJP)resusage.o: resusage.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 72 resusage.h \ 62 $(SOPHYAINCP)sopnamsp.h resusage.h \ 73 63 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE LIB) -o $@ $<64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 75 65 76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 77 $(SOPHYAINCP)sopnamsp.h \ 78 rpneval.h \ 79 $(SOPHYAINCP)machdefs.h \ 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 80 68 $(SOPHYAINCP)pexceptions.h \ 81 69 $(SOPHYAINCP)strutilxx.h \ 82 70 $(SOPHYAINCP)srandgen.h 83 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 84 72 85 $(SOPHYAOBJP)zthread.o: zthread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 zthread.h \ 88 $(SOPHYAINCP)machdefs.h \ 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 89 75 $(SOPHYAINCP)pexceptions.h 90 $(CXXCOMPILE LIB) -o $@ $<76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 91 77 92 78 $(SOPHYAOBJP)timing.o: timing.c timing.h 93 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ timing.c 94 80 -
trunk/SophyaLib/TArray/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)basarr.o: basarr.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \ 15 14 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)pexceptions.h \ 17 basarr.h \ 15 $(SOPHYAINCP)pexceptions.h basarr.h \ 18 16 $(SOPHYAINCP)anydataobj.h \ 19 17 $(SOPHYAINCP)mutyv.h \ … … 25 23 $(SOPHYAINCP)rawstream.h \ 26 24 $(SOPHYAINCP)ppfnametag.h 27 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc 28 26 29 $(SOPHYAOBJP)fioarr.o: fioarr.cc \ 30 $(SOPHYAINCP)sopnamsp.h \ 27 $(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \ 31 28 $(SOPHYAINCP)pexceptions.h \ 32 29 $(SOPHYAINCP)machdefs.h \ … … 38 35 $(SOPHYAINCP)ppfnametag.h \ 39 36 $(SOPHYAINCP)ndatablock.h \ 40 $(SOPHYAINCP)anydataobj.h \ 41 fioarr.h tarray.h basarr.h \ 42 $(SOPHYAINCP)mutyv.h \ 37 $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \ 38 basarr.h $(SOPHYAINCP)mutyv.h \ 43 39 $(SOPHYAINCP)dvlist.h \ 44 $(SOPHYAINCP)objfio.h utilarr.h \ 45 tmatrix.h tvector.h \ 46 $(SOPHYAINCP)datatype.h 47 $(CXXCOMPILELIB) -o $@ $< 40 $(SOPHYAINCP)objfio.h utilarr.h tmatrix.h \ 41 tvector.h $(SOPHYAINCP)datatype.h 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 48 43 49 $(SOPHYAOBJP)matharr.o: matharr.cc \ 50 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 matharr.h tarray.h basarr.h \ 53 $(SOPHYAINCP)anydataobj.h \ 44 $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h matharr.h tarray.h \ 46 basarr.h $(SOPHYAINCP)anydataobj.h \ 54 47 $(SOPHYAINCP)mutyv.h \ 55 48 $(SOPHYAINCP)dvlist.h \ … … 61 54 $(SOPHYAINCP)rawstream.h \ 62 55 $(SOPHYAINCP)ppfnametag.h \ 63 $(SOPHYAINCP)ndatablock.h \ 64 utilarr.h 65 $(CXXCOMPILELIB) -o $@ $< 56 $(SOPHYAINCP)ndatablock.h utilarr.h 57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc 66 58 67 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc \ 68 $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 sopemtx.h tmatrix.h tarray.h basarr.h \ 71 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \ 61 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 72 62 $(SOPHYAINCP)mutyv.h \ 73 63 $(SOPHYAINCP)dvlist.h \ … … 79 69 $(SOPHYAINCP)rawstream.h \ 80 70 $(SOPHYAINCP)ppfnametag.h \ 81 $(SOPHYAINCP)ndatablock.h \ 82 utilarr.h tvector.h \ 83 $(SOPHYAINCP)smathconst.h 84 $(CXXCOMPILELIB) -o $@ $< 71 $(SOPHYAINCP)ndatablock.h utilarr.h \ 72 tvector.h $(SOPHYAINCP)smathconst.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc 85 74 86 $(SOPHYAOBJP)tarray.o: tarray.cc \ 87 $(SOPHYAINCP)sopnamsp.h \ 75 $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \ 88 76 $(SOPHYAINCP)machdefs.h \ 89 $(SOPHYAINCP)pexceptions.h \ 90 tarray.h basarr.h \ 91 $(SOPHYAINCP)anydataobj.h \ 77 $(SOPHYAINCP)pexceptions.h tarray.h \ 78 basarr.h $(SOPHYAINCP)anydataobj.h \ 92 79 $(SOPHYAINCP)mutyv.h \ 93 80 $(SOPHYAINCP)dvlist.h \ … … 98 85 $(SOPHYAINCP)rawstream.h \ 99 86 $(SOPHYAINCP)ppfnametag.h \ 100 $(SOPHYAINCP)ndatablock.h \ 101 utilarr.h 102 $(CXXCOMPILELIB) -o $@ $< 87 $(SOPHYAINCP)ndatablock.h utilarr.h 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc 103 89 104 90 $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \ 105 91 $(SOPHYAINCP)sopnamsp.h \ 106 $(SOPHYAINCP)machdefs.h \ 107 tarrinit.h \ 108 $(SOPHYAINCP)sophyainit.h \ 109 fioarr.h tarray.h basarr.h \ 110 $(SOPHYAINCP)anydataobj.h \ 92 $(SOPHYAINCP)machdefs.h tarrinit.h \ 93 $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \ 94 basarr.h $(SOPHYAINCP)anydataobj.h \ 111 95 $(SOPHYAINCP)mutyv.h \ 112 96 $(SOPHYAINCP)dvlist.h \ … … 118 102 $(SOPHYAINCP)rawstream.h \ 119 103 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h \121 utilarr.htmatrix.h tvector.h122 $(CXXCOMPILE LIB) -o $@ $<104 $(SOPHYAINCP)ndatablock.h utilarr.h \ 105 tmatrix.h tvector.h 106 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 123 107 124 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 108 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \ 126 109 $(SOPHYAINCP)machdefs.h \ 110 $(SOPHYAINCP)pexceptions.h tmatrix.h \ 111 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 112 $(SOPHYAINCP)mutyv.h \ 113 $(SOPHYAINCP)dvlist.h \ 114 $(SOPHYAINCP)objfio.h \ 115 $(SOPHYAINCP)ppersist.h \ 116 $(SOPHYAINCP)gnumd5.h \ 117 $(SOPHYAINCP)ppfbinstream.h \ 118 $(SOPHYAINCP)rawstream.h \ 119 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h utilarr.h 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 122 123 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 124 $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)nbmath.h \ 127 $(SOPHYAINCP)smathconst.h \ 128 $(SOPHYAINCP)timing.h array.h tarray.h \ 129 basarr.h $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)mutyv.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)ppersist.h \ 127 134 $(SOPHYAINCP)pexceptions.h \ 135 $(SOPHYAINCP)gnumd5.h \ 136 $(SOPHYAINCP)ppfbinstream.h \ 137 $(SOPHYAINCP)rawstream.h \ 138 $(SOPHYAINCP)ppfnametag.h \ 139 $(SOPHYAINCP)ndatablock.h utilarr.h \ 140 tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 141 $(SOPHYAINCP)fftservintf.h \ 142 $(SOPHYAINCP)tmatrix.h \ 143 $(SOPHYAINCP)tvector.h \ 144 $(SOPHYAINCP)fftpserver.h 145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 146 147 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ 148 $(SOPHYAINCP)machdefs.h \ 149 $(SOPHYAINCP)pexceptions.h tvector.h \ 128 150 tmatrix.h tarray.h basarr.h \ 129 151 $(SOPHYAINCP)anydataobj.h \ … … 136 158 $(SOPHYAINCP)rawstream.h \ 137 159 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)ndatablock.h \ 139 utilarr.h 140 $(CXXCOMPILELIB) -o $@ $< 160 $(SOPHYAINCP)ndatablock.h utilarr.h 161 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 141 162 142 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 144 toeplitzMatrix.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 $(SOPHYAINCP)nbmath.h \ 147 $(SOPHYAINCP)smathconst.h \ 148 $(SOPHYAINCP)timing.h array.h \ 149 tarray.h basarr.h \ 150 $(SOPHYAINCP)anydataobj.h \ 163 $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \ 164 $(SOPHYAINCP)machdefs.h utilarr.h \ 151 165 $(SOPHYAINCP)mutyv.h \ 152 $(SOPHYAINCP)dvlist.h \ 153 $(SOPHYAINCP)objfio.h \ 154 $(SOPHYAINCP)ppersist.h \ 155 $(SOPHYAINCP)pexceptions.h \ 156 $(SOPHYAINCP)gnumd5.h \ 157 $(SOPHYAINCP)ppfbinstream.h \ 158 $(SOPHYAINCP)rawstream.h \ 159 $(SOPHYAINCP)ppfnametag.h \ 160 $(SOPHYAINCP)ndatablock.h \ 161 utilarr.h tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 162 $(SOPHYAINCP)fftservintf.h \ 163 $(SOPHYAINCP)tmatrix.h \ 164 $(SOPHYAINCP)tvector.h \ 165 $(SOPHYAINCP)fftpserver.h 166 $(CXXCOMPILELIB) -o $@ $< 166 $(SOPHYAINCP)srandgen.h 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc 167 168 168 $(SOPHYAOBJP)tvector.o: tvector.cc \169 $(SOPHYAINCP)sopnamsp.h \170 $(SOPHYAINCP)machdefs.h \171 $(SOPHYAINCP)pexceptions.h \172 tvector.h tmatrix.h tarray.h basarr.h \173 $(SOPHYAINCP)anydataobj.h \174 $(SOPHYAINCP)mutyv.h \175 $(SOPHYAINCP)dvlist.h \176 $(SOPHYAINCP)objfio.h \177 $(SOPHYAINCP)ppersist.h \178 $(SOPHYAINCP)gnumd5.h \179 $(SOPHYAINCP)ppfbinstream.h \180 $(SOPHYAINCP)rawstream.h \181 $(SOPHYAINCP)ppfnametag.h \182 $(SOPHYAINCP)ndatablock.h \183 utilarr.h184 $(CXXCOMPILELIB) -o $@ $<185 186 $(SOPHYAOBJP)utilarr.o: utilarr.cc \187 $(SOPHYAINCP)sopnamsp.h \188 $(SOPHYAINCP)machdefs.h \189 utilarr.h $(SOPHYAINCP)mutyv.h \190 $(SOPHYAINCP)srandgen.h191 $(CXXCOMPILELIB) -o $@ $<192 -
trunk/SophyaLib/TArray/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)basarr.o: basarr.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \ 15 14 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)pexceptions.h \ 17 basarr.h \ 15 $(SOPHYAINCP)pexceptions.h basarr.h \ 18 16 $(SOPHYAINCP)anydataobj.h \ 19 17 $(SOPHYAINCP)mutyv.h \ … … 25 23 $(SOPHYAINCP)rawstream.h \ 26 24 $(SOPHYAINCP)ppfnametag.h 27 $(CXXCOMPILE LIB) -o $@ $<25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc 28 26 29 $(SOPHYAOBJP)fioarr.o: fioarr.cc \ 30 $(SOPHYAINCP)sopnamsp.h \ 27 $(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \ 31 28 $(SOPHYAINCP)pexceptions.h \ 32 29 $(SOPHYAINCP)machdefs.h \ … … 38 35 $(SOPHYAINCP)ppfnametag.h \ 39 36 $(SOPHYAINCP)ndatablock.h \ 40 $(SOPHYAINCP)anydataobj.h \ 41 fioarr.h tarray.h basarr.h \ 42 $(SOPHYAINCP)mutyv.h \ 37 $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \ 38 basarr.h $(SOPHYAINCP)mutyv.h \ 43 39 $(SOPHYAINCP)dvlist.h \ 44 $(SOPHYAINCP)objfio.h utilarr.h \ 45 tmatrix.h tvector.h \ 46 $(SOPHYAINCP)datatype.h 47 $(CXXCOMPILELIB) -o $@ $< 40 $(SOPHYAINCP)objfio.h utilarr.h tmatrix.h \ 41 tvector.h $(SOPHYAINCP)datatype.h 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc 48 43 49 $(SOPHYAOBJP)matharr.o: matharr.cc \ 50 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 matharr.h tarray.h basarr.h \ 53 $(SOPHYAINCP)anydataobj.h \ 44 $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h matharr.h tarray.h \ 46 basarr.h $(SOPHYAINCP)anydataobj.h \ 54 47 $(SOPHYAINCP)mutyv.h \ 55 48 $(SOPHYAINCP)dvlist.h \ … … 61 54 $(SOPHYAINCP)rawstream.h \ 62 55 $(SOPHYAINCP)ppfnametag.h \ 63 $(SOPHYAINCP)ndatablock.h \ 64 utilarr.h 65 $(CXXCOMPILELIB) -o $@ $< 56 $(SOPHYAINCP)ndatablock.h utilarr.h 57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc 66 58 67 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc \ 68 $(SOPHYAINCP)sopnamsp.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 sopemtx.h tmatrix.h tarray.h basarr.h \ 71 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \ 61 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 72 62 $(SOPHYAINCP)mutyv.h \ 73 63 $(SOPHYAINCP)dvlist.h \ … … 79 69 $(SOPHYAINCP)rawstream.h \ 80 70 $(SOPHYAINCP)ppfnametag.h \ 81 $(SOPHYAINCP)ndatablock.h \ 82 utilarr.h tvector.h \ 83 $(SOPHYAINCP)smathconst.h 84 $(CXXCOMPILELIB) -o $@ $< 71 $(SOPHYAINCP)ndatablock.h utilarr.h \ 72 tvector.h $(SOPHYAINCP)smathconst.h 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc 85 74 86 $(SOPHYAOBJP)tarray.o: tarray.cc \ 87 $(SOPHYAINCP)sopnamsp.h \ 75 $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \ 88 76 $(SOPHYAINCP)machdefs.h \ 89 $(SOPHYAINCP)pexceptions.h \ 90 tarray.h basarr.h \ 91 $(SOPHYAINCP)anydataobj.h \ 77 $(SOPHYAINCP)pexceptions.h tarray.h \ 78 basarr.h $(SOPHYAINCP)anydataobj.h \ 92 79 $(SOPHYAINCP)mutyv.h \ 93 80 $(SOPHYAINCP)dvlist.h \ … … 98 85 $(SOPHYAINCP)rawstream.h \ 99 86 $(SOPHYAINCP)ppfnametag.h \ 100 $(SOPHYAINCP)ndatablock.h \ 101 utilarr.h 102 $(CXXCOMPILELIB) -o $@ $< 87 $(SOPHYAINCP)ndatablock.h utilarr.h 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc 103 89 104 90 $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \ 105 91 $(SOPHYAINCP)sopnamsp.h \ 106 $(SOPHYAINCP)machdefs.h \ 107 tarrinit.h \ 108 $(SOPHYAINCP)sophyainit.h \ 109 fioarr.h tarray.h basarr.h \ 110 $(SOPHYAINCP)anydataobj.h \ 92 $(SOPHYAINCP)machdefs.h tarrinit.h \ 93 $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \ 94 basarr.h $(SOPHYAINCP)anydataobj.h \ 111 95 $(SOPHYAINCP)mutyv.h \ 112 96 $(SOPHYAINCP)dvlist.h \ … … 118 102 $(SOPHYAINCP)rawstream.h \ 119 103 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h \121 utilarr.htmatrix.h tvector.h122 $(CXXCOMPILE LIB) -o $@ $<104 $(SOPHYAINCP)ndatablock.h utilarr.h \ 105 tmatrix.h tvector.h 106 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc 123 107 124 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \ 125 $(SOPHYAINCP)sopnamsp.h \ 108 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \ 126 109 $(SOPHYAINCP)machdefs.h \ 110 $(SOPHYAINCP)pexceptions.h tmatrix.h \ 111 tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \ 112 $(SOPHYAINCP)mutyv.h \ 113 $(SOPHYAINCP)dvlist.h \ 114 $(SOPHYAINCP)objfio.h \ 115 $(SOPHYAINCP)ppersist.h \ 116 $(SOPHYAINCP)gnumd5.h \ 117 $(SOPHYAINCP)ppfbinstream.h \ 118 $(SOPHYAINCP)rawstream.h \ 119 $(SOPHYAINCP)ppfnametag.h \ 120 $(SOPHYAINCP)ndatablock.h utilarr.h 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc 122 123 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 124 $(SOPHYAINCP)sopnamsp.h toeplitzMatrix.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 $(SOPHYAINCP)nbmath.h \ 127 $(SOPHYAINCP)smathconst.h \ 128 $(SOPHYAINCP)timing.h array.h tarray.h \ 129 basarr.h $(SOPHYAINCP)anydataobj.h \ 130 $(SOPHYAINCP)mutyv.h \ 131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)ppersist.h \ 127 134 $(SOPHYAINCP)pexceptions.h \ 135 $(SOPHYAINCP)gnumd5.h \ 136 $(SOPHYAINCP)ppfbinstream.h \ 137 $(SOPHYAINCP)rawstream.h \ 138 $(SOPHYAINCP)ppfnametag.h \ 139 $(SOPHYAINCP)ndatablock.h utilarr.h \ 140 tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 141 $(SOPHYAINCP)fftservintf.h \ 142 $(SOPHYAINCP)tmatrix.h \ 143 $(SOPHYAINCP)tvector.h \ 144 $(SOPHYAINCP)fftpserver.h 145 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ toeplitzMatrix.cc 146 147 $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \ 148 $(SOPHYAINCP)machdefs.h \ 149 $(SOPHYAINCP)pexceptions.h tvector.h \ 128 150 tmatrix.h tarray.h basarr.h \ 129 151 $(SOPHYAINCP)anydataobj.h \ … … 136 158 $(SOPHYAINCP)rawstream.h \ 137 159 $(SOPHYAINCP)ppfnametag.h \ 138 $(SOPHYAINCP)ndatablock.h \ 139 utilarr.h 140 $(CXXCOMPILELIB) -o $@ $< 160 $(SOPHYAINCP)ndatablock.h utilarr.h 161 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc 141 162 142 $(SOPHYAOBJP)toeplitzMatrix.o: toeplitzMatrix.cc \ 143 $(SOPHYAINCP)sopnamsp.h \ 144 toeplitzMatrix.h \ 145 $(SOPHYAINCP)machdefs.h \ 146 $(SOPHYAINCP)nbmath.h \ 147 $(SOPHYAINCP)smathconst.h \ 148 $(SOPHYAINCP)timing.h array.h \ 149 tarray.h basarr.h \ 150 $(SOPHYAINCP)anydataobj.h \ 163 $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \ 164 $(SOPHYAINCP)machdefs.h utilarr.h \ 151 165 $(SOPHYAINCP)mutyv.h \ 152 $(SOPHYAINCP)dvlist.h \ 153 $(SOPHYAINCP)objfio.h \ 154 $(SOPHYAINCP)ppersist.h \ 155 $(SOPHYAINCP)pexceptions.h \ 156 $(SOPHYAINCP)gnumd5.h \ 157 $(SOPHYAINCP)ppfbinstream.h \ 158 $(SOPHYAINCP)rawstream.h \ 159 $(SOPHYAINCP)ppfnametag.h \ 160 $(SOPHYAINCP)ndatablock.h \ 161 utilarr.h tmatrix.h tvector.h matharr.h fioarr.h sopemtx.h \ 162 $(SOPHYAINCP)fftservintf.h \ 163 $(SOPHYAINCP)tmatrix.h \ 164 $(SOPHYAINCP)tvector.h \ 165 $(SOPHYAINCP)fftpserver.h 166 $(CXXCOMPILELIB) -o $@ $< 166 $(SOPHYAINCP)srandgen.h 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc 167 168 168 $(SOPHYAOBJP)tvector.o: tvector.cc \169 $(SOPHYAINCP)sopnamsp.h \170 $(SOPHYAINCP)machdefs.h \171 $(SOPHYAINCP)pexceptions.h \172 tvector.h tmatrix.h tarray.h basarr.h \173 $(SOPHYAINCP)anydataobj.h \174 $(SOPHYAINCP)mutyv.h \175 $(SOPHYAINCP)dvlist.h \176 $(SOPHYAINCP)objfio.h \177 $(SOPHYAINCP)ppersist.h \178 $(SOPHYAINCP)gnumd5.h \179 $(SOPHYAINCP)ppfbinstream.h \180 $(SOPHYAINCP)rawstream.h \181 $(SOPHYAINCP)ppfnametag.h \182 $(SOPHYAINCP)ndatablock.h \183 utilarr.h184 $(CXXCOMPILELIB) -o $@ $<185 186 $(SOPHYAOBJP)utilarr.o: utilarr.cc \187 $(SOPHYAINCP)sopnamsp.h \188 $(SOPHYAINCP)machdefs.h \189 utilarr.h $(SOPHYAINCP)mutyv.h \190 $(SOPHYAINCP)srandgen.h191 $(CXXCOMPILELIB) -o $@ $<192
Note:
See TracChangeset
for help on using the changeset viewer.