Changeset 2751 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r2743 r2751 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 12 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 12 $(SOPHYAOBJP)alm.o: alm.cc \ 13 $(SOPHYAINCP)sopnamsp.h alm.h \ 13 14 $(SOPHYAINCP)nbrandom.h \ 14 15 $(SOPHYAINCP)srandgen.h \ … … 33 34 $(SOPHYAINCP)ppfnametag.h \ 34 35 $(SOPHYAINCP)utilarr.h 35 $(CXXCOMPILE ) -o $@ $<36 $(CXXCOMPILELIB) -o $@ $< 36 37 37 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAOBJP)bruit.o: bruit.cc \ 39 $(SOPHYAINCP)sopnamsp.h \ 38 40 $(SOPHYAINCP)fmath.h bruit.h \ 39 41 $(SOPHYAINCP)nbrandom.h \ 40 42 $(SOPHYAINCP)srandgen.h \ 41 43 $(SOPHYAINCP)machdefs.h 42 $(CXXCOMPILE ) -o $@ $<44 $(CXXCOMPILELIB) -o $@ $< 43 45 44 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \ 45 circle.h $(SOPHYAINCP)vector3d.h \ 46 $(SOPHYAINCP)longlat.h \ 47 $(SOPHYAINCP)machdefs.h \ 48 $(SOPHYAINCP)utilgeom.h \ 49 $(SOPHYAINCP)unitvector.h geometry.h 50 $(CXXCOMPILE) -o $@ $< 51 52 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 53 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 54 datacirclebase.h circle.h \ 46 $(SOPHYAOBJP)circle.o: circle.cc \ 47 $(SOPHYAINCP)sopnamsp.h circle.h \ 55 48 $(SOPHYAINCP)vector3d.h \ 56 49 $(SOPHYAINCP)longlat.h \ 57 50 $(SOPHYAINCP)machdefs.h \ 58 51 $(SOPHYAINCP)utilgeom.h \ 59 $(SOPHYAINCP)unitvector.h geometry.h 60 $(CXXCOMPILE) -o $@ $< 52 $(SOPHYAINCP)unitvector.h \ 53 geometry.h 54 $(CXXCOMPILELIB) -o $@ $< 55 56 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 57 $(SOPHYAINCP)sopnamsp.h \ 58 datacirclefake.h datacirclebase.h circle.h \ 59 $(SOPHYAINCP)vector3d.h \ 60 $(SOPHYAINCP)longlat.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 $(SOPHYAINCP)utilgeom.h \ 63 $(SOPHYAINCP)unitvector.h \ 64 geometry.h 65 $(CXXCOMPILELIB) -o $@ $< 61 66 62 67 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 63 $(SOPHYAINCP)machdefs.h harmspher.h 64 $(CXXCOMPILE) -o $@ $< 68 $(SOPHYAINCP)machdefs.h \ 69 harmspher.h 70 $(CXXCOMPILELIB) -o $@ $< 65 71 66 72 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 67 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 73 $(SOPHYAINCP)sopnamsp.h \ 74 lambdaBuilder.h \ 68 75 $(SOPHYAINCP)ndatablock.h \ 69 76 $(SOPHYAINCP)machdefs.h \ … … 89 96 $(SOPHYAINCP)triangmtx.h \ 90 97 $(SOPHYAINCP)nbconst.h 91 $(CXXCOMPILE ) -o $@ $<98 $(CXXCOMPILELIB) -o $@ $< 92 99 93 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 94 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 100 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 101 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 102 $(SOPHYAINCP)sphericalmap.h \ 95 103 $(SOPHYAINCP)smathconst.h \ 96 104 $(SOPHYAINCP)machdefs.h \ … … 118 126 $(SOPHYAINCP)utilarr.h \ 119 127 $(SOPHYAINCP)timing.h 120 $(CXXCOMPILE ) -o $@ $<128 $(CXXCOMPILELIB) -o $@ $< 121 129 122 130 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 123 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 sambainit.h \ 124 133 $(SOPHYAINCP)skymapinit.h \ 125 134 $(SOPHYAINCP)sophyainit.h \ … … 127 136 $(SOPHYAINCP)ntoolsinit.h \ 128 137 $(SOPHYAINCP)tarrinit.h 129 $(CXXCOMPILE ) -o $@ $<138 $(CXXCOMPILELIB) -o $@ $< 130 139 131 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 140 $(SOPHYAOBJP)scan.o: scan.cc \ 141 $(SOPHYAINCP)sopnamsp.h \ 132 142 $(SOPHYAINCP)machdefs.h scan.h \ 133 143 $(SOPHYAINCP)ppersist.h \ … … 144 154 $(SOPHYAINCP)fiondblock.h \ 145 155 $(SOPHYAINCP)smathconst.h 146 $(CXXCOMPILE ) -o $@ $<156 $(CXXCOMPILELIB) -o $@ $< 147 157 148 158 $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \ … … 179 189 $(SOPHYAINCP)srandgen.h \ 180 190 $(SOPHYAINCP)nbmath.h \ 181 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 191 $(SOPHYAINCP)triangmtx.h \ 192 lambdaBuilder.h \ 182 193 $(SOPHYAINCP)timing.h 183 $(CXXCOMPILE ) -o $@ $<194 $(CXXCOMPILELIB) -o $@ $< 184 195 -
trunk/SophyaLib/Samba/smakefile
r2743 r2751 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 12 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 12 $(SOPHYAOBJP)alm.o: alm.cc \ 13 $(SOPHYAINCP)sopnamsp.h alm.h \ 13 14 $(SOPHYAINCP)nbrandom.h \ 14 15 $(SOPHYAINCP)srandgen.h \ … … 33 34 $(SOPHYAINCP)ppfnametag.h \ 34 35 $(SOPHYAINCP)utilarr.h 35 $(CXXCOMPILE ) -o $@ $<36 $(CXXCOMPILELIB) -o $@ $< 36 37 37 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 38 $(SOPHYAOBJP)bruit.o: bruit.cc \ 39 $(SOPHYAINCP)sopnamsp.h \ 38 40 $(SOPHYAINCP)fmath.h bruit.h \ 39 41 $(SOPHYAINCP)nbrandom.h \ 40 42 $(SOPHYAINCP)srandgen.h \ 41 43 $(SOPHYAINCP)machdefs.h 42 $(CXXCOMPILE ) -o $@ $<44 $(CXXCOMPILELIB) -o $@ $< 43 45 44 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \ 45 circle.h $(SOPHYAINCP)vector3d.h \ 46 $(SOPHYAINCP)longlat.h \ 47 $(SOPHYAINCP)machdefs.h \ 48 $(SOPHYAINCP)utilgeom.h \ 49 $(SOPHYAINCP)unitvector.h geometry.h 50 $(CXXCOMPILE) -o $@ $< 51 52 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 53 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 54 datacirclebase.h circle.h \ 46 $(SOPHYAOBJP)circle.o: circle.cc \ 47 $(SOPHYAINCP)sopnamsp.h circle.h \ 55 48 $(SOPHYAINCP)vector3d.h \ 56 49 $(SOPHYAINCP)longlat.h \ 57 50 $(SOPHYAINCP)machdefs.h \ 58 51 $(SOPHYAINCP)utilgeom.h \ 59 $(SOPHYAINCP)unitvector.h geometry.h 60 $(CXXCOMPILE) -o $@ $< 52 $(SOPHYAINCP)unitvector.h \ 53 geometry.h 54 $(CXXCOMPILELIB) -o $@ $< 55 56 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 57 $(SOPHYAINCP)sopnamsp.h \ 58 datacirclefake.h datacirclebase.h circle.h \ 59 $(SOPHYAINCP)vector3d.h \ 60 $(SOPHYAINCP)longlat.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 $(SOPHYAINCP)utilgeom.h \ 63 $(SOPHYAINCP)unitvector.h \ 64 geometry.h 65 $(CXXCOMPILELIB) -o $@ $< 61 66 62 67 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 63 $(SOPHYAINCP)machdefs.h harmspher.h 64 $(CXXCOMPILE) -o $@ $< 68 $(SOPHYAINCP)machdefs.h \ 69 harmspher.h 70 $(CXXCOMPILELIB) -o $@ $< 65 71 66 72 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 67 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 73 $(SOPHYAINCP)sopnamsp.h \ 74 lambdaBuilder.h \ 68 75 $(SOPHYAINCP)ndatablock.h \ 69 76 $(SOPHYAINCP)machdefs.h \ … … 89 96 $(SOPHYAINCP)triangmtx.h \ 90 97 $(SOPHYAINCP)nbconst.h 91 $(CXXCOMPILE ) -o $@ $<98 $(CXXCOMPILELIB) -o $@ $< 92 99 93 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 94 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 100 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 101 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 102 $(SOPHYAINCP)sphericalmap.h \ 95 103 $(SOPHYAINCP)smathconst.h \ 96 104 $(SOPHYAINCP)machdefs.h \ … … 118 126 $(SOPHYAINCP)utilarr.h \ 119 127 $(SOPHYAINCP)timing.h 120 $(CXXCOMPILE ) -o $@ $<128 $(CXXCOMPILELIB) -o $@ $< 121 129 122 130 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 123 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 sambainit.h \ 124 133 $(SOPHYAINCP)skymapinit.h \ 125 134 $(SOPHYAINCP)sophyainit.h \ … … 127 136 $(SOPHYAINCP)ntoolsinit.h \ 128 137 $(SOPHYAINCP)tarrinit.h 129 $(CXXCOMPILE ) -o $@ $<138 $(CXXCOMPILELIB) -o $@ $< 130 139 131 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 140 $(SOPHYAOBJP)scan.o: scan.cc \ 141 $(SOPHYAINCP)sopnamsp.h \ 132 142 $(SOPHYAINCP)machdefs.h scan.h \ 133 143 $(SOPHYAINCP)ppersist.h \ … … 144 154 $(SOPHYAINCP)fiondblock.h \ 145 155 $(SOPHYAINCP)smathconst.h 146 $(CXXCOMPILE ) -o $@ $<156 $(CXXCOMPILELIB) -o $@ $< 147 157 148 158 $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \ … … 179 189 $(SOPHYAINCP)srandgen.h \ 180 190 $(SOPHYAINCP)nbmath.h \ 181 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \ 191 $(SOPHYAINCP)triangmtx.h \ 192 lambdaBuilder.h \ 182 193 $(SOPHYAINCP)timing.h 183 $(CXXCOMPILE ) -o $@ $<194 $(CXXCOMPILELIB) -o $@ $< 184 195
Note:
See TracChangeset
for help on using the changeset viewer.