Changeset 2765 in Sophya for trunk/SophyaLib


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
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/Makefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \
    1414  $(SOPHYAINCP)machdefs.h
    15         $(CXXCOMPILELIB) -o $@ $<
     15        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatype.cc
    1616 
    1717$(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \
    18   $(SOPHYAINCP)machdefs.h dvlist.h \
    19   objfio.h anydataobj.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 \
    2020  rawstream.h ppfnametag.h mutyv.h \
    2121  $(SOPHYAINCP)strutil.h
    22         $(CXXCOMPILELIB) -o $@ $<
     22        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dvlist.cc
    2323 
    2424$(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
    25   $(SOPHYAINCP)machdefs.h \
    26   pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \
    27   ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h
    28         $(CXXCOMPILELIB) -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
    2929 
    3030$(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
    3131  $(SOPHYAINCP)machdefs.h
    32         $(CXXCOMPILELIB) -o $@ $<
     32        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mutyv.cc
    3333 
    3434$(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
    35   $(SOPHYAINCP)machdefs.h \
    36   pexceptions.h ndatablock.h anydataobj.h
    37         $(CXXCOMPILELIB) -o $@ $<
     35  $(SOPHYAINCP)machdefs.h pexceptions.h \
     36  ndatablock.h anydataobj.h
     37        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ndatablock.cc
    3838 
    3939$(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
    4040  $(SOPHYAINCP)machdefs.h
    41         $(CXXCOMPILELIB) -o $@ $<
     41        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pexceptions.cc
    4242 
    4343$(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
    44   $(SOPHYAINCP)machdefs.h \
    45   pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
    46   ppfnametag.h anydataobj.h
    47         $(CXXCOMPILELIB) -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
    4848 
    4949$(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
    50   $(SOPHYAINCP)machdefs.h \
    51   ppfbinstream.h rawstream.h pexceptions.h
    52         $(CXXCOMPILELIB) -o $@ $<
     50  $(SOPHYAINCP)machdefs.h ppfbinstream.h \
     51  rawstream.h pexceptions.h
     52        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppfbinstream.cc
    5353 
    5454$(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
    55   $(SOPHYAINCP)machdefs.h \
    56   sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \
    57   ppfbinstream.h rawstream.h ppfnametag.h
    58         $(CXXCOMPILELIB) -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
    5959 
    6060$(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
    6463 
    6564$(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.h sversion.h
    71         $(CXXCOMPILELIB) -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
    7271 
    7372$(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \
    74   $(SOPHYAINCP)machdefs.h \
    75   timestamp.h pexceptions.h
    76         $(CXXCOMPILELIB) -o $@ $<
     73  $(SOPHYAINCP)machdefs.h timestamp.h \
     74  pexceptions.h
     75        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  timestamp.cc
    7776 
    78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \
    79   $(SOPHYAINCP)machdefs.h \
     77$(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
    8078  bithelp.h gnumd5.h
    81         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  gnumd5.c
    8280 
    8381$(SOPHYAOBJP)srandgen.o: srandgen.c \
    84   $(SOPHYAINCP)machdefs.h \
    85   srandgen.h smathconst.h
    86         $(CCOMPILE) -o $@ $<
     82  $(SOPHYAINCP)machdefs.h srandgen.h \
     83  smathconst.h
     84        $(CCOMPILE) -o $@  srandgen.c
    8785 
  • trunk/SophyaLib/BaseTools/smakefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \
    1414  $(SOPHYAINCP)machdefs.h
    15         $(CXXCOMPILELIB) -o $@ $<
     15        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatype.cc
    1616 
    1717$(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \
    18   $(SOPHYAINCP)machdefs.h dvlist.h \
    19   objfio.h anydataobj.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 \
    2020  rawstream.h ppfnametag.h mutyv.h \
    2121  $(SOPHYAINCP)strutil.h
    22         $(CXXCOMPILELIB) -o $@ $<
     22        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dvlist.cc
    2323 
    2424$(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
    25   $(SOPHYAINCP)machdefs.h \
    26   pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \
    27   ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h
    28         $(CXXCOMPILELIB) -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
    2929 
    3030$(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
    3131  $(SOPHYAINCP)machdefs.h
    32         $(CXXCOMPILELIB) -o $@ $<
     32        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mutyv.cc
    3333 
    3434$(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
    35   $(SOPHYAINCP)machdefs.h \
    36   pexceptions.h ndatablock.h anydataobj.h
    37         $(CXXCOMPILELIB) -o $@ $<
     35  $(SOPHYAINCP)machdefs.h pexceptions.h \
     36  ndatablock.h anydataobj.h
     37        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ndatablock.cc
    3838 
    3939$(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
    4040  $(SOPHYAINCP)machdefs.h
    41         $(CXXCOMPILELIB) -o $@ $<
     41        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pexceptions.cc
    4242 
    4343$(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
    44   $(SOPHYAINCP)machdefs.h \
    45   pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
    46   ppfnametag.h anydataobj.h
    47         $(CXXCOMPILELIB) -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
    4848 
    4949$(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
    50   $(SOPHYAINCP)machdefs.h \
    51   ppfbinstream.h rawstream.h pexceptions.h
    52         $(CXXCOMPILELIB) -o $@ $<
     50  $(SOPHYAINCP)machdefs.h ppfbinstream.h \
     51  rawstream.h pexceptions.h
     52        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppfbinstream.cc
    5353 
    5454$(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
    55   $(SOPHYAINCP)machdefs.h \
    56   sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \
    57   ppfbinstream.h rawstream.h ppfnametag.h
    58         $(CXXCOMPILELIB) -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
    5959 
    6060$(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
    6463 
    6564$(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.h sversion.h
    71         $(CXXCOMPILELIB) -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
    7271 
    7372$(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \
    74   $(SOPHYAINCP)machdefs.h \
    75   timestamp.h pexceptions.h
    76         $(CXXCOMPILELIB) -o $@ $<
     73  $(SOPHYAINCP)machdefs.h timestamp.h \
     74  pexceptions.h
     75        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  timestamp.cc
    7776 
    78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \
    79   $(SOPHYAINCP)machdefs.h \
     77$(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
    8078  bithelp.h gnumd5.h
    81         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  gnumd5.c
    8280 
    8381$(SOPHYAOBJP)srandgen.o: srandgen.c \
    84   $(SOPHYAINCP)machdefs.h \
    85   srandgen.h smathconst.h
    86         $(CCOMPILE) -o $@ $<
     82  $(SOPHYAINCP)machdefs.h srandgen.h \
     83  smathconst.h
     84        $(CCOMPILE) -o $@  srandgen.c
    8785 
  • trunk/SophyaLib/HiStats/Makefile

    r2763 r2765  
    44 
    55clean:
    6          rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
     6         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
    77        rm -f $(SOPHYALIBP)libHiStats.a
    88 
    9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
     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.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    1313$(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 \
    1616  $(SOPHYAINCP)objfio.h \
    1717  $(SOPHYAINCP)anydataobj.h \
     
    2525  $(SOPHYAINCP)segdatablock.h \
    2626  $(SOPHYAINCP)sopnamsp.h
    27         $(CXXCOMPILELIB) -o $@ $<
     27        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basedtable.cc
    2828 
    2929$(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 \
    3232  $(SOPHYAINCP)objfio.h \
    3333  $(SOPHYAINCP)anydataobj.h \
     
    4444  $(SOPHYAINCP)fiosegdb.h \
    4545  $(SOPHYAINCP)ppftpointerio.h
    46         $(CXXCOMPILELIB) -o $@ $<
     46        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatable.cc
    4747 
    4848$(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 \
    6261  $(SOPHYAINCP)swsegdb.h \
    6362  $(SOPHYAINCP)ppfswapper.h \
     
    6564  $(SOPHYAINCP)sopnamsp.h \
    6665  $(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 \
    7371  $(SOPHYAINCP)utils.h \
    7472  $(SOPHYAINCP)perrors.h \
     
    9088  $(SOPHYAINCP)ndatablock.h \
    9189  $(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 \
    9894  $(SOPHYAINCP)ntoolsinit.h \
    9995  $(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 \
    110106  $(SOPHYAINCP)utils.h \
    111107  $(SOPHYAINCP)perrors.h \
     
    119115  $(SOPHYAINCP)ndatablock.h \
    120116  $(SOPHYAINCP)utilarr.h
    121         $(CXXCOMPILELIB) -o $@ $<
     117        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  histerr.cc
    122118 
    123119$(SOPHYAOBJP)histinit.o: histinit.cc \
    124120  $(SOPHYAINCP)sopnamsp.h \
    125   $(SOPHYAINCP)machdefs.h \
    126   histinit.h \
     121  $(SOPHYAINCP)machdefs.h histinit.h \
    127122  $(SOPHYAINCP)ntoolsinit.h \
    128123  $(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 \
    154147  $(SOPHYAINCP)swsegdb.h \
    155148  $(SOPHYAINCP)ppfswapper.h \
    156149  $(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 \
    186153  $(SOPHYAINCP)machdefs.h histos.h \
    187154  $(SOPHYAINCP)objfio.h \
     
    207174  $(SOPHYAINCP)poly.h \
    208175  $(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
    210201 
    211202$(SOPHYAOBJP)ntupintf.o: ntupintf.cc \
    212   $(SOPHYAINCP)sopnamsp.h \
    213   ntupintf.h \
     203  $(SOPHYAINCP)sopnamsp.h ntupintf.h \
    214204  $(SOPHYAINCP)machdefs.h \
    215205  $(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 \
    220209  $(SOPHYAINCP)strutil.h \
    221210  $(SOPHYAINCP)perrors.h \
     
    228217  $(SOPHYAINCP)ppfbinstream.h \
    229218  $(SOPHYAINCP)rawstream.h \
    230   $(SOPHYAINCP)ppfnametag.h \
    231   ntupintf.h $(SOPHYAINCP)dvlist.h \
     219  $(SOPHYAINCP)ppfnametag.h ntupintf.h \
     220  $(SOPHYAINCP)dvlist.h \
    232221  $(SOPHYAINCP)mutyv.h
    233         $(CXXCOMPILELIB) -o $@ $<
     222        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntuple.cc
    234223 
    235224$(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 \
    239227  $(SOPHYAINCP)machdefs.h \
    240228  $(SOPHYAINCP)anydataobj.h \
     
    244232  $(SOPHYAINCP)ppfbinstream.h \
    245233  $(SOPHYAINCP)rawstream.h \
    246   $(SOPHYAINCP)ppfnametag.h \
    247   ntupintf.h $(SOPHYAINCP)dvlist.h \
     234  $(SOPHYAINCP)ppfnametag.h ntupintf.h \
     235  $(SOPHYAINCP)dvlist.h \
    248236  $(SOPHYAINCP)mutyv.h
    249         $(CXXCOMPILELIB) -o $@ $<
     237        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  proxtuple.cc
    250238 
    251239$(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 \
    254242  $(SOPHYAINCP)objfio.h \
    255243  $(SOPHYAINCP)anydataobj.h \
     
    266254  $(SOPHYAINCP)ppftpointerio.h \
    267255  $(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 \
    272259  $(SOPHYAINCP)ppersist.h \
    273260  $(SOPHYAINCP)machdefs.h \
     
    277264  $(SOPHYAINCP)rawstream.h \
    278265  $(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 \
    281268  $(SOPHYAINCP)objfio.h \
    282269  $(SOPHYAINCP)anydataobj.h \
    283270  $(SOPHYAINCP)mutyv.h
    284         $(CXXCOMPILELIB) -o $@ $<
    285  
     271        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  xntuple.cc
     272 
  • trunk/SophyaLib/HiStats/objlist.list

    r2741 r2765  
    55histerr.o
    66histinit.o
     7histos.o
    78histos2.o
    8 histos.o
    99ntupintf.o
    1010ntuple.o
  • trunk/SophyaLib/HiStats/smakefile

    r2763 r2765  
    44 
    55clean:
    6          rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
     6         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
    77        rm -f $(SOPHYALIBP)libHiStats.a
    88 
    9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
     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.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    1313$(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 \
    1616  $(SOPHYAINCP)objfio.h \
    1717  $(SOPHYAINCP)anydataobj.h \
     
    2525  $(SOPHYAINCP)segdatablock.h \
    2626  $(SOPHYAINCP)sopnamsp.h
    27         $(CXXCOMPILELIB) -o $@ $<
     27        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basedtable.cc
    2828 
    2929$(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 \
    3232  $(SOPHYAINCP)objfio.h \
    3333  $(SOPHYAINCP)anydataobj.h \
     
    4444  $(SOPHYAINCP)fiosegdb.h \
    4545  $(SOPHYAINCP)ppftpointerio.h
    46         $(CXXCOMPILELIB) -o $@ $<
     46        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatable.cc
    4747 
    4848$(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 \
    6261  $(SOPHYAINCP)swsegdb.h \
    6362  $(SOPHYAINCP)ppfswapper.h \
     
    6564  $(SOPHYAINCP)sopnamsp.h \
    6665  $(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 \
    7371  $(SOPHYAINCP)utils.h \
    7472  $(SOPHYAINCP)perrors.h \
     
    9088  $(SOPHYAINCP)ndatablock.h \
    9189  $(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 \
    9894  $(SOPHYAINCP)ntoolsinit.h \
    9995  $(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 \
    110106  $(SOPHYAINCP)utils.h \
    111107  $(SOPHYAINCP)perrors.h \
     
    119115  $(SOPHYAINCP)ndatablock.h \
    120116  $(SOPHYAINCP)utilarr.h
    121         $(CXXCOMPILELIB) -o $@ $<
     117        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  histerr.cc
    122118 
    123119$(SOPHYAOBJP)histinit.o: histinit.cc \
    124120  $(SOPHYAINCP)sopnamsp.h \
    125   $(SOPHYAINCP)machdefs.h \
    126   histinit.h \
     121  $(SOPHYAINCP)machdefs.h histinit.h \
    127122  $(SOPHYAINCP)ntoolsinit.h \
    128123  $(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 \
    154147  $(SOPHYAINCP)swsegdb.h \
    155148  $(SOPHYAINCP)ppfswapper.h \
    156149  $(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 \
    186153  $(SOPHYAINCP)machdefs.h histos.h \
    187154  $(SOPHYAINCP)objfio.h \
     
    207174  $(SOPHYAINCP)poly.h \
    208175  $(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
    210201 
    211202$(SOPHYAOBJP)ntupintf.o: ntupintf.cc \
    212   $(SOPHYAINCP)sopnamsp.h \
    213   ntupintf.h \
     203  $(SOPHYAINCP)sopnamsp.h ntupintf.h \
    214204  $(SOPHYAINCP)machdefs.h \
    215205  $(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 \
    220209  $(SOPHYAINCP)strutil.h \
    221210  $(SOPHYAINCP)perrors.h \
     
    228217  $(SOPHYAINCP)ppfbinstream.h \
    229218  $(SOPHYAINCP)rawstream.h \
    230   $(SOPHYAINCP)ppfnametag.h \
    231   ntupintf.h $(SOPHYAINCP)dvlist.h \
     219  $(SOPHYAINCP)ppfnametag.h ntupintf.h \
     220  $(SOPHYAINCP)dvlist.h \
    232221  $(SOPHYAINCP)mutyv.h
    233         $(CXXCOMPILELIB) -o $@ $<
     222        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntuple.cc
    234223 
    235224$(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 \
    239227  $(SOPHYAINCP)machdefs.h \
    240228  $(SOPHYAINCP)anydataobj.h \
     
    244232  $(SOPHYAINCP)ppfbinstream.h \
    245233  $(SOPHYAINCP)rawstream.h \
    246   $(SOPHYAINCP)ppfnametag.h \
    247   ntupintf.h $(SOPHYAINCP)dvlist.h \
     234  $(SOPHYAINCP)ppfnametag.h ntupintf.h \
     235  $(SOPHYAINCP)dvlist.h \
    248236  $(SOPHYAINCP)mutyv.h
    249         $(CXXCOMPILELIB) -o $@ $<
     237        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  proxtuple.cc
    250238 
    251239$(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 \
    254242  $(SOPHYAINCP)objfio.h \
    255243  $(SOPHYAINCP)anydataobj.h \
     
    266254  $(SOPHYAINCP)ppftpointerio.h \
    267255  $(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 \
    272259  $(SOPHYAINCP)ppersist.h \
    273260  $(SOPHYAINCP)machdefs.h \
     
    277264  $(SOPHYAINCP)rawstream.h \
    278265  $(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 \
    281268  $(SOPHYAINCP)objfio.h \
    282269  $(SOPHYAINCP)anydataobj.h \
    283270  $(SOPHYAINCP)mutyv.h
    284         $(CXXCOMPILELIB) -o $@ $<
    285  
     271        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  xntuple.cc
     272 
  • trunk/SophyaLib/NTools/Makefile

    r2763 r2765  
    44 
    55clean:
    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.o
     6         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
    77        rm -f $(SOPHYALIBP)libNTools.a
    88 
    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.o
     9$(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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    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.h
    34         $(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.h
    41         $(CXXCOMPILELIB) -o $@ $<
    42  
    43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \
    44   $(SOPHYAINCP)sopnamsp.h \
    45   datatypes.h \
    46   $(SOPHYAINCP)machdefs.h
    47         $(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.h
    55         $(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.h
    77         $(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.h
    106         $(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.h
    133         $(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.h
    160         $(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.h
    183         $(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.h
    206         $(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.h
    228         $(CXXCOMPILELIB) -o $@ $<
    229  
    23013$(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
    231   $(SOPHYAINCP)sopnamsp.h \
    232   FSAppIrrSmpl.h \
     14  $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \
    23315  $(SOPHYAINCP)machdefs.h nbmath.h \
    23416  $(SOPHYAINCP)smathconst.h \
     
    25335  $(SOPHYAINCP)matharr.h \
    25436  $(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 \
    25839  $(SOPHYAINCP)nbmath.h \
    25940  $(SOPHYAINCP)fftservintf.h \
    26041  $(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 \
    268247  $(SOPHYAINCP)tmatrix.h \
    269248  $(SOPHYAINCP)tarray.h \
     
    280259  $(SOPHYAINCP)ndatablock.h \
    281260  $(SOPHYAINCP)utilarr.h
    282         $(CXXCOMPILELIB) -o $@ $<
     261        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  functab.cc
    283262 
    284263$(SOPHYAOBJP)generaldata.o: generaldata.cc \
    285264  $(SOPHYAINCP)sopnamsp.h \
    286265  $(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 \
    308285  $(SOPHYAINCP)perrors.h fmath.h
    309         $(CXXCOMPILELIB) -o $@ $<
     286        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
    310287 
    311288$(SOPHYAOBJP)generalfit.o: generalfit.cc \
    312289  $(SOPHYAINCP)sopnamsp.h \
    313290  $(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 \
    334309  $(SOPHYAINCP)perrors.h fmath.h \
    335310  $(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 \
    361333  $(SOPHYAINCP)perrors.h fmath.h
    362         $(CXXCOMPILELIB) -o $@ $<
     334        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  integ.cc
    363335 
    364336$(SOPHYAOBJP)median.o: median.cc
    365         $(CXXCOMPILELIB) -o $@ $<
     337        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  median.cc
    366338 
    367339$(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \
    368340  $(SOPHYAINCP)sopnamsp.h \
    369   $(SOPHYAINCP)machdefs.h \
    370   ntoolsinit.h \
     341  $(SOPHYAINCP)machdefs.h ntoolsinit.h \
    371342  $(SOPHYAINCP)tarrinit.h \
    372343  $(SOPHYAINCP)sophyainit.h poly.h \
     
    378349  $(SOPHYAINCP)ppfbinstream.h \
    379350  $(SOPHYAINCP)rawstream.h \
    380   $(SOPHYAINCP)ppfnametag.h \
    381   peida.h $(SOPHYAINCP)utils.h \
     351  $(SOPHYAINCP)ppfnametag.h peida.h \
     352  $(SOPHYAINCP)utils.h \
    382353  $(SOPHYAINCP)perrors.h fmath.h \
    383354  $(SOPHYAINCP)tvector.h \
     
    388359  $(SOPHYAINCP)dvlist.h \
    389360  $(SOPHYAINCP)ndatablock.h \
    390   $(SOPHYAINCP)utilarr.h \
    391   generaldata.h \
     361  $(SOPHYAINCP)utilarr.h generaldata.h \
    392362  $(SOPHYAINCP)ntupintf.h cimage.h \
    393   $(SOPHYAINCP)fioarr.h tabmath.h \
    394   nbconst.h dates.h datime.h
    395         $(CXXCOMPILELIB) -o $@ $<
     363  $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \
     364  dates.h datime.h
     365        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntoolsinit.cc
    396366 
    397367$(SOPHYAOBJP)objfitter.o: objfitter.cc \
    398   $(SOPHYAINCP)sopnamsp.h \
    399   objfitter.h \
     368  $(SOPHYAINCP)sopnamsp.h objfitter.h \
    400369  $(SOPHYAINCP)machdefs.h \
    401370  $(SOPHYAINCP)tmatrix.h \
     
    422391  $(SOPHYAINCP)fmath.h \
    423392  $(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
    429397 
    430398$(SOPHYAOBJP)perandom.o: perandom.cc \
    431399  $(SOPHYAINCP)sopnamsp.h \
    432400  $(SOPHYAINCP)machdefs.h \
    433   $(SOPHYAINCP)pexceptions.h \
    434   perandom.h $(SOPHYAINCP)histos.h \
     401  $(SOPHYAINCP)pexceptions.h perandom.h \
     402  $(SOPHYAINCP)histos.h \
    435403  $(SOPHYAINCP)objfio.h \
    436404  $(SOPHYAINCP)anydataobj.h \
     
    451419  $(SOPHYAINCP)dvlist.h \
    452420  $(SOPHYAINCP)ndatablock.h \
    453   $(SOPHYAINCP)utilarr.h \
    454   nbrandom.h \
     421  $(SOPHYAINCP)utilarr.h nbrandom.h \
    455422  $(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 \
    460426  $(SOPHYAINCP)machdefs.h poly.h \
    461427  $(SOPHYAINCP)objfio.h \
     
    466432  $(SOPHYAINCP)ppfbinstream.h \
    467433  $(SOPHYAINCP)rawstream.h \
    468   $(SOPHYAINCP)ppfnametag.h \
    469   peida.h $(SOPHYAINCP)utils.h \
     434  $(SOPHYAINCP)ppfnametag.h peida.h \
     435  $(SOPHYAINCP)utils.h \
    470436  $(SOPHYAINCP)perrors.h fmath.h \
    471437  $(SOPHYAINCP)tvector.h \
     
    479445  $(SOPHYAINCP)sopemtx.h \
    480446  $(SOPHYAINCP)fioarr.h
    481         $(CXXCOMPILELIB) -o $@ $<
     447        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
    482448 
    483449$(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
    484450  $(SOPHYAINCP)sopnamsp.h \
    485   $(SOPHYAINCP)machdefs.h \
    486   rk4cdifeq.h difeq.h \
     451  $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \
    487452  $(SOPHYAINCP)pexceptions.h \
    488453  $(SOPHYAINCP)tvector.h \
     
    502467  $(SOPHYAINCP)utilarr.h \
    503468  $(SOPHYAINCP)ctimer.h
    504         $(CXXCOMPILELIB) -o $@ $<
     469        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
    505470 
    506471$(SOPHYAOBJP)simplesort.o: simplesort.cc \
    507472  $(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 \
    511475  $(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 \
    539499  $(SOPHYAINCP)perrors.h fmath.h \
    540500  $(SOPHYAINCP)ntuple.h \
    541501  $(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 \
    548506  $(SOPHYAINCP)utils.h \
    549507  $(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
    559515 
    560516$(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
    564519 
    565520$(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
    569523 
    570524$(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \
    571525  $(SOPHYAINCP)machdefs.h
    572         $(CCOMPILE) -o $@ $<
     526        $(CCOMPILE) -o $@  fftpackc.c
    573527 
    574528$(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \
    575529  $(SOPHYAINCP)machdefs.h \
    576530  $(SOPHYAINCP)smathconst.h
    577         $(CCOMPILE) -o $@ $<
     531        $(CCOMPILE) -o $@  matxop.c
    578532 
    579533$(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
    580534  $(SOPHYAINCP)machdefs.h \
    581   $(SOPHYAINCP)smathconst.h \
    582   matxop.h nbinteg.h nbtri.h
    583         $(CCOMPILE) -o $@ $<
     535  $(SOPHYAINCP)smathconst.h matxop.h \
     536  nbinteg.h nbtri.h
     537        $(CCOMPILE) -o $@  nbmath.c
    584538 
    585539$(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \
    586540  $(SOPHYAINCP)machdefs.h
    587         $(CCOMPILE) -o $@ $<
    588  
     541        $(CCOMPILE) -o $@  nbtri.c
     542 
  • trunk/SophyaLib/NTools/objlist.list

    r2743 r2765  
     1FSAppIrrSmpl.o
    12cimage.o
    23cspline.o
     
    1415fftpserver.o
    1516fftservintf.o
    16 FSAppIrrSmpl.o
    1717functab.o
    1818generaldata.o
  • trunk/SophyaLib/NTools/smakefile

    r2763 r2765  
    44 
    55clean:
    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.o
     6         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
    77        rm -f $(SOPHYALIBP)libNTools.a
    88 
    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.o
     9$(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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    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.h
    34         $(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.h
    41         $(CXXCOMPILELIB) -o $@ $<
    42  
    43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \
    44   $(SOPHYAINCP)sopnamsp.h \
    45   datatypes.h \
    46   $(SOPHYAINCP)machdefs.h
    47         $(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.h
    55         $(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.h
    77         $(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.h
    106         $(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.h
    133         $(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.h
    160         $(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.h
    183         $(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.h
    206         $(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.h
    228         $(CXXCOMPILELIB) -o $@ $<
    229  
    23013$(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \
    231   $(SOPHYAINCP)sopnamsp.h \
    232   FSAppIrrSmpl.h \
     14  $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \
    23315  $(SOPHYAINCP)machdefs.h nbmath.h \
    23416  $(SOPHYAINCP)smathconst.h \
     
    25335  $(SOPHYAINCP)matharr.h \
    25436  $(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 \
    25839  $(SOPHYAINCP)nbmath.h \
    25940  $(SOPHYAINCP)fftservintf.h \
    26041  $(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 \
    268247  $(SOPHYAINCP)tmatrix.h \
    269248  $(SOPHYAINCP)tarray.h \
     
    280259  $(SOPHYAINCP)ndatablock.h \
    281260  $(SOPHYAINCP)utilarr.h
    282         $(CXXCOMPILELIB) -o $@ $<
     261        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  functab.cc
    283262 
    284263$(SOPHYAOBJP)generaldata.o: generaldata.cc \
    285264  $(SOPHYAINCP)sopnamsp.h \
    286265  $(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 \
    308285  $(SOPHYAINCP)perrors.h fmath.h
    309         $(CXXCOMPILELIB) -o $@ $<
     286        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  generaldata.cc
    310287 
    311288$(SOPHYAOBJP)generalfit.o: generalfit.cc \
    312289  $(SOPHYAINCP)sopnamsp.h \
    313290  $(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 \
    334309  $(SOPHYAINCP)perrors.h fmath.h \
    335310  $(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 \
    361333  $(SOPHYAINCP)perrors.h fmath.h
    362         $(CXXCOMPILELIB) -o $@ $<
     334        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  integ.cc
    363335 
    364336$(SOPHYAOBJP)median.o: median.cc
    365         $(CXXCOMPILELIB) -o $@ $<
     337        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  median.cc
    366338 
    367339$(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \
    368340  $(SOPHYAINCP)sopnamsp.h \
    369   $(SOPHYAINCP)machdefs.h \
    370   ntoolsinit.h \
     341  $(SOPHYAINCP)machdefs.h ntoolsinit.h \
    371342  $(SOPHYAINCP)tarrinit.h \
    372343  $(SOPHYAINCP)sophyainit.h poly.h \
     
    378349  $(SOPHYAINCP)ppfbinstream.h \
    379350  $(SOPHYAINCP)rawstream.h \
    380   $(SOPHYAINCP)ppfnametag.h \
    381   peida.h $(SOPHYAINCP)utils.h \
     351  $(SOPHYAINCP)ppfnametag.h peida.h \
     352  $(SOPHYAINCP)utils.h \
    382353  $(SOPHYAINCP)perrors.h fmath.h \
    383354  $(SOPHYAINCP)tvector.h \
     
    388359  $(SOPHYAINCP)dvlist.h \
    389360  $(SOPHYAINCP)ndatablock.h \
    390   $(SOPHYAINCP)utilarr.h \
    391   generaldata.h \
     361  $(SOPHYAINCP)utilarr.h generaldata.h \
    392362  $(SOPHYAINCP)ntupintf.h cimage.h \
    393   $(SOPHYAINCP)fioarr.h tabmath.h \
    394   nbconst.h dates.h datime.h
    395         $(CXXCOMPILELIB) -o $@ $<
     363  $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \
     364  dates.h datime.h
     365        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ntoolsinit.cc
    396366 
    397367$(SOPHYAOBJP)objfitter.o: objfitter.cc \
    398   $(SOPHYAINCP)sopnamsp.h \
    399   objfitter.h \
     368  $(SOPHYAINCP)sopnamsp.h objfitter.h \
    400369  $(SOPHYAINCP)machdefs.h \
    401370  $(SOPHYAINCP)tmatrix.h \
     
    422391  $(SOPHYAINCP)fmath.h \
    423392  $(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
    429397 
    430398$(SOPHYAOBJP)perandom.o: perandom.cc \
    431399  $(SOPHYAINCP)sopnamsp.h \
    432400  $(SOPHYAINCP)machdefs.h \
    433   $(SOPHYAINCP)pexceptions.h \
    434   perandom.h $(SOPHYAINCP)histos.h \
     401  $(SOPHYAINCP)pexceptions.h perandom.h \
     402  $(SOPHYAINCP)histos.h \
    435403  $(SOPHYAINCP)objfio.h \
    436404  $(SOPHYAINCP)anydataobj.h \
     
    451419  $(SOPHYAINCP)dvlist.h \
    452420  $(SOPHYAINCP)ndatablock.h \
    453   $(SOPHYAINCP)utilarr.h \
    454   nbrandom.h \
     421  $(SOPHYAINCP)utilarr.h nbrandom.h \
    455422  $(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 \
    460426  $(SOPHYAINCP)machdefs.h poly.h \
    461427  $(SOPHYAINCP)objfio.h \
     
    466432  $(SOPHYAINCP)ppfbinstream.h \
    467433  $(SOPHYAINCP)rawstream.h \
    468   $(SOPHYAINCP)ppfnametag.h \
    469   peida.h $(SOPHYAINCP)utils.h \
     434  $(SOPHYAINCP)ppfnametag.h peida.h \
     435  $(SOPHYAINCP)utils.h \
    470436  $(SOPHYAINCP)perrors.h fmath.h \
    471437  $(SOPHYAINCP)tvector.h \
     
    479445  $(SOPHYAINCP)sopemtx.h \
    480446  $(SOPHYAINCP)fioarr.h
    481         $(CXXCOMPILELIB) -o $@ $<
     447        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  poly.cc
    482448 
    483449$(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \
    484450  $(SOPHYAINCP)sopnamsp.h \
    485   $(SOPHYAINCP)machdefs.h \
    486   rk4cdifeq.h difeq.h \
     451  $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \
    487452  $(SOPHYAINCP)pexceptions.h \
    488453  $(SOPHYAINCP)tvector.h \
     
    502467  $(SOPHYAINCP)utilarr.h \
    503468  $(SOPHYAINCP)ctimer.h
    504         $(CXXCOMPILELIB) -o $@ $<
     469        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rk4cdifeq.cc
    505470 
    506471$(SOPHYAOBJP)simplesort.o: simplesort.cc \
    507472  $(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 \
    511475  $(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 \
    539499  $(SOPHYAINCP)perrors.h fmath.h \
    540500  $(SOPHYAINCP)ntuple.h \
    541501  $(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 \
    548506  $(SOPHYAINCP)utils.h \
    549507  $(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
    559515 
    560516$(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
    564519 
    565520$(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
    569523 
    570524$(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \
    571525  $(SOPHYAINCP)machdefs.h
    572         $(CCOMPILE) -o $@ $<
     526        $(CCOMPILE) -o $@  fftpackc.c
    573527 
    574528$(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \
    575529  $(SOPHYAINCP)machdefs.h \
    576530  $(SOPHYAINCP)smathconst.h
    577         $(CCOMPILE) -o $@ $<
     531        $(CCOMPILE) -o $@  matxop.c
    578532 
    579533$(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \
    580534  $(SOPHYAINCP)machdefs.h \
    581   $(SOPHYAINCP)smathconst.h \
    582   matxop.h nbinteg.h nbtri.h
    583         $(CCOMPILE) -o $@ $<
     535  $(SOPHYAINCP)smathconst.h matxop.h \
     536  nbinteg.h nbtri.h
     537        $(CCOMPILE) -o $@  nbmath.c
    584538 
    585539$(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \
    586540  $(SOPHYAINCP)machdefs.h
    587         $(CCOMPILE) -o $@ $<
    588  
     541        $(CCOMPILE) -o $@  nbtri.c
     542 
  • trunk/SophyaLib/SUtils/Makefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datacards.o: datacards.cc \
    1414  $(SOPHYAINCP)sopnamsp.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   datacards.h \
     15  $(SOPHYAINCP)machdefs.h datacards.h \
    1716  $(SOPHYAINCP)pexceptions.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
    1918 
    2019$(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    2120  $(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
    2523 
    26 $(SOPHYAOBJP)utils.o: utils.cc \
    27   $(SOPHYAINCP)sopnamsp.h \
     24$(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
    2825  $(SOPHYAINCP)machdefs.h utils.h \
    2926  $(SOPHYAINCP)pexceptions.h
    30         $(CXXCOMPILELIB) -o $@ $<
     27        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utils.cc
    3128 
    3229$(SOPHYAOBJP)strutil.o: strutil.c strutil.h
    33         $(CCOMPILE) -o $@ $<
     30        $(CCOMPILE) -o $@  strutil.c
    3431 
  • trunk/SophyaLib/SUtils/smakefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datacards.o: datacards.cc \
    1414  $(SOPHYAINCP)sopnamsp.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   datacards.h \
     15  $(SOPHYAINCP)machdefs.h datacards.h \
    1716  $(SOPHYAINCP)pexceptions.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
    1918 
    2019$(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    2120  $(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
    2523 
    26 $(SOPHYAOBJP)utils.o: utils.cc \
    27   $(SOPHYAINCP)sopnamsp.h \
     24$(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
    2825  $(SOPHYAINCP)machdefs.h utils.h \
    2926  $(SOPHYAINCP)pexceptions.h
    30         $(CXXCOMPILELIB) -o $@ $<
     27        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utils.cc
    3128 
    3229$(SOPHYAOBJP)strutil.o: strutil.c strutil.h
    33         $(CCOMPILE) -o $@ $<
     30        $(CCOMPILE) -o $@  strutil.c
    3431 
  • 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 
  • trunk/SophyaLib/SkyMap/Makefile

    r2763 r2765  
    44 
    55clean:
    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.o
     6         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
    77        rm -f $(SOPHYALIBP)libSkyMap.a
    88 
    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.o
     9$(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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
     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 
    1335$(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 \
    1664  $(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 \
    4766  $(SOPHYAINCP)ppersist.h \
    4867  $(SOPHYAINCP)pexceptions.h \
     
    6483  $(SOPHYAINCP)fioarr.h \
    6584  $(SOPHYAINCP)datatype.h
    66         $(CXXCOMPILELIB) -o $@ $<
     85        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fiosphereecp.cc
    6786 
    6887$(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 \
    92133  $(SOPHYAINCP)fiondblock.h \
    93134  $(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
    146136 
    147137$(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 \
    151140  $(SOPHYAINCP)machdefs.h \
    152141  $(SOPHYAINCP)pexceptions.h \
     
    169158  $(SOPHYAINCP)fiondblock.h \
    170159  $(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 \
    177164  utilgeom.h
    178         $(CXXCOMPILELIB) -o $@ $<
     165        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  longlat.cc
    179166 
    180167$(SOPHYAOBJP)mapoperation.o: mapoperation.cc \
    181168  $(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 \
    187172  $(SOPHYAINCP)ppersist.h \
    188173  $(SOPHYAINCP)pexceptions.h \
     
    195180  $(SOPHYAINCP)mutyv.h spherepos.h \
    196181  unitvector.h vector3d.h longlat.h utilgeom.h
    197         $(CXXCOMPILELIB) -o $@ $<
     182        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mapoperation.cc
    198183 
    199184$(SOPHYAOBJP)skymapinit.o: skymapinit.cc \
    200185  $(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
    227209 
    228210$(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 \
    234214  $(SOPHYAINCP)ppersist.h \
    235215  $(SOPHYAINCP)pexceptions.h \
     
    249229  $(SOPHYAINCP)ndatablock.h \
    250230  $(SOPHYAINCP)utilarr.h
    251         $(CXXCOMPILELIB) -o $@ $<
     231        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sphereecp.cc
    252232 
    253233$(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \
     
    262242  $(SOPHYAINCP)ppfnametag.h \
    263243  $(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 \
    267246  pixelmap.h $(SOPHYAINCP)dvlist.h \
    268247  $(SOPHYAINCP)objfio.h \
     
    273252  $(SOPHYAINCP)tarray.h \
    274253  $(SOPHYAINCP)basarr.h \
    275   $(SOPHYAINCP)utilarr.h \
    276   HEALPixUtils.h \
     254  $(SOPHYAINCP)utilarr.h HEALPixUtils.h \
    277255  $(SOPHYAINCP)strutil.h
    278         $(CXXCOMPILELIB) -o $@ $<
     256        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  spherehealpix.cc
    279257 
    280258$(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
    294271 
    295272$(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 \
    301276  $(SOPHYAINCP)ppersist.h \
    302277  $(SOPHYAINCP)pexceptions.h \
     
    317292  $(SOPHYAINCP)utilarr.h \
    318293  $(SOPHYAINCP)fiondblock.h
    319         $(CXXCOMPILELIB) -o $@ $<
     294        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  spherethetaphi.cc
    320295 
    321296$(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
    327301 
    328302$(SOPHYAOBJP)utilgeom.o: utilgeom.cc \
    329303  $(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
    333306 
    334307$(SOPHYAOBJP)vector3d.o: vector3d.cc \
    335308  $(SOPHYAINCP)sopnamsp.h \
    336309  $(SOPHYAINCP)machdefs.h \
    337   $(SOPHYAINCP)pexceptions.h \
    338   vector3d.h longlat.h utilgeom.h
    339         $(CXXCOMPILELIB) -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  
     1HEALPixUtils.o
    12fiolocalmap.o
    23fiosphereecp.o
    34fiospherehealpix.o
    45fiospherethetaphi.o
    5 HEALPixUtils.o
    66localmap.o
    77longlat.o
  • trunk/SophyaLib/SkyMap/smakefile

    r2763 r2765  
    44 
    55clean:
    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.o
     6         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
    77        rm -f $(SOPHYALIBP)libSkyMap.a
    88 
    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.o
     9$(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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
     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 
    1335$(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 \
    1664  $(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 \
    4766  $(SOPHYAINCP)ppersist.h \
    4867  $(SOPHYAINCP)pexceptions.h \
     
    6483  $(SOPHYAINCP)fioarr.h \
    6584  $(SOPHYAINCP)datatype.h
    66         $(CXXCOMPILELIB) -o $@ $<
     85        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fiosphereecp.cc
    6786 
    6887$(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 \
    92133  $(SOPHYAINCP)fiondblock.h \
    93134  $(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
    146136 
    147137$(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 \
    151140  $(SOPHYAINCP)machdefs.h \
    152141  $(SOPHYAINCP)pexceptions.h \
     
    169158  $(SOPHYAINCP)fiondblock.h \
    170159  $(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 \
    177164  utilgeom.h
    178         $(CXXCOMPILELIB) -o $@ $<
     165        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  longlat.cc
    179166 
    180167$(SOPHYAOBJP)mapoperation.o: mapoperation.cc \
    181168  $(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 \
    187172  $(SOPHYAINCP)ppersist.h \
    188173  $(SOPHYAINCP)pexceptions.h \
     
    195180  $(SOPHYAINCP)mutyv.h spherepos.h \
    196181  unitvector.h vector3d.h longlat.h utilgeom.h
    197         $(CXXCOMPILELIB) -o $@ $<
     182        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mapoperation.cc
    198183 
    199184$(SOPHYAOBJP)skymapinit.o: skymapinit.cc \
    200185  $(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
    227209 
    228210$(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 \
    234214  $(SOPHYAINCP)ppersist.h \
    235215  $(SOPHYAINCP)pexceptions.h \
     
    249229  $(SOPHYAINCP)ndatablock.h \
    250230  $(SOPHYAINCP)utilarr.h
    251         $(CXXCOMPILELIB) -o $@ $<
     231        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sphereecp.cc
    252232 
    253233$(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \
     
    262242  $(SOPHYAINCP)ppfnametag.h \
    263243  $(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 \
    267246  pixelmap.h $(SOPHYAINCP)dvlist.h \
    268247  $(SOPHYAINCP)objfio.h \
     
    273252  $(SOPHYAINCP)tarray.h \
    274253  $(SOPHYAINCP)basarr.h \
    275   $(SOPHYAINCP)utilarr.h \
    276   HEALPixUtils.h \
     254  $(SOPHYAINCP)utilarr.h HEALPixUtils.h \
    277255  $(SOPHYAINCP)strutil.h
    278         $(CXXCOMPILELIB) -o $@ $<
     256        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  spherehealpix.cc
    279257 
    280258$(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
    294271 
    295272$(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 \
    301276  $(SOPHYAINCP)ppersist.h \
    302277  $(SOPHYAINCP)pexceptions.h \
     
    317292  $(SOPHYAINCP)utilarr.h \
    318293  $(SOPHYAINCP)fiondblock.h
    319         $(CXXCOMPILELIB) -o $@ $<
     294        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  spherethetaphi.cc
    320295 
    321296$(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
    327301 
    328302$(SOPHYAOBJP)utilgeom.o: utilgeom.cc \
    329303  $(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
    333306 
    334307$(SOPHYAOBJP)vector3d.o: vector3d.cc \
    335308  $(SOPHYAINCP)sopnamsp.h \
    336309  $(SOPHYAINCP)machdefs.h \
    337   $(SOPHYAINCP)pexceptions.h \
    338   vector3d.h longlat.h utilgeom.h
    339         $(CXXCOMPILELIB) -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  
    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 
  • 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 
  • trunk/SophyaLib/SysTools/Makefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    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 \
    1615  $(SOPHYAINCP)pexceptions.h \
    1716  $(SOPHYAINCP)srandgen.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    1918 
    2019$(SOPHYAOBJP)commander.o: commander.cc \
    21   $(SOPHYAINCP)sopnamsp.h \
    22   commander.h \
     20  $(SOPHYAINCP)sopnamsp.h commander.h \
    2321  $(SOPHYAINCP)machdefs.h pdlmgr.h \
    2422  $(SOPHYAINCP)dvlist.h \
     
    3331  $(SOPHYAINCP)mutyv.h ctimer.h \
    3432  $(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
    4036 
    41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \
    42   $(SOPHYAINCP)sopnamsp.h \
     37$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
    4338  $(SOPHYAINCP)machdefs.h ctimer.h
    44         $(CXXCOMPILELIB) -o $@ $<
     39        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    4540 
    4641$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
    47   $(SOPHYAINCP)sopnamsp.h \
    48   cxxcmplnk.h \
     42  $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
    4943  $(SOPHYAINCP)machdefs.h
    50         $(CXXCOMPILELIB) -o $@ $<
     44        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cxxcmplnk.cc
    5145 
    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
    5649 
    5750$(SOPHYAOBJP)periodic.o: periodic.cc \
    5851  $(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
    6254 
    6355$(SOPHYAOBJP)psighand.o: psighand.cc \
    64   $(SOPHYAINCP)sopnamsp.h \
    65   psighand.h \
     56  $(SOPHYAINCP)sopnamsp.h psighand.h \
    6657  $(SOPHYAINCP)machdefs.h \
    6758  $(SOPHYAINCP)pexceptions.h
    68         $(CXXCOMPILELIB) -o $@ $<
     59        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  psighand.cc
    6960 
    7061$(SOPHYAOBJP)resusage.o: resusage.cc \
    71   $(SOPHYAINCP)sopnamsp.h \
    72   resusage.h \
     62  $(SOPHYAINCP)sopnamsp.h resusage.h \
    7363  $(SOPHYAINCP)machdefs.h
    74         $(CXXCOMPILELIB) -o $@ $<
     64        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  resusage.cc
    7565 
    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 \
    8068  $(SOPHYAINCP)pexceptions.h \
    8169  $(SOPHYAINCP)strutilxx.h \
    8270  $(SOPHYAINCP)srandgen.h
    83         $(CXXCOMPILELIB) -o $@ $<
     71        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    8472 
    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 \
    8975  $(SOPHYAINCP)pexceptions.h
    90         $(CXXCOMPILELIB) -o $@ $<
     76        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  zthread.cc
    9177 
    9278$(SOPHYAOBJP)timing.o: timing.c timing.h
    93         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  timing.c
    9480 
  • trunk/SophyaLib/SysTools/smakefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    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 \
    1615  $(SOPHYAINCP)pexceptions.h \
    1716  $(SOPHYAINCP)srandgen.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    1918 
    2019$(SOPHYAOBJP)commander.o: commander.cc \
    21   $(SOPHYAINCP)sopnamsp.h \
    22   commander.h \
     20  $(SOPHYAINCP)sopnamsp.h commander.h \
    2321  $(SOPHYAINCP)machdefs.h pdlmgr.h \
    2422  $(SOPHYAINCP)dvlist.h \
     
    3331  $(SOPHYAINCP)mutyv.h ctimer.h \
    3432  $(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
    4036 
    41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \
    42   $(SOPHYAINCP)sopnamsp.h \
     37$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
    4338  $(SOPHYAINCP)machdefs.h ctimer.h
    44         $(CXXCOMPILELIB) -o $@ $<
     39        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    4540 
    4641$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
    47   $(SOPHYAINCP)sopnamsp.h \
    48   cxxcmplnk.h \
     42  $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
    4943  $(SOPHYAINCP)machdefs.h
    50         $(CXXCOMPILELIB) -o $@ $<
     44        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cxxcmplnk.cc
    5145 
    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
    5649 
    5750$(SOPHYAOBJP)periodic.o: periodic.cc \
    5851  $(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
    6254 
    6355$(SOPHYAOBJP)psighand.o: psighand.cc \
    64   $(SOPHYAINCP)sopnamsp.h \
    65   psighand.h \
     56  $(SOPHYAINCP)sopnamsp.h psighand.h \
    6657  $(SOPHYAINCP)machdefs.h \
    6758  $(SOPHYAINCP)pexceptions.h
    68         $(CXXCOMPILELIB) -o $@ $<
     59        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  psighand.cc
    6960 
    7061$(SOPHYAOBJP)resusage.o: resusage.cc \
    71   $(SOPHYAINCP)sopnamsp.h \
    72   resusage.h \
     62  $(SOPHYAINCP)sopnamsp.h resusage.h \
    7363  $(SOPHYAINCP)machdefs.h
    74         $(CXXCOMPILELIB) -o $@ $<
     64        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  resusage.cc
    7565 
    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 \
    8068  $(SOPHYAINCP)pexceptions.h \
    8169  $(SOPHYAINCP)strutilxx.h \
    8270  $(SOPHYAINCP)srandgen.h
    83         $(CXXCOMPILELIB) -o $@ $<
     71        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    8472 
    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 \
    8975  $(SOPHYAINCP)pexceptions.h
    90         $(CXXCOMPILELIB) -o $@ $<
     76        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  zthread.cc
    9177 
    9278$(SOPHYAOBJP)timing.o: timing.c timing.h
    93         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  timing.c
    9480 
  • trunk/SophyaLib/TArray/Makefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)basarr.o: basarr.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
     13$(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \
    1514  $(SOPHYAINCP)machdefs.h \
    16   $(SOPHYAINCP)pexceptions.h \
    17   basarr.h \
     15  $(SOPHYAINCP)pexceptions.h basarr.h \
    1816  $(SOPHYAINCP)anydataobj.h \
    1917  $(SOPHYAINCP)mutyv.h \
     
    2523  $(SOPHYAINCP)rawstream.h \
    2624  $(SOPHYAINCP)ppfnametag.h
    27         $(CXXCOMPILELIB) -o $@ $<
     25        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basarr.cc
    2826 
    29 $(SOPHYAOBJP)fioarr.o: fioarr.cc \
    30   $(SOPHYAINCP)sopnamsp.h \
     27$(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \
    3128  $(SOPHYAINCP)pexceptions.h \
    3229  $(SOPHYAINCP)machdefs.h \
     
    3835  $(SOPHYAINCP)ppfnametag.h \
    3936  $(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 \
    4339  $(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
    4843 
    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 \
    5447  $(SOPHYAINCP)mutyv.h \
    5548  $(SOPHYAINCP)dvlist.h \
     
    6154  $(SOPHYAINCP)rawstream.h \
    6255  $(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
    6658 
    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 \
    7262  $(SOPHYAINCP)mutyv.h \
    7363  $(SOPHYAINCP)dvlist.h \
     
    7969  $(SOPHYAINCP)rawstream.h \
    8070  $(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
    8574 
    86 $(SOPHYAOBJP)tarray.o: tarray.cc \
    87   $(SOPHYAINCP)sopnamsp.h \
     75$(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \
    8876  $(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 \
    9279  $(SOPHYAINCP)mutyv.h \
    9380  $(SOPHYAINCP)dvlist.h \
     
    9885  $(SOPHYAINCP)rawstream.h \
    9986  $(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
    10389 
    10490$(SOPHYAOBJP)tarrinit.o: tarrinit.cc \
    10591  $(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 \
    11195  $(SOPHYAINCP)mutyv.h \
    11296  $(SOPHYAINCP)dvlist.h \
     
    118102  $(SOPHYAINCP)rawstream.h \
    119103  $(SOPHYAINCP)ppfnametag.h \
    120   $(SOPHYAINCP)ndatablock.h \
    121   utilarr.h tmatrix.h tvector.h
    122         $(CXXCOMPILELIB) -o $@ $<
     104  $(SOPHYAINCP)ndatablock.h utilarr.h \
     105  tmatrix.h tvector.h
     106        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tarrinit.cc
    123107 
    124 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \
    125   $(SOPHYAINCP)sopnamsp.h \
     108$(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \
    126109  $(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 \
    127134  $(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 \
    128150  tmatrix.h tarray.h basarr.h \
    129151  $(SOPHYAINCP)anydataobj.h \
     
    136158  $(SOPHYAINCP)rawstream.h \
    137159  $(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
    141162 
    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 \
    151165  $(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
    167168 
    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.h
    184         $(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.h
    191         $(CXXCOMPILELIB) -o $@ $<
    192  
  • trunk/SophyaLib/TArray/smakefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)basarr.o: basarr.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
     13$(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \
    1514  $(SOPHYAINCP)machdefs.h \
    16   $(SOPHYAINCP)pexceptions.h \
    17   basarr.h \
     15  $(SOPHYAINCP)pexceptions.h basarr.h \
    1816  $(SOPHYAINCP)anydataobj.h \
    1917  $(SOPHYAINCP)mutyv.h \
     
    2523  $(SOPHYAINCP)rawstream.h \
    2624  $(SOPHYAINCP)ppfnametag.h
    27         $(CXXCOMPILELIB) -o $@ $<
     25        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  basarr.cc
    2826 
    29 $(SOPHYAOBJP)fioarr.o: fioarr.cc \
    30   $(SOPHYAINCP)sopnamsp.h \
     27$(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \
    3128  $(SOPHYAINCP)pexceptions.h \
    3229  $(SOPHYAINCP)machdefs.h \
     
    3835  $(SOPHYAINCP)ppfnametag.h \
    3936  $(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 \
    4339  $(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
    4843 
    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 \
    5447  $(SOPHYAINCP)mutyv.h \
    5548  $(SOPHYAINCP)dvlist.h \
     
    6154  $(SOPHYAINCP)rawstream.h \
    6255  $(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
    6658 
    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 \
    7262  $(SOPHYAINCP)mutyv.h \
    7363  $(SOPHYAINCP)dvlist.h \
     
    7969  $(SOPHYAINCP)rawstream.h \
    8070  $(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
    8574 
    86 $(SOPHYAOBJP)tarray.o: tarray.cc \
    87   $(SOPHYAINCP)sopnamsp.h \
     75$(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \
    8876  $(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 \
    9279  $(SOPHYAINCP)mutyv.h \
    9380  $(SOPHYAINCP)dvlist.h \
     
    9885  $(SOPHYAINCP)rawstream.h \
    9986  $(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
    10389 
    10490$(SOPHYAOBJP)tarrinit.o: tarrinit.cc \
    10591  $(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 \
    11195  $(SOPHYAINCP)mutyv.h \
    11296  $(SOPHYAINCP)dvlist.h \
     
    118102  $(SOPHYAINCP)rawstream.h \
    119103  $(SOPHYAINCP)ppfnametag.h \
    120   $(SOPHYAINCP)ndatablock.h \
    121   utilarr.h tmatrix.h tvector.h
    122         $(CXXCOMPILELIB) -o $@ $<
     104  $(SOPHYAINCP)ndatablock.h utilarr.h \
     105  tmatrix.h tvector.h
     106        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  tarrinit.cc
    123107 
    124 $(SOPHYAOBJP)tmatrix.o: tmatrix.cc \
    125   $(SOPHYAINCP)sopnamsp.h \
     108$(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \
    126109  $(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 \
    127134  $(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 \
    128150  tmatrix.h tarray.h basarr.h \
    129151  $(SOPHYAINCP)anydataobj.h \
     
    136158  $(SOPHYAINCP)rawstream.h \
    137159  $(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
    141162 
    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 \
    151165  $(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
    167168 
    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.h
    184         $(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.h
    191         $(CXXCOMPILELIB) -o $@ $<
    192  
Note: See TracChangeset for help on using the changeset viewer.