Changeset 1599 in Sophya


Ignore:
Timestamp:
Jul 30, 2001, 5:42:42 PM (24 years ago)
Author:
cmv
Message:

MAJ Makefile et fichier programs suite a la creation du module PrgMap (from PrgUtil) - cmv+Reza 30/07/2001

Location:
trunk/SophyaProg/PrgUtil
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/Makefile

    r1575 r1599  
    1515LIBSORA := $(LIBS)
    1616LDLIBS := $(LIBS) $(LDLIBS)
    17 PROGS = $(EXE)runcxx $(EXE)scanppf $(EXE)scanfits $(EXE)cl2map $(EXE)map2cl \
    18         $(EXE)prjsmap $(EXE)cremskfrsph $(EXE)msksphere $(EXE)extrapsph \
    19         $(EXE)extrap2sph
    20 
    21 PROBJS = $(OBJ)runcxx.o $(OBJ)scanppf.o $(OBJ)scanfits.o $(OBJ)cl2map.o \
    22          $(OBJ)map2cl.o $(OBJ)prjsmap.o $(OBJ)cremskfrsph.o $(OBJ)msksphere.o \
    23          $(OBJ)extrapsph.o $(OBJ)extrap2sph.o
     17PROGS = $(EXE)runcxx $(EXE)scanppf $(EXE)scanfits
     18PROBJS = $(OBJ)runcxx.o $(OBJ)scanppf.o $(OBJ)scanfits.o
    2419
    2520all: $(PROGS)
     
    4540        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    4641
    47 cl2map: $(EXE)cl2map
    48         @ echo cl2map done
    49 $(EXE)cl2map: $(OBJ)cl2map.o
    50         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    51 
    52 map2cl: $(EXE)map2cl
    53         @ echo map2cl done
    54 $(EXE)map2cl: $(OBJ)map2cl.o
    55         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    56 
    57 prjsmap: $(EXE)prjsmap
    58         @ echo prjsmap done
    59 $(EXE)prjsmap: $(OBJ)prjsmap.o
    60         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    61 
    62 cremskfrsph: $(EXE)cremskfrsph
    63         @ echo cremskfrsph done
    64 $(EXE)cremskfrsph: $(OBJ)cremskfrsph.o
    65         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    66 
    67 msksphere: $(EXE)msksphere
    68         @ echo msksphere done
    69 $(EXE)msksphere: $(OBJ)msksphere.o
    70         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    71 
    72 extrapsph: $(EXE)extrapsph
    73         @ echo extrapsph done
    74 $(EXE)extrapsph: $(OBJ)extrapsph.o
    75         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    76 
    77 extrap2sph: $(EXE)extrap2sph
    78         @ echo extrap2sph done
    79 $(EXE)extrap2sph: $(OBJ)extrap2sph.o
    80         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    81 
    82 : $(EXE)
    83 
    84 $(EXE):
    85         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    86  
    87 $(OBJ)cl2map.o: cl2map.cc $(INC)machdefs.h \
    88  $(INC)nbmath.h \
    89  $(INC)smathconst.h \
    90  $(INC)timing.h \
    91  $(INC)array.h \
    92  $(INC)tarray.h \
    93  $(INC)basarr.h \
    94  $(INC)anydataobj.h \
    95  $(INC)mutyv.h \
    96  $(INC)dvlist.h \
    97  $(INC)objfio.h \
    98  $(INC)ppersist.h \
    99  $(INC)pexceptions.h \
    100  $(INC)gnumd5.h \
    101  $(INC)ndatablock.h \
    102  $(INC)utilarr.h \
    103  $(INC)tmatrix.h \
    104  $(INC)tvector.h \
    105  $(INC)matharr.h \
    106  $(INC)fioarr.h \
    107  $(INC)sopemtx.h \
    108  $(INC)skymap.h \
    109  $(INC)spherethetaphi.h \
    110  $(INC)sphericalmap.h \
    111  $(INC)pixelmap.h \
    112  $(INC)spherepos.h \
    113  $(INC)unitvector.h \
    114  $(INC)vector3d.h \
    115  $(INC)longlat.h \
    116  $(INC)utilgeom.h \
    117  $(INC)spherehealpix.h \
    118  $(INC)HEALPixUtils.h \
    119  $(INC)localmap.h \
    120  $(INC)fiospherethetaphi.h \
    121  $(INC)fiospherehealpix.h \
    122  $(INC)fiolocalmap.h \
    123  $(INC)samba.h \
    124  $(INC)alm.h \
    125  $(INC)nbrandom.h \
    126  $(INC)srandgen.h \
    127  $(INC)triangmtx.h \
    128  $(INC)bruit.h \
    129  $(INC)circle.h \
    130  $(INC)geometry.h \
    131  $(INC)lambdaBuilder.h \
    132  $(INC)misstime.h \
    133  $(INC)mlobe.h \
    134  $(INC)prefcount.h \
    135  $(INC)scan.h \
    136  $(INC)sphericaltransformserver.h \
    137  $(INC)fftservintf.h \
    138  $(INC)fftpserver.h \
    139  $(INC)tod.h \
    140  $(INC)sambainit.h \
    141  $(INC)skymapinit.h \
    142  $(INC)sophyainit.h \
    143  $(INC)ntoolsinit.h \
    144  $(INC)tarrinit.h \
    145  $(INC)fitsspherehealpix.h \
    146  $(INC)fitsfile.h \
    147  $(INC)fitstarray.h
    148 $(OBJ)map2cl.o: map2cl.cc $(INC)machdefs.h \
    149  $(INC)nbmath.h \
    150  $(INC)smathconst.h \
    151  $(INC)timing.h \
    152  $(INC)array.h \
    153  $(INC)tarray.h \
    154  $(INC)basarr.h \
    155  $(INC)anydataobj.h \
    156  $(INC)mutyv.h \
    157  $(INC)dvlist.h \
    158  $(INC)objfio.h \
    159  $(INC)ppersist.h \
    160  $(INC)pexceptions.h \
    161  $(INC)gnumd5.h \
    162  $(INC)ndatablock.h \
    163  $(INC)utilarr.h \
    164  $(INC)tmatrix.h \
    165  $(INC)tvector.h \
    166  $(INC)matharr.h \
    167  $(INC)fioarr.h \
    168  $(INC)sopemtx.h \
    169  $(INC)skymap.h \
    170  $(INC)spherethetaphi.h \
    171  $(INC)sphericalmap.h \
    172  $(INC)pixelmap.h \
    173  $(INC)spherepos.h \
    174  $(INC)unitvector.h \
    175  $(INC)vector3d.h \
    176  $(INC)longlat.h \
    177  $(INC)utilgeom.h \
    178  $(INC)spherehealpix.h \
    179  $(INC)HEALPixUtils.h \
    180  $(INC)localmap.h \
    181  $(INC)fiospherethetaphi.h \
    182  $(INC)fiospherehealpix.h \
    183  $(INC)fiolocalmap.h \
    184  $(INC)samba.h \
    185  $(INC)alm.h \
    186  $(INC)nbrandom.h \
    187  $(INC)srandgen.h \
    188  $(INC)triangmtx.h \
    189  $(INC)bruit.h \
    190  $(INC)circle.h \
    191  $(INC)geometry.h \
    192  $(INC)lambdaBuilder.h \
    193  $(INC)misstime.h \
    194  $(INC)mlobe.h \
    195  $(INC)prefcount.h \
    196  $(INC)scan.h \
    197  $(INC)sphericaltransformserver.h \
    198  $(INC)fftservintf.h \
    199  $(INC)fftpserver.h \
    200  $(INC)tod.h \
    201  $(INC)sambainit.h \
    202  $(INC)skymapinit.h \
    203  $(INC)sophyainit.h \
    204  $(INC)ntoolsinit.h \
    205  $(INC)tarrinit.h \
    206  $(INC)fitsspherehealpix.h \
    207  $(INC)fitsfile.h \
    208  $(INC)fitstarray.h
    209 $(OBJ)prjsmap.o: prjsmap.cc $(INC)machdefs.h \
    210  $(INC)nbmath.h \
    211  $(INC)smathconst.h \
    212  $(INC)timing.h \
    213  $(INC)array.h \
    214  $(INC)tarray.h \
    215  $(INC)basarr.h \
    216  $(INC)anydataobj.h \
    217  $(INC)mutyv.h \
    218  $(INC)dvlist.h \
    219  $(INC)objfio.h \
    220  $(INC)ppersist.h \
    221  $(INC)pexceptions.h \
    222  $(INC)gnumd5.h \
    223  $(INC)ndatablock.h \
    224  $(INC)utilarr.h \
    225  $(INC)tmatrix.h \
    226  $(INC)tvector.h \
    227  $(INC)matharr.h \
    228  $(INC)fioarr.h \
    229  $(INC)sopemtx.h \
    230  $(INC)skymap.h \
    231  $(INC)spherethetaphi.h \
    232  $(INC)sphericalmap.h \
    233  $(INC)pixelmap.h \
    234  $(INC)spherepos.h \
    235  $(INC)unitvector.h \
    236  $(INC)vector3d.h \
    237  $(INC)longlat.h \
    238  $(INC)utilgeom.h \
    239  $(INC)spherehealpix.h \
    240  $(INC)HEALPixUtils.h \
    241  $(INC)localmap.h \
    242  $(INC)fiospherethetaphi.h \
    243  $(INC)fiospherehealpix.h \
    244  $(INC)fiolocalmap.h \
    245  $(INC)samba.h \
    246  $(INC)alm.h \
    247  $(INC)nbrandom.h \
    248  $(INC)srandgen.h \
    249  $(INC)triangmtx.h \
    250  $(INC)bruit.h \
    251  $(INC)circle.h \
    252  $(INC)geometry.h \
    253  $(INC)lambdaBuilder.h \
    254  $(INC)misstime.h \
    255  $(INC)mlobe.h \
    256  $(INC)prefcount.h \
    257  $(INC)scan.h \
    258  $(INC)sphericaltransformserver.h \
    259  $(INC)fftservintf.h \
    260  $(INC)fftpserver.h \
    261  $(INC)tod.h \
    262  $(INC)sambainit.h \
    263  $(INC)skymapinit.h \
    264  $(INC)sophyainit.h \
    265  $(INC)ntoolsinit.h \
    266  $(INC)tarrinit.h \
    267  $(INC)fitsspherehealpix.h \
    268  $(INC)fitsfile.h \
    269  $(INC)fitstarray.h
    27042$(OBJ)runcxx.o: runcxx.cc $(INC)sambainit.h \
    27143 $(INC)skymapinit.h \
     
    30880 $(INC)ntoolsinit.h \
    30981 $(INC)tarrinit.h
    310 $(OBJ)cremskfrsph.o: cremskfrsph.cc \
    311  $(INC)machdefs.h \
    312  $(INC)skymapinit.h \
    313  $(INC)sophyainit.h \
    314  $(INC)skymap.h \
    315  $(INC)spherethetaphi.h \
    316  $(INC)sphericalmap.h \
    317  $(INC)smathconst.h \
    318  $(INC)pixelmap.h \
    319  $(INC)ppersist.h \
    320  $(INC)pexceptions.h \
    321  $(INC)gnumd5.h \
    322  $(INC)dvlist.h \
    323  $(INC)objfio.h \
    324  $(INC)anydataobj.h \
    325  $(INC)mutyv.h \
    326  $(INC)spherepos.h \
    327  $(INC)unitvector.h \
    328  $(INC)vector3d.h \
    329  $(INC)longlat.h \
    330  $(INC)utilgeom.h \
    331  $(INC)tvector.h \
    332  $(INC)tmatrix.h \
    333  $(INC)tarray.h \
    334  $(INC)basarr.h \
    335  $(INC)ndatablock.h \
    336  $(INC)utilarr.h \
    337  $(INC)spherehealpix.h \
    338  $(INC)HEALPixUtils.h \
    339  $(INC)localmap.h \
    340  $(INC)fiospherethetaphi.h \
    341  $(INC)fiospherehealpix.h \
    342  $(INC)fiolocalmap.h \
    343  $(INC)fitsspherehealpix.h \
    344  $(INC)fitsfile.h
    345 $(OBJ)extrapsph.o: extrapsph.cc \
    346  $(INC)machdefs.h \
    347  $(INC)skymapinit.h \
    348  $(INC)sophyainit.h \
    349  $(INC)skymap.h \
    350  $(INC)spherethetaphi.h \
    351  $(INC)sphericalmap.h \
    352  $(INC)smathconst.h \
    353  $(INC)pixelmap.h \
    354  $(INC)ppersist.h \
    355  $(INC)pexceptions.h \
    356  $(INC)gnumd5.h \
    357  $(INC)dvlist.h \
    358  $(INC)objfio.h \
    359  $(INC)anydataobj.h \
    360  $(INC)mutyv.h \
    361  $(INC)spherepos.h \
    362  $(INC)unitvector.h \
    363  $(INC)vector3d.h \
    364  $(INC)longlat.h \
    365  $(INC)utilgeom.h \
    366  $(INC)tvector.h \
    367  $(INC)tmatrix.h \
    368  $(INC)tarray.h \
    369  $(INC)basarr.h \
    370  $(INC)ndatablock.h \
    371  $(INC)utilarr.h \
    372  $(INC)spherehealpix.h \
    373  $(INC)HEALPixUtils.h \
    374  $(INC)localmap.h \
    375  $(INC)fiospherethetaphi.h \
    376  $(INC)fiospherehealpix.h \
    377  $(INC)fiolocalmap.h \
    378  $(INC)fitsspherehealpix.h \
    379  $(INC)fitsfile.h
    380 $(OBJ)extrap2sph.o: extrap2sph.cc \
    381  $(INC)machdefs.h \
    382  $(INC)skymapinit.h \
    383  $(INC)sophyainit.h \
    384  $(INC)skymap.h \
    385  $(INC)spherethetaphi.h \
    386  $(INC)sphericalmap.h \
    387  $(INC)smathconst.h \
    388  $(INC)pixelmap.h \
    389  $(INC)ppersist.h \
    390  $(INC)pexceptions.h \
    391  $(INC)gnumd5.h \
    392  $(INC)dvlist.h \
    393  $(INC)objfio.h \
    394  $(INC)anydataobj.h \
    395  $(INC)mutyv.h \
    396  $(INC)spherepos.h \
    397  $(INC)unitvector.h \
    398  $(INC)vector3d.h \
    399  $(INC)longlat.h \
    400  $(INC)utilgeom.h \
    401  $(INC)tvector.h \
    402  $(INC)tmatrix.h \
    403  $(INC)tarray.h \
    404  $(INC)basarr.h \
    405  $(INC)ndatablock.h \
    406  $(INC)utilarr.h \
    407  $(INC)spherehealpix.h \
    408  $(INC)HEALPixUtils.h \
    409  $(INC)localmap.h \
    410  $(INC)fiospherethetaphi.h \
    411  $(INC)fiospherehealpix.h \
    412  $(INC)fiolocalmap.h \
    413  $(INC)fitsspherehealpix.h \
    414  $(INC)fitsfile.h
    415 $(OBJ)msksphere.o: msksphere.cc \
    416  $(INC)machdefs.h \
    417  $(INC)skymapinit.h \
    418  $(INC)sophyainit.h \
    419  $(INC)skymap.h \
    420  $(INC)spherethetaphi.h \
    421  $(INC)sphericalmap.h \
    422  $(INC)smathconst.h \
    423  $(INC)pixelmap.h \
    424  $(INC)ppersist.h \
    425  $(INC)pexceptions.h \
    426  $(INC)gnumd5.h \
    427  $(INC)dvlist.h \
    428  $(INC)objfio.h \
    429  $(INC)anydataobj.h \
    430  $(INC)mutyv.h \
    431  $(INC)spherepos.h \
    432  $(INC)unitvector.h \
    433  $(INC)vector3d.h \
    434  $(INC)longlat.h \
    435  $(INC)utilgeom.h \
    436  $(INC)tvector.h \
    437  $(INC)tmatrix.h \
    438  $(INC)tarray.h \
    439  $(INC)basarr.h \
    440  $(INC)ndatablock.h \
    441  $(INC)utilarr.h \
    442  $(INC)spherehealpix.h \
    443  $(INC)HEALPixUtils.h \
    444  $(INC)localmap.h \
    445  $(INC)fiospherethetaphi.h \
    446  $(INC)fiospherehealpix.h \
    447  $(INC)fiolocalmap.h \
    448  $(INC)fitsspherehealpix.h \
    449  $(INC)fitsfile.h
  • trunk/SophyaProg/PrgUtil/programs

    r1526 r1599  
    22scanppf scanppf.o
    33scanfits scanfits.o
    4 cl2map cl2map.o
    5 map2cl map2cl.o
    6 prjsmap prjsmap.o
    7 cremskfrsph cremskfrsph.o
    8 extrapsph extrapsph.o
    9 extrap2sph extrap2sph.o
Note: See TracChangeset for help on using the changeset viewer.