Changeset 2765 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.