Changeset 2765 in Sophya for trunk/SophyaLib/SkyT/smakefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/smakefile

    r2763 r2765  
    1313$(SOPHYAOBJP)blackbody.o: blackbody.cc \
    1414  $(SOPHYAINCP)sopnamsp.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   blackbody.h radspec.h specresp.h \
     15  $(SOPHYAINCP)machdefs.h blackbody.h \
     16  radspec.h specresp.h \
    1717  $(SOPHYAINCP)anydataobj.h \
    1818  $(SOPHYAINCP)objfio.h \
     
    2222  $(SOPHYAINCP)ppfbinstream.h \
    2323  $(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
    2726 
    2827$(SOPHYAOBJP)convtools.o: convtools.cc \
    29   $(SOPHYAINCP)sopnamsp.h \
    30   convtools.h \
     28  $(SOPHYAINCP)sopnamsp.h convtools.h \
    3129  $(SOPHYAINCP)machdefs.h
    32         $(CXXCOMPILELIB) -o $@ $<
     30        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  convtools.cc
    3331 
    3432$(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \
    3533  $(SOPHYAINCP)sopnamsp.h \
    36   $(SOPHYAINCP)machdefs.h \
    37   derivblackbody.h radspec.h specresp.h \
     34  $(SOPHYAINCP)machdefs.h derivblackbody.h \
     35  radspec.h specresp.h \
    3836  $(SOPHYAINCP)anydataobj.h \
    3937  $(SOPHYAINCP)objfio.h \
     
    4341  $(SOPHYAINCP)ppfbinstream.h \
    4442  $(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
    4845 
    4946$(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \
    5047  $(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 \
    5450  $(SOPHYAINCP)objfio.h \
    5551  $(SOPHYAINCP)ppersist.h \
     
    5955  $(SOPHYAINCP)rawstream.h \
    6056  $(SOPHYAINCP)ppfnametag.h
    61         $(CXXCOMPILELIB) -o $@ $<
     57        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  gaussfilt.cc
    6258 
    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 \
    6862  $(SOPHYAINCP)objfio.h \
    6963  $(SOPHYAINCP)ppersist.h \
     
    7266  $(SOPHYAINCP)ppfbinstream.h \
    7367  $(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
    7770 
    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 \
    8374  $(SOPHYAINCP)objfio.h \
    8475  $(SOPHYAINCP)ppersist.h \
     
    9081  $(SOPHYAINCP)integ.h \
    9182  $(SOPHYAINCP)classfunc.h
    92         $(CXXCOMPILELIB) -o $@ $<
     83        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  radspec.cc
    9384 
    9485$(SOPHYAOBJP)radspecvector.o: radspecvector.cc \
    9586  $(SOPHYAINCP)sopnamsp.h \
    96   $(SOPHYAINCP)machdefs.h \
    97   radspecvector.h radspec.h specresp.h \
     87  $(SOPHYAINCP)machdefs.h radspecvector.h \
     88  radspec.h specresp.h \
    9889  $(SOPHYAINCP)anydataobj.h \
    9990  $(SOPHYAINCP)objfio.h \
     
    112103  $(SOPHYAINCP)ndatablock.h \
    113104  $(SOPHYAINCP)utilarr.h
    114         $(CXXCOMPILELIB) -o $@ $<
     105        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  radspecvector.cc
    115106 
    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 \
    120109  $(SOPHYAINCP)tarrinit.h \
    121110  $(SOPHYAINCP)sophyainit.h \
     
    128117  $(SOPHYAINCP)ppfnametag.h \
    129118  $(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 \
    133121  $(SOPHYAINCP)tmatrix.h \
    134122  $(SOPHYAINCP)tarray.h \
     
    137125  $(SOPHYAINCP)dvlist.h \
    138126  $(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
    142129 
    143130$(SOPHYAOBJP)specresp.o: specresp.cc \
    144   $(SOPHYAINCP)sopnamsp.h \
    145   specresp.h \
     131  $(SOPHYAINCP)sopnamsp.h specresp.h \
    146132  $(SOPHYAINCP)machdefs.h \
    147133  $(SOPHYAINCP)anydataobj.h \
     
    163149  $(SOPHYAINCP)ndatablock.h \
    164150  $(SOPHYAINCP)utilarr.h
    165         $(CXXCOMPILELIB) -o $@ $<
     151        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  specresp.cc
    166152 
    167153$(SOPHYAOBJP)specrespvector.o: specrespvector.cc \
    168154  $(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 \
    172157  $(SOPHYAINCP)tvector.h \
    173158  $(SOPHYAINCP)tmatrix.h \
     
    186171  $(SOPHYAINCP)utilarr.h \
    187172  $(SOPHYAINCP)fioarr.h
    188         $(CXXCOMPILELIB) -o $@ $<
     173        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  specrespvector.cc
    189174 
    190175$(SOPHYAOBJP)squarefilt.o: squarefilt.cc \
    191176  $(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
    196180 
    197181$(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \
    198182  $(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
    203186 
Note: See TracChangeset for help on using the changeset viewer.