Changeset 919 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
Apr 13, 2000, 6:38:15 PM (25 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 13/4/2000

Location:
trunk/SophyaExt
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r825 r919  
    33all: $(LIB)libFitsIOServer.a
    44clean:
    5         rm -f $(OBJ)fitsioserver.o
     5        rm -f $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    66        rm -f $(LIB)libFitsIOServer.a
    7 $(LIB)libFitsIOServer.a : $(OBJ)fitsioserver.o
     7$(LIB)libFitsIOServer.a : $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
    13 $(OBJ)fitsioserver.o : fitsioserver.cc fitsioserver.h $(INC)machdefs.h $(INC)tarray.h
     13$(OBJ)fitsfile.o: fitsfile.cc fitsfile.h \
     14 $(INC)ndatablock.h \
     15 $(INC)machdefs.h \
     16 $(INC)anydataobj.h \
     17 $(INC)dvlist.h \
     18 $(INC)objfio.h \
     19 $(INC)ppersist.h \
     20 $(INC)pexceptions.h \
     21 $(INC)gnumd5.h \
     22 $(EXTINCPATH)FitsIO/fitsio.h \
     23 $(EXTINCPATH)FitsIO/longnam.h \
     24 $(INC)strutil.h fitsspherehealpix.h \
     25 $(INC)spherehealpix.h \
     26 $(INC)sphericalmap.h \
     27 $(INC)smathconst.h \
     28 $(INC)pixelmap.h \
     29 $(INC)spherepos.h \
     30 $(INC)unitvector.h \
     31 $(INC)vector3d.h \
     32 $(INC)longlat.h \
     33 $(INC)utilgeom.h \
     34 $(INC)tvector.h \
     35 $(INC)tmatrix.h \
     36 $(INC)tarray.h \
     37 $(INC)basarr.h \
     38 $(INC)utilarr.h
     39$(OBJ)fitsioserver.o: fitsioserver.cc \
     40 $(INC)machdefs.h fitsioserver.h \
     41 $(INC)tarray.h \
     42 $(INC)basarr.h \
     43 $(INC)anydataobj.h \
     44 $(INC)dvlist.h \
     45 $(INC)objfio.h \
     46 $(INC)ppersist.h \
     47 $(INC)pexceptions.h \
     48 $(INC)gnumd5.h \
     49 $(INC)ndatablock.h \
     50 $(INC)utilarr.h \
     51 $(INC)tmatrix.h \
     52 $(INC)tvector.h \
     53 $(INC)skymap.h \
     54 $(INC)spherethetaphi.h \
     55 $(INC)sphericalmap.h \
     56 $(INC)smathconst.h \
     57 $(INC)pixelmap.h \
     58 $(INC)spherepos.h \
     59 $(INC)unitvector.h \
     60 $(INC)vector3d.h \
     61 $(INC)longlat.h \
     62 $(INC)utilgeom.h \
     63 $(INC)spherehealpix.h \
     64 $(INC)localmap.h \
     65 $(INC)fiospherethetaphi.h \
     66 $(INC)fiospherehealpix.h \
     67 $(INC)fiolocalmap.h \
     68 $(INC)ntuple.h \
     69 $(INC)ntupintf.h \
     70 $(INC)cimage.h \
     71 $(INC)rzimage.h \
     72 $(INC)rzvect.h \
     73 $(INC)perrors.h \
     74 $(INC)datatypes.h \
     75 $(EXTINCPATH)FitsIO/fitsio.h \
     76 $(EXTINCPATH)FitsIO/longnam.h \
     77 $(INC)strutil.h
     78$(OBJ)fitsntuple.o: fitsntuple.cc \
     79 $(INC)pexceptions.h \
     80 $(INC)machdefs.h fitsntuple.h \
     81 $(INC)ntuple.h \
     82 $(INC)objfio.h \
     83 $(INC)anydataobj.h \
     84 $(INC)ppersist.h \
     85 $(INC)gnumd5.h \
     86 $(INC)ntupintf.h \
     87 $(INC)dvlist.h fitsfile.h \
     88 $(INC)ndatablock.h \
     89 $(EXTINCPATH)FitsIO/fitsio.h \
     90 $(EXTINCPATH)FitsIO/longnam.h
     91$(OBJ)fitsspherehealpix.o: fitsspherehealpix.cc \
     92 $(INC)pexceptions.h \
     93 $(INC)machdefs.h fitsspherehealpix.h \
     94 $(INC)spherehealpix.h \
     95 $(INC)sphericalmap.h \
     96 $(INC)smathconst.h \
     97 $(INC)pixelmap.h \
     98 $(INC)ppersist.h \
     99 $(INC)gnumd5.h \
     100 $(INC)dvlist.h \
     101 $(INC)objfio.h \
     102 $(INC)anydataobj.h \
     103 $(INC)spherepos.h \
     104 $(INC)unitvector.h \
     105 $(INC)vector3d.h \
     106 $(INC)longlat.h \
     107 $(INC)utilgeom.h \
     108 $(INC)tvector.h \
     109 $(INC)tmatrix.h \
     110 $(INC)tarray.h \
     111 $(INC)basarr.h \
     112 $(INC)ndatablock.h \
     113 $(INC)utilarr.h fitsfile.h \
     114 $(EXTINCPATH)FitsIO/fitsio.h \
     115 $(EXTINCPATH)FitsIO/longnam.h
     116$(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \
     117 $(INC)pexceptions.h fitstarray.h \
     118 $(INC)tarray.h \
     119 $(INC)basarr.h \
     120 $(INC)anydataobj.h \
     121 $(INC)dvlist.h \
     122 $(INC)objfio.h \
     123 $(INC)ppersist.h \
     124 $(INC)gnumd5.h \
     125 $(INC)ndatablock.h \
     126 $(INC)utilarr.h fitsfile.h \
     127 $(EXTINCPATH)FitsIO/fitsio.h \
     128 $(EXTINCPATH)FitsIO/longnam.h
     129$(OBJ)fitsxntuple.o: fitsxntuple.cc \
     130 $(INC)pexceptions.h \
     131 $(INC)machdefs.h fitsxntuple.h \
     132 $(INC)xntuple.h \
     133 $(INC)objfio.h \
     134 $(INC)anydataobj.h \
     135 $(INC)ppersist.h \
     136 $(INC)gnumd5.h \
     137 $(INC)ntupintf.h \
     138 $(INC)dvlist.h fitsfile.h \
     139 $(INC)ndatablock.h \
     140 $(EXTINCPATH)FitsIO/fitsio.h \
     141 $(EXTINCPATH)FitsIO/longnam.h
  • trunk/SophyaExt/FitsIOServer/objlist.list

    r664 r919  
     1fitsfile.o
    12fitsioserver.o
     3fitsntuple.o
     4fitsspherehealpix.o
     5fitstarray.o
     6fitsxntuple.o
  • trunk/SophyaExt/IFFTW/Makefile

    r825 r919  
    1111endif
    1212 
    13 $(OBJ)fftwserver.o : fftwserver.cc $(INC)machdefs.h $(INC)fftservintf.h
    14 
     13$(OBJ)fftwserver.o: fftwserver.cc fftwserver.h \
     14 $(INC)machdefs.h \
     15 $(INC)fftservintf.h \
     16 $(INC)pexceptions.h \
     17 $(INC)tmatrix.h \
     18 $(INC)tarray.h \
     19 $(INC)basarr.h \
     20 $(INC)anydataobj.h \
     21 $(INC)dvlist.h \
     22 $(INC)objfio.h \
     23 $(INC)ppersist.h \
     24 $(INC)gnumd5.h \
     25 $(INC)ndatablock.h \
     26 $(INC)utilarr.h \
     27 $(INC)tvector.h \
     28 $(EXTINCPATH)FFTW/fftw.h \
     29 $(EXTINCPATH)FFTW/rfftw.h
  • trunk/SophyaExt/LinAlg/Makefile

    r824 r919  
    1313$(OBJ)intflapack.o: intflapack.cc intflapack.h \
    1414 $(INC)machdefs.h \
    15  $(INC)pclassids.h \
    1615 $(INC)tarray.h \
    1716 $(INC)basarr.h \
Note: See TracChangeset for help on using the changeset viewer.