Changeset 2980 in Sophya for trunk


Ignore:
Timestamp:
Jun 21, 2006, 11:00:07 AM (19 years ago)
Author:
ansari
Message:

MAJ smakefile , Reza 21/6/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/smakefile

    r2824 r2980  
    44 
    55clean:
    6          rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     6         rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
    77        rm -f $(SOPHYALIBP)libFitsIOServer.a
    88 
    9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     9$(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
    1212 
    13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \
    14   $(SOPHYAINCP)sopnamsp.h datacirclefits.h \
    15   $(SOPHYAINCP)datacirclebase.h \
    16   $(SOPHYAINCP)circle.h \
    17   $(SOPHYAINCP)vector3d.h \
     13$(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc $(SOPHYAINCP)sopnamsp.h \
     14  datacirclefits.h $(SOPHYAINCP)datacirclebase.h \
     15  $(SOPHYAINCP)circle.h $(SOPHYAINCP)vector3d.h \
    1816  $(SOPHYAINCP)longlat.h \
    1917  $(SOPHYAINCP)machdefs.h \
     18  $(SOPHYAINCP)osx_values.h \
    2019  $(SOPHYAINCP)utilgeom.h \
    2120  $(SOPHYAINCP)unitvector.h \
     
    2524        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacirclefits.cc
    2625 
    27 $(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc \
    28   $(SOPHYAINCP)sopnamsp.h \
    29   $(SOPHYAINCP)machdefs.h \
     26$(SOPHYAOBJP)fabtcolread.o: fabtcolread.cc $(SOPHYAINCP)sopnamsp.h \
     27  $(SOPHYAINCP)machdefs.h \
     28  $(SOPHYAINCP)osx_values.h \
    3029  $(SOPHYAINCP)pexceptions.h fabtcolread.h \
    3130  $(SOPHYAINCP)anydataobj.h \
    32   $(SOPHYAINCP)tvector.h \
    33   $(SOPHYAINCP)tmatrix.h \
    34   $(SOPHYAINCP)tarray.h \
    35   $(SOPHYAINCP)basarr.h \
    36   $(SOPHYAINCP)mutyv.h \
     31  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     32  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     33  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     34  $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
     35  $(SOPHYAINCP)gnumd5.h \
     36  $(SOPHYAINCP)ppfbinstream.h \
     37  $(SOPHYAINCP)rawstream.h \
     38  $(SOPHYAINCP)ppfnametag.h \
    3739  $(SOPHYAINCP)dvlist.h \
    38   $(SOPHYAINCP)objfio.h \
    39   $(SOPHYAINCP)ppersist.h \
    40   $(SOPHYAINCP)gnumd5.h \
    41   $(SOPHYAINCP)ppfbinstream.h \
    42   $(SOPHYAINCP)rawstream.h \
    43   $(SOPHYAINCP)ppfnametag.h \
    4440  $(SOPHYAINCP)ndatablock.h \
    4541  $(SOPHYAINCP)utilarr.h \
     
    4844        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fabtcolread.cc
    4945 
    50 $(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc \
    51   $(SOPHYAINCP)sopnamsp.h \
    52   $(SOPHYAINCP)machdefs.h \
     46$(SOPHYAOBJP)fabtwriter.o: fabtwriter.cc $(SOPHYAINCP)sopnamsp.h \
     47  $(SOPHYAINCP)machdefs.h \
     48  $(SOPHYAINCP)osx_values.h \
    5349  $(SOPHYAINCP)pexceptions.h fabtwriter.h \
    5450  $(SOPHYAINCP)anydataobj.h \
    55   $(SOPHYAINCP)tvector.h \
    56   $(SOPHYAINCP)tmatrix.h \
    57   $(SOPHYAINCP)tarray.h \
    58   $(SOPHYAINCP)basarr.h \
    59   $(SOPHYAINCP)mutyv.h \
     51  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     52  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     53  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     54  $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
     55  $(SOPHYAINCP)gnumd5.h \
     56  $(SOPHYAINCP)ppfbinstream.h \
     57  $(SOPHYAINCP)rawstream.h \
     58  $(SOPHYAINCP)ppfnametag.h \
    6059  $(SOPHYAINCP)dvlist.h \
    61   $(SOPHYAINCP)objfio.h \
    62   $(SOPHYAINCP)ppersist.h \
    63   $(SOPHYAINCP)gnumd5.h \
    64   $(SOPHYAINCP)ppfbinstream.h \
    65   $(SOPHYAINCP)rawstream.h \
    66   $(SOPHYAINCP)ppfnametag.h \
    6760  $(SOPHYAINCP)ndatablock.h \
    6861  $(SOPHYAINCP)utilarr.h \
     
    7164        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fabtwriter.cc
    7265 
    73 $(SOPHYAOBJP)fboloread.o: fboloread.cc \
    74   $(SOPHYAINCP)sopnamsp.h \
    75   $(SOPHYAINCP)machdefs.h \
     66$(SOPHYAOBJP)fboloread.o: fboloread.cc $(SOPHYAINCP)sopnamsp.h \
     67  $(SOPHYAINCP)machdefs.h \
     68  $(SOPHYAINCP)osx_values.h \
    7669  $(SOPHYAINCP)pexceptions.h fboloread.h \
    7770  $(SOPHYAINCP)anydataobj.h \
    78   $(SOPHYAINCP)tvector.h \
    79   $(SOPHYAINCP)tmatrix.h \
    80   $(SOPHYAINCP)tarray.h \
    81   $(SOPHYAINCP)basarr.h \
    82   $(SOPHYAINCP)mutyv.h \
     71  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     72  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     73  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     74  $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
     75  $(SOPHYAINCP)gnumd5.h \
     76  $(SOPHYAINCP)ppfbinstream.h \
     77  $(SOPHYAINCP)rawstream.h \
     78  $(SOPHYAINCP)ppfnametag.h \
    8379  $(SOPHYAINCP)dvlist.h \
    84   $(SOPHYAINCP)objfio.h \
    85   $(SOPHYAINCP)ppersist.h \
    86   $(SOPHYAINCP)gnumd5.h \
    87   $(SOPHYAINCP)ppfbinstream.h \
    88   $(SOPHYAINCP)rawstream.h \
    89   $(SOPHYAINCP)ppfnametag.h \
    9080  $(SOPHYAINCP)ndatablock.h \
    9181  $(SOPHYAINCP)utilarr.h fabtcolread.h \
     
    9484        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fboloread.cc
    9585 
    96 $(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc \
    97   $(SOPHYAINCP)sopnamsp.h \
    98   $(SOPHYAINCP)machdefs.h \
     86$(SOPHYAOBJP)fbtntintf.o: fbtntintf.cc $(SOPHYAINCP)sopnamsp.h \
     87  $(SOPHYAINCP)machdefs.h \
     88  $(SOPHYAINCP)osx_values.h \
    9989  $(SOPHYAINCP)pexceptions.h fbtntintf.h \
    10090  $(SOPHYAINCP)anydataobj.h \
     
    10494        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fbtntintf.cc
    10595 
    106 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \
    107   $(SOPHYAINCP)sopnamsp.h \
    108   $(SOPHYAINCP)pexceptions.h \
    109   $(SOPHYAINCP)machdefs.h fitsautoreader.h \
     96$(SOPHYAOBJP)fiosinit.o: fiosinit.cc $(SOPHYAINCP)sopnamsp.h \
     97  $(SOPHYAINCP)machdefs.h \
     98  $(SOPHYAINCP)osx_values.h fiosinit.h \
     99  $(SOPHYAINCP)sophyainit.h fitsmanager.h fitsinoutfile.h \
     100  $(SOPHYAINCP)pexceptions.h \
     101  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     102  $(SOPHYAINCP)anydataobj.h \
     103  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     104  $(SOPHYAINCP)ppfbinstream.h \
     105  $(SOPHYAINCP)rawstream.h \
     106  $(SOPHYAINCP)ppfnametag.h \
     107  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     108  $(SOPHYAINCP)FitsIO/fitsio.h \
     109  $(SOPHYAINCP)FitsIO/longnam.h fitshdtable.h \
     110  $(SOPHYAINCP)datatable.h \
     111  $(SOPHYAINCP)basedtable.h \
     112  $(SOPHYAINCP)ntupintf.h \
     113  $(SOPHYAINCP)segdatablock.h \
     114  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     115  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     116  $(SOPHYAINCP)ndatablock.h \
     117  $(SOPHYAINCP)utilarr.h fitshandler.h fitsarrhand.h \
     118  fitsblkrw.h
     119        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fiosinit.cc
     120 
     121$(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc $(SOPHYAINCP)sopnamsp.h \
     122  $(SOPHYAINCP)pexceptions.h \
     123  $(SOPHYAINCP)machdefs.h \
     124  $(SOPHYAINCP)osx_values.h fitsautoreader.h \
    110125  $(SOPHYAINCP)anydataobj.h fitsfile.h \
    111126  $(SOPHYAINCP)ndatablock.h \
    112   $(SOPHYAINCP)dvlist.h \
    113   $(SOPHYAINCP)objfio.h \
    114   $(SOPHYAINCP)ppersist.h \
    115   $(SOPHYAINCP)gnumd5.h \
    116   $(SOPHYAINCP)ppfbinstream.h \
    117   $(SOPHYAINCP)rawstream.h \
    118   $(SOPHYAINCP)ppfnametag.h \
    119   $(SOPHYAINCP)mutyv.h \
    120   $(SOPHYAINCP)FitsIO/fitsio.h \
     127  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     128  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     129  $(SOPHYAINCP)ppfbinstream.h \
     130  $(SOPHYAINCP)rawstream.h \
     131  $(SOPHYAINCP)ppfnametag.h \
     132  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     133  fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \
    121134  $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h \
    122   $(SOPHYAINCP)tarray.h \
    123   $(SOPHYAINCP)basarr.h \
     135  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
    124136  $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \
    125137  $(SOPHYAINCP)spherehealpix.h \
     
    132144  $(SOPHYAINCP)longlat.h \
    133145  $(SOPHYAINCP)utilgeom.h \
    134   $(SOPHYAINCP)tvector.h \
    135   $(SOPHYAINCP)tmatrix.h \
     146  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
    136147  $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \
    137   $(SOPHYAINCP)ntuple.h \
    138   $(SOPHYAINCP)ntupintf.h fitsxntuple.h \
    139   $(SOPHYAINCP)xntuple.h fitslocalmap.h \
     148  $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)ntupintf.h \
     149  fitsxntuple.h $(SOPHYAINCP)xntuple.h fitslocalmap.h \
    140150  $(SOPHYAINCP)localmap.h fbtntintf.h
    141151        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsautoreader.cc
     
    144154  $(SOPHYAINCP)sopnamsp.h \
    145155  $(SOPHYAINCP)pexceptions.h \
    146   $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \
    147   $(SOPHYAINCP)dvlist.h \
    148   $(SOPHYAINCP)objfio.h \
    149   $(SOPHYAINCP)anydataobj.h \
    150   $(SOPHYAINCP)ppersist.h \
    151   $(SOPHYAINCP)gnumd5.h \
    152   $(SOPHYAINCP)ppfbinstream.h \
    153   $(SOPHYAINCP)rawstream.h \
    154   $(SOPHYAINCP)ppfnametag.h \
    155   $(SOPHYAINCP)mutyv.h fitsfile.h \
    156   $(SOPHYAINCP)ndatablock.h \
     156  $(SOPHYAINCP)machdefs.h \
     157  $(SOPHYAINCP)osx_values.h fitsbntbllineRW.h \
     158  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     159  $(SOPHYAINCP)anydataobj.h \
     160  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     161  $(SOPHYAINCP)ppfbinstream.h \
     162  $(SOPHYAINCP)rawstream.h \
     163  $(SOPHYAINCP)ppfnametag.h \
     164  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     165  fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \
    157166  $(SOPHYAINCP)FitsIO/fitsio.h \
    158167  $(SOPHYAINCP)FitsIO/longnam.h \
     
    160169        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsbntbllineRW.cc
    161170 
    162 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \
    163   $(SOPHYAINCP)sopnamsp.h \
    164   $(SOPHYAINCP)machdefs.h fitsfile.h \
    165   $(SOPHYAINCP)ndatablock.h \
    166   $(SOPHYAINCP)anydataobj.h \
    167   $(SOPHYAINCP)dvlist.h \
    168   $(SOPHYAINCP)objfio.h \
     171$(SOPHYAOBJP)fitsfile.o: fitsfile.cc $(SOPHYAINCP)sopnamsp.h \
     172  $(SOPHYAINCP)machdefs.h \
     173  $(SOPHYAINCP)osx_values.h fitsfile.h \
     174  $(SOPHYAINCP)ndatablock.h \
     175  $(SOPHYAINCP)anydataobj.h \
     176  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
    169177  $(SOPHYAINCP)ppersist.h \
    170178  $(SOPHYAINCP)pexceptions.h \
     
    173181  $(SOPHYAINCP)rawstream.h \
    174182  $(SOPHYAINCP)ppfnametag.h \
    175   $(SOPHYAINCP)mutyv.h \
    176   $(SOPHYAINCP)FitsIO/fitsio.h \
     183  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     184  fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \
    177185  $(SOPHYAINCP)FitsIO/longnam.h \
    178   $(SOPHYAINCP)strutil.h fitsspherehealpix.h \
    179   $(SOPHYAINCP)spherehealpix.h \
    180   $(SOPHYAINCP)sphericalmap.h \
    181   $(SOPHYAINCP)smathconst.h \
    182   $(SOPHYAINCP)pixelmap.h \
    183   $(SOPHYAINCP)spherepos.h \
    184   $(SOPHYAINCP)unitvector.h \
    185   $(SOPHYAINCP)vector3d.h \
    186   $(SOPHYAINCP)longlat.h \
    187   $(SOPHYAINCP)utilgeom.h \
    188   $(SOPHYAINCP)tvector.h \
    189   $(SOPHYAINCP)tmatrix.h \
    190   $(SOPHYAINCP)tarray.h \
    191   $(SOPHYAINCP)basarr.h \
    192   $(SOPHYAINCP)utilarr.h \
    193   $(SOPHYAINCP)HEALPixUtils.h
     186  $(SOPHYAINCP)strutil.h
    194187        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsfile.cc
    195188 
    196 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \
    197   $(SOPHYAINCP)machdefs.h \
     189$(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc $(SOPHYAINCP)machdefs.h \
     190  $(SOPHYAINCP)osx_values.h \
    198191  $(SOPHYAINCP)sopnamsp.h \
    199192  $(SOPHYAINCP)datatable.h \
    200193  $(SOPHYAINCP)basedtable.h \
    201   $(SOPHYAINCP)ntupintf.h \
    202   $(SOPHYAINCP)dvlist.h \
     194  $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \
    203195  $(SOPHYAINCP)objfio.h \
    204196  $(SOPHYAINCP)anydataobj.h \
     
    209201  $(SOPHYAINCP)rawstream.h \
    210202  $(SOPHYAINCP)ppfnametag.h \
    211   $(SOPHYAINCP)mutyv.h \
    212   $(SOPHYAINCP)segdatablock.h fitsblkrw.h \
    213   fitsinoutfile.h \
     203  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     204  $(SOPHYAINCP)segdatablock.h \
     205  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     206  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     207  $(SOPHYAINCP)ndatablock.h \
     208  $(SOPHYAINCP)utilarr.h fitsblkrw.h fitsinoutfile.h \
    214209  $(SOPHYAINCP)FitsIO/fitsio.h \
    215210  $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h
    216211        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitshdtable.cc
    217212 
    218 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \
    219   $(SOPHYAINCP)sopnamsp.h \
    220   $(SOPHYAINCP)machdefs.h \
     213$(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc $(SOPHYAINCP)sopnamsp.h \
     214  $(SOPHYAINCP)machdefs.h \
     215  $(SOPHYAINCP)osx_values.h \
    221216  $(SOPHYAINCP)segdatablock.h \
    222217  $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \
    223218  $(SOPHYAINCP)pexceptions.h \
    224   $(SOPHYAINCP)dvlist.h \
    225   $(SOPHYAINCP)objfio.h \
    226   $(SOPHYAINCP)ppersist.h \
    227   $(SOPHYAINCP)gnumd5.h \
    228   $(SOPHYAINCP)ppfbinstream.h \
    229   $(SOPHYAINCP)rawstream.h \
    230   $(SOPHYAINCP)ppfnametag.h \
    231   $(SOPHYAINCP)mutyv.h \
     219  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     220  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     221  $(SOPHYAINCP)ppfbinstream.h \
     222  $(SOPHYAINCP)rawstream.h \
     223  $(SOPHYAINCP)ppfnametag.h \
     224  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
    232225  $(SOPHYAINCP)FitsIO/fitsio.h \
    233226  $(SOPHYAINCP)FitsIO/longnam.h
    234227        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsinoutfile.cc
    235228 
    236 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
    237   $(SOPHYAINCP)sopnamsp.h \
    238   $(SOPHYAINCP)machdefs.h fitslocalmap.h \
     229$(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc $(SOPHYAINCP)sopnamsp.h \
     230  $(SOPHYAINCP)machdefs.h \
     231  $(SOPHYAINCP)osx_values.h fitslocalmap.h \
    239232  $(SOPHYAINCP)pexceptions.h \
    240233  $(SOPHYAINCP)localmap.h \
    241234  $(SOPHYAINCP)pixelmap.h \
    242   $(SOPHYAINCP)ppersist.h \
    243   $(SOPHYAINCP)gnumd5.h \
    244   $(SOPHYAINCP)ppfbinstream.h \
    245   $(SOPHYAINCP)rawstream.h \
    246   $(SOPHYAINCP)ppfnametag.h \
    247   $(SOPHYAINCP)dvlist.h \
    248   $(SOPHYAINCP)objfio.h \
    249   $(SOPHYAINCP)anydataobj.h \
    250   $(SOPHYAINCP)mutyv.h \
     235  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     236  $(SOPHYAINCP)ppfbinstream.h \
     237  $(SOPHYAINCP)rawstream.h \
     238  $(SOPHYAINCP)ppfnametag.h \
     239  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     240  $(SOPHYAINCP)anydataobj.h \
     241  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
    251242  $(SOPHYAINCP)spherepos.h \
    252243  $(SOPHYAINCP)unitvector.h \
     
    256247  $(SOPHYAINCP)sphericalmap.h \
    257248  $(SOPHYAINCP)smathconst.h \
    258   $(SOPHYAINCP)tvector.h \
    259   $(SOPHYAINCP)tmatrix.h \
    260   $(SOPHYAINCP)tarray.h \
    261   $(SOPHYAINCP)basarr.h \
    262   $(SOPHYAINCP)ndatablock.h \
    263   $(SOPHYAINCP)utilarr.h fitsfile.h \
     249  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     250  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     251  $(SOPHYAINCP)ndatablock.h \
     252  $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \
    264253  $(SOPHYAINCP)FitsIO/fitsio.h \
    265254  $(SOPHYAINCP)FitsIO/longnam.h
    266255        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitslocalmap.cc
    267256 
    268 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \
    269   $(SOPHYAINCP)machdefs.h \
    270   $(SOPHYAINCP)sopnamsp.h fitsmanager.h \
    271   fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \
    272   $(SOPHYAINCP)dvlist.h \
    273   $(SOPHYAINCP)objfio.h \
    274   $(SOPHYAINCP)anydataobj.h \
    275   $(SOPHYAINCP)ppersist.h \
    276   $(SOPHYAINCP)gnumd5.h \
    277   $(SOPHYAINCP)ppfbinstream.h \
    278   $(SOPHYAINCP)rawstream.h \
    279   $(SOPHYAINCP)ppfnametag.h \
    280   $(SOPHYAINCP)mutyv.h \
     257$(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc $(SOPHYAINCP)machdefs.h \
     258  $(SOPHYAINCP)osx_values.h \
     259  $(SOPHYAINCP)sopnamsp.h fitsmanager.h fitsinoutfile.h \
     260  $(SOPHYAINCP)pexceptions.h \
     261  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     262  $(SOPHYAINCP)anydataobj.h \
     263  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     264  $(SOPHYAINCP)ppfbinstream.h \
     265  $(SOPHYAINCP)rawstream.h \
     266  $(SOPHYAINCP)ppfnametag.h \
     267  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
    281268  $(SOPHYAINCP)FitsIO/fitsio.h \
    282269  $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h
    283270        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsmanager.cc
    284271 
    285 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
    286   $(SOPHYAINCP)sopnamsp.h \
    287   $(SOPHYAINCP)pexceptions.h \
    288   $(SOPHYAINCP)machdefs.h fitsntuple.h \
    289   $(SOPHYAINCP)ntuple.h \
    290   $(SOPHYAINCP)objfio.h \
    291   $(SOPHYAINCP)anydataobj.h \
    292   $(SOPHYAINCP)ppersist.h \
    293   $(SOPHYAINCP)gnumd5.h \
    294   $(SOPHYAINCP)ppfbinstream.h \
    295   $(SOPHYAINCP)rawstream.h \
    296   $(SOPHYAINCP)ppfnametag.h \
    297   $(SOPHYAINCP)ntupintf.h \
    298   $(SOPHYAINCP)dvlist.h \
    299   $(SOPHYAINCP)mutyv.h fitsfile.h \
    300   $(SOPHYAINCP)ndatablock.h \
     272$(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc $(SOPHYAINCP)sopnamsp.h \
     273  $(SOPHYAINCP)pexceptions.h \
     274  $(SOPHYAINCP)machdefs.h \
     275  $(SOPHYAINCP)osx_values.h fitsntuple.h \
     276  $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)objfio.h \
     277  $(SOPHYAINCP)anydataobj.h \
     278  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     279  $(SOPHYAINCP)ppfbinstream.h \
     280  $(SOPHYAINCP)rawstream.h \
     281  $(SOPHYAINCP)ppfnametag.h \
     282  $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \
     283  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     284  fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \
    301285  $(SOPHYAINCP)FitsIO/fitsio.h \
    302286  $(SOPHYAINCP)FitsIO/longnam.h
     
    306290  $(SOPHYAINCP)sopnamsp.h \
    307291  $(SOPHYAINCP)pexceptions.h \
    308   $(SOPHYAINCP)machdefs.h fitsspherehealpix.h \
     292  $(SOPHYAINCP)machdefs.h \
     293  $(SOPHYAINCP)osx_values.h fitsspherehealpix.h \
    309294  $(SOPHYAINCP)spherehealpix.h \
    310295  $(SOPHYAINCP)sphericalmap.h \
    311296  $(SOPHYAINCP)smathconst.h \
    312297  $(SOPHYAINCP)pixelmap.h \
    313   $(SOPHYAINCP)ppersist.h \
    314   $(SOPHYAINCP)gnumd5.h \
    315   $(SOPHYAINCP)ppfbinstream.h \
    316   $(SOPHYAINCP)rawstream.h \
    317   $(SOPHYAINCP)ppfnametag.h \
    318   $(SOPHYAINCP)dvlist.h \
    319   $(SOPHYAINCP)objfio.h \
    320   $(SOPHYAINCP)anydataobj.h \
    321   $(SOPHYAINCP)mutyv.h \
     298  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     299  $(SOPHYAINCP)ppfbinstream.h \
     300  $(SOPHYAINCP)rawstream.h \
     301  $(SOPHYAINCP)ppfnametag.h \
     302  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     303  $(SOPHYAINCP)anydataobj.h \
     304  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
    322305  $(SOPHYAINCP)spherepos.h \
    323306  $(SOPHYAINCP)unitvector.h \
     
    325308  $(SOPHYAINCP)longlat.h \
    326309  $(SOPHYAINCP)utilgeom.h \
    327   $(SOPHYAINCP)tvector.h \
    328   $(SOPHYAINCP)tmatrix.h \
    329   $(SOPHYAINCP)tarray.h \
    330   $(SOPHYAINCP)basarr.h \
     310  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     311  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
    331312  $(SOPHYAINCP)ndatablock.h \
    332313  $(SOPHYAINCP)utilarr.h \
    333   $(SOPHYAINCP)HEALPixUtils.h fitsfile.h \
     314  $(SOPHYAINCP)HEALPixUtils.h fitsfile.h fitsinoutfile.h \
    334315  $(SOPHYAINCP)FitsIO/fitsio.h \
    335316  $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h
     
    340321  $(SOPHYAINCP)pexceptions.h \
    341322  $(SOPHYAINCP)machdefs.h \
    342   fitsspherethetaphi.h \
     323  $(SOPHYAINCP)osx_values.h fitsspherethetaphi.h \
    343324  $(SOPHYAINCP)spherethetaphi.h \
    344325  $(SOPHYAINCP)sphericalmap.h \
    345326  $(SOPHYAINCP)smathconst.h \
    346327  $(SOPHYAINCP)pixelmap.h \
    347   $(SOPHYAINCP)ppersist.h \
    348   $(SOPHYAINCP)gnumd5.h \
    349   $(SOPHYAINCP)ppfbinstream.h \
    350   $(SOPHYAINCP)rawstream.h \
    351   $(SOPHYAINCP)ppfnametag.h \
    352   $(SOPHYAINCP)dvlist.h \
    353   $(SOPHYAINCP)objfio.h \
    354   $(SOPHYAINCP)anydataobj.h \
    355   $(SOPHYAINCP)mutyv.h \
     328  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     329  $(SOPHYAINCP)ppfbinstream.h \
     330  $(SOPHYAINCP)rawstream.h \
     331  $(SOPHYAINCP)ppfnametag.h \
     332  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     333  $(SOPHYAINCP)anydataobj.h \
     334  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
    356335  $(SOPHYAINCP)spherepos.h \
    357336  $(SOPHYAINCP)unitvector.h \
     
    359338  $(SOPHYAINCP)longlat.h \
    360339  $(SOPHYAINCP)utilgeom.h \
    361   $(SOPHYAINCP)tvector.h \
    362   $(SOPHYAINCP)tmatrix.h \
    363   $(SOPHYAINCP)tarray.h \
    364   $(SOPHYAINCP)basarr.h \
    365   $(SOPHYAINCP)ndatablock.h \
    366   $(SOPHYAINCP)utilarr.h fitsfile.h \
     340  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     341  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     342  $(SOPHYAINCP)ndatablock.h \
     343  $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \
    367344  $(SOPHYAINCP)FitsIO/fitsio.h \
    368345  $(SOPHYAINCP)FitsIO/longnam.h fitstarray.h
    369346        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsspherethetaphi.cc
    370347 
    371 $(SOPHYAOBJP)fitsswapper.o: fitsswapper.cc fitsswapper.h \
    372   $(SOPHYAINCP)machdefs.h \
    373   $(SOPHYAINCP)swsegdb.h \
    374   $(SOPHYAINCP)segdatablock.h \
    375   $(SOPHYAINCP)anydataobj.h \
    376   $(SOPHYAINCP)pexceptions.h \
    377   $(SOPHYAINCP)FitsIO/fitsio.h \
    378   $(SOPHYAINCP)FitsIO/longnam.h \
    379   $(SOPHYAINCP)sopnamsp.h
    380         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsswapper.cc
    381  
    382 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
    383   $(SOPHYAINCP)sopnamsp.h \
    384   $(SOPHYAINCP)machdefs.h \
     348$(SOPHYAOBJP)fitstarray.o: fitstarray.cc $(SOPHYAINCP)sopnamsp.h \
     349  $(SOPHYAINCP)machdefs.h \
     350  $(SOPHYAINCP)osx_values.h \
    385351  $(SOPHYAINCP)pexceptions.h fitstarray.h \
    386   $(SOPHYAINCP)tarray.h \
    387   $(SOPHYAINCP)basarr.h \
    388   $(SOPHYAINCP)anydataobj.h \
    389   $(SOPHYAINCP)mutyv.h \
     352  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     353  $(SOPHYAINCP)anydataobj.h \
     354  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     355  $(SOPHYAINCP)objfio.h $(SOPHYAINCP)ppersist.h \
     356  $(SOPHYAINCP)gnumd5.h \
     357  $(SOPHYAINCP)ppfbinstream.h \
     358  $(SOPHYAINCP)rawstream.h \
     359  $(SOPHYAINCP)ppfnametag.h \
    390360  $(SOPHYAINCP)dvlist.h \
    391   $(SOPHYAINCP)objfio.h \
    392   $(SOPHYAINCP)ppersist.h \
    393   $(SOPHYAINCP)gnumd5.h \
    394   $(SOPHYAINCP)ppfbinstream.h \
    395   $(SOPHYAINCP)rawstream.h \
    396   $(SOPHYAINCP)ppfnametag.h \
    397   $(SOPHYAINCP)ndatablock.h \
    398   $(SOPHYAINCP)utilarr.h fitsfile.h \
     361  $(SOPHYAINCP)ndatablock.h \
     362  $(SOPHYAINCP)utilarr.h fitsfile.h fitsinoutfile.h \
    399363  $(SOPHYAINCP)FitsIO/fitsio.h \
    400364  $(SOPHYAINCP)FitsIO/longnam.h
    401365        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitstarray.cc
    402366 
    403 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \
    404   $(SOPHYAINCP)sopnamsp.h \
    405   $(SOPHYAINCP)pexceptions.h \
    406   $(SOPHYAINCP)machdefs.h fitsxntuple.h \
     367$(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc $(SOPHYAINCP)sopnamsp.h \
     368  $(SOPHYAINCP)pexceptions.h \
     369  $(SOPHYAINCP)machdefs.h \
     370  $(SOPHYAINCP)osx_values.h fitsxntuple.h \
    407371  $(SOPHYAINCP)xntuple.h \
    408372  $(SOPHYAINCP)ntupintf.h \
     373  $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)gnumd5.h \
     374  $(SOPHYAINCP)ppfbinstream.h \
     375  $(SOPHYAINCP)rawstream.h \
     376  $(SOPHYAINCP)ppfnametag.h \
     377  $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
     378  $(SOPHYAINCP)anydataobj.h \
     379  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     380  fitsfile.h $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \
     381  $(SOPHYAINCP)FitsIO/fitsio.h \
     382  $(SOPHYAINCP)FitsIO/longnam.h
     383        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsxntuple.cc
     384 
     385$(SOPHYAOBJP)swfitsdtable.o: swfitsdtable.cc swfitsdtable.h \
     386  $(SOPHYAINCP)basedtable.h \
     387  $(SOPHYAINCP)machdefs.h \
     388  $(SOPHYAINCP)osx_values.h \
     389  $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \
     390  $(SOPHYAINCP)objfio.h \
     391  $(SOPHYAINCP)anydataobj.h \
    409392  $(SOPHYAINCP)ppersist.h \
    410   $(SOPHYAINCP)gnumd5.h \
    411   $(SOPHYAINCP)ppfbinstream.h \
    412   $(SOPHYAINCP)rawstream.h \
    413   $(SOPHYAINCP)ppfnametag.h \
    414   $(SOPHYAINCP)dvlist.h \
    415   $(SOPHYAINCP)objfio.h \
    416   $(SOPHYAINCP)anydataobj.h \
    417   $(SOPHYAINCP)mutyv.h fitsfile.h \
    418   $(SOPHYAINCP)ndatablock.h \
    419   $(SOPHYAINCP)FitsIO/fitsio.h \
    420   $(SOPHYAINCP)FitsIO/longnam.h
    421         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsxntuple.cc
    422  
     393  $(SOPHYAINCP)pexceptions.h \
     394  $(SOPHYAINCP)gnumd5.h \
     395  $(SOPHYAINCP)ppfbinstream.h \
     396  $(SOPHYAINCP)rawstream.h \
     397  $(SOPHYAINCP)ppfnametag.h \
     398  $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)timestamp.h \
     399  $(SOPHYAINCP)segdatablock.h \
     400  $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
     401  $(SOPHYAINCP)tarray.h $(SOPHYAINCP)basarr.h \
     402  $(SOPHYAINCP)ndatablock.h \
     403  $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)swsegdb.h \
     404  fitsswapper.h fitsinoutfile.h $(SOPHYAINCP)FitsIO/fitsio.h \
     405  $(SOPHYAINCP)FitsIO/longnam.h fitsblkrw.h \
     406  $(SOPHYAINCP)sopnamsp.h
     407        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  swfitsdtable.cc
     408 
Note: See TracChangeset for help on using the changeset viewer.