Changeset 2765 in Sophya for trunk/SophyaLib/Samba


Ignore:
Timestamp:
May 25, 2005, 6:57:58 PM (20 years ago)
Author:
ansari
Message:

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

Location:
trunk/SophyaLib/Samba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/Makefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)alm.o: alm.cc \
    14   $(SOPHYAINCP)sopnamsp.h alm.h \
     13$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
    1514  $(SOPHYAINCP)nbrandom.h \
    1615  $(SOPHYAINCP)srandgen.h \
     
    3534  $(SOPHYAINCP)ppfnametag.h \
    3635  $(SOPHYAINCP)utilarr.h
    37         $(CXXCOMPILELIB) -o $@ $<
     36        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  alm.cc
    3837 
    39 $(SOPHYAOBJP)bruit.o: bruit.cc \
    40   $(SOPHYAINCP)sopnamsp.h \
     38$(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
    4139  $(SOPHYAINCP)fmath.h bruit.h \
    4240  $(SOPHYAINCP)nbrandom.h \
    4341  $(SOPHYAINCP)srandgen.h \
    4442  $(SOPHYAINCP)machdefs.h
    45         $(CXXCOMPILELIB) -o $@ $<
     43        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bruit.cc
    4644 
    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 \
    4956  $(SOPHYAINCP)vector3d.h \
    5057  $(SOPHYAINCP)longlat.h \
    5158  $(SOPHYAINCP)machdefs.h \
    5259  $(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
    6762 
    6863$(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
    7266 
    7367$(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
    74   $(SOPHYAINCP)sopnamsp.h \
    75   lambdaBuilder.h \
     68  $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \
    7669  $(SOPHYAINCP)ndatablock.h \
    7770  $(SOPHYAINCP)machdefs.h \
     
    9790  $(SOPHYAINCP)triangmtx.h \
    9891  $(SOPHYAINCP)nbconst.h
    99         $(CXXCOMPILELIB) -o $@ $<
     92        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  lambdaBuilder.cc
    10093 
    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 \
    10496  $(SOPHYAINCP)smathconst.h \
    10597  $(SOPHYAINCP)machdefs.h \
     
    127119  $(SOPHYAINCP)utilarr.h \
    128120  $(SOPHYAINCP)timing.h
    129         $(CXXCOMPILELIB) -o $@ $<
     121        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mlobe.cc
    130122 
    131123$(SOPHYAOBJP)sambainit.o: sambainit.cc \
    132   $(SOPHYAINCP)sopnamsp.h \
    133   sambainit.h \
     124  $(SOPHYAINCP)sopnamsp.h sambainit.h \
    134125  $(SOPHYAINCP)skymapinit.h \
    135126  $(SOPHYAINCP)sophyainit.h \
     
    137128  $(SOPHYAINCP)ntoolsinit.h \
    138129  $(SOPHYAINCP)tarrinit.h
    139         $(CXXCOMPILELIB) -o $@ $<
     130        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sambainit.cc
    140131 
    141 $(SOPHYAOBJP)scan.o: scan.cc \
    142   $(SOPHYAINCP)sopnamsp.h \
     132$(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
    143133  $(SOPHYAINCP)machdefs.h scan.h \
    144134  $(SOPHYAINCP)ppersist.h \
     
    155145  $(SOPHYAINCP)fiondblock.h \
    156146  $(SOPHYAINCP)smathconst.h
    157         $(CXXCOMPILELIB) -o $@ $<
     147        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  scan.cc
    158148 
    159149$(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
     
    190180  $(SOPHYAINCP)srandgen.h \
    191181  $(SOPHYAINCP)nbmath.h \
    192   $(SOPHYAINCP)triangmtx.h \
    193   lambdaBuilder.h \
     182  $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \
    194183  $(SOPHYAINCP)timing.h
    195         $(CXXCOMPILELIB) -o $@ $<
     184        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sphericaltransformserver.cc
    196185 
  • trunk/SophyaLib/Samba/smakefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)alm.o: alm.cc \
    14   $(SOPHYAINCP)sopnamsp.h alm.h \
     13$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
    1514  $(SOPHYAINCP)nbrandom.h \
    1615  $(SOPHYAINCP)srandgen.h \
     
    3534  $(SOPHYAINCP)ppfnametag.h \
    3635  $(SOPHYAINCP)utilarr.h
    37         $(CXXCOMPILELIB) -o $@ $<
     36        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  alm.cc
    3837 
    39 $(SOPHYAOBJP)bruit.o: bruit.cc \
    40   $(SOPHYAINCP)sopnamsp.h \
     38$(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
    4139  $(SOPHYAINCP)fmath.h bruit.h \
    4240  $(SOPHYAINCP)nbrandom.h \
    4341  $(SOPHYAINCP)srandgen.h \
    4442  $(SOPHYAINCP)machdefs.h
    45         $(CXXCOMPILELIB) -o $@ $<
     43        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  bruit.cc
    4644 
    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 \
    4956  $(SOPHYAINCP)vector3d.h \
    5057  $(SOPHYAINCP)longlat.h \
    5158  $(SOPHYAINCP)machdefs.h \
    5259  $(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
    6762 
    6863$(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
    7266 
    7367$(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
    74   $(SOPHYAINCP)sopnamsp.h \
    75   lambdaBuilder.h \
     68  $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \
    7669  $(SOPHYAINCP)ndatablock.h \
    7770  $(SOPHYAINCP)machdefs.h \
     
    9790  $(SOPHYAINCP)triangmtx.h \
    9891  $(SOPHYAINCP)nbconst.h
    99         $(CXXCOMPILELIB) -o $@ $<
     92        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  lambdaBuilder.cc
    10093 
    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 \
    10496  $(SOPHYAINCP)smathconst.h \
    10597  $(SOPHYAINCP)machdefs.h \
     
    127119  $(SOPHYAINCP)utilarr.h \
    128120  $(SOPHYAINCP)timing.h
    129         $(CXXCOMPILELIB) -o $@ $<
     121        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mlobe.cc
    130122 
    131123$(SOPHYAOBJP)sambainit.o: sambainit.cc \
    132   $(SOPHYAINCP)sopnamsp.h \
    133   sambainit.h \
     124  $(SOPHYAINCP)sopnamsp.h sambainit.h \
    134125  $(SOPHYAINCP)skymapinit.h \
    135126  $(SOPHYAINCP)sophyainit.h \
     
    137128  $(SOPHYAINCP)ntoolsinit.h \
    138129  $(SOPHYAINCP)tarrinit.h
    139         $(CXXCOMPILELIB) -o $@ $<
     130        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sambainit.cc
    140131 
    141 $(SOPHYAOBJP)scan.o: scan.cc \
    142   $(SOPHYAINCP)sopnamsp.h \
     132$(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
    143133  $(SOPHYAINCP)machdefs.h scan.h \
    144134  $(SOPHYAINCP)ppersist.h \
     
    155145  $(SOPHYAINCP)fiondblock.h \
    156146  $(SOPHYAINCP)smathconst.h
    157         $(CXXCOMPILELIB) -o $@ $<
     147        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  scan.cc
    158148 
    159149$(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
     
    190180  $(SOPHYAINCP)srandgen.h \
    191181  $(SOPHYAINCP)nbmath.h \
    192   $(SOPHYAINCP)triangmtx.h \
    193   lambdaBuilder.h \
     182  $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \
    194183  $(SOPHYAINCP)timing.h
    195         $(CXXCOMPILELIB) -o $@ $<
     184        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sphericaltransformserver.cc
    196185 
Note: See TracChangeset for help on using the changeset viewer.