[672] | 1 | include ../Mgr/Makefile.h
|
---|
| 2 |
|
---|
| 3 | all: $(LIB)libFitsIOServer.a
|
---|
| 4 | clean:
|
---|
[919] | 5 | rm -f $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
|
---|
[672] | 6 | rm -f $(LIB)libFitsIOServer.a
|
---|
[919] | 7 | $(LIB)libFitsIOServer.a : $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
|
---|
[672] | 8 | $(ARCXX) $(ARCXXFLAGS) $@ $?
|
---|
| 9 | ifeq ($(CXX),cxx)
|
---|
[824] | 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
---|
[672] | 11 | endif
|
---|
| 12 |
|
---|
[919] | 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
|
---|