Changeset 510 in Sophya
- Timestamp:
- Oct 25, 1999, 5:54:39 PM (26 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r229 r510 3 3 all: $(LIB)libSysTools.a 4 4 clean: 5 rm -f $(OBJ)ctimer.o $(OBJ) exceptions.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)timing.o5 rm -f $(OBJ)ctimer.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)peidainit.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)md5.o $(OBJ)timing.o 6 6 rm $(LIB)libSysTools.a 7 $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ) exceptions.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)timing.o8 $(AR ) $(ARFLAGS) $@ $?7 $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)md5.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)peidainit.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)timing.o 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -lNTools - o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -lNTools -lSamba -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 $(OBJ)ctimer.o: ctimer.cc defs.h ctimer.h \ 14 $(INC)peida.h \ 15 $(INC)defs.h \ 16 $(INC)utils.h \ 17 $(INC)machine.h \ 18 $(INC)perrors.h \ 19 $(INC)exceptions.h \ 20 $(INC)peidainit.h \ 21 $(INC)fmath.h 22 $(OBJ)exceptions.o: exceptions.cc defs.h exceptions.h peidainit.h perrors.h 23 $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h defs.h 24 $(OBJ)periodic.o: periodic.cc defs.h periodic.h 25 $(OBJ)ppersist.o: ppersist.cc defs.h peidainit.h ppersist.h machine.h \ 26 perrors.h exceptions.h $(INC)pclassids.h \ 27 $(INC)dates.h \ 28 $(INC)exceptions.h 29 $(OBJ)psighand.o: psighand.cc psighand.h defs.h perrors.h exceptions.h \ 30 peidainit.h 13 $(OBJ)ctimer.o: ctimer.cc machdefs.h \ 14 $(INC)pclassids.h ctimer.h 15 $(OBJ)ndatablock.o: ndatablock.cc machdefs.h \ 16 $(INC)pclassids.h pexceptions.h \ 17 ndatablock.h anydataobj.h ppersist.h md5.h objfio.h piocmplx.h 18 $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h machdefs.h \ 19 $(INC)pclassids.h 20 $(OBJ)peidainit.o: peidainit.cc machdefs.h \ 21 $(INC)pclassids.h pexceptions.h ppersist.h \ 22 md5.h peidainit.h ndatablock.h anydataobj.h 23 $(OBJ)periodic.o: periodic.cc machdefs.h \ 24 $(INC)pclassids.h periodic.h 25 $(OBJ)pexceptions.o: pexceptions.cc pexceptions.h machdefs.h \ 26 $(INC)pclassids.h 27 $(OBJ)ppersist.o: ppersist.cc machdefs.h \ 28 $(INC)pclassids.h pexceptions.h peidainit.h \ 29 ppersist.h md5.h 30 $(OBJ)psighand.o: psighand.cc psighand.h machdefs.h \ 31 $(INC)pclassids.h pexceptions.h 32 $(OBJ)md5.o: md5.c md5.h 31 33 $(OBJ)timing.o: timing.c -
trunk/SophyaLib/Mgr/Makefile
r258 r510 1 1 include Mgr/Makefile.h 2 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libSamba.a 3 LIBS = -L$(LIB) -lSysTools -lNTools -lSamba -l m2 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libSamba.a $(LIB)libFitsIOServer.a 3 LIBS = -L$(LIB) -lSysTools -lNTools -lSamba -lFitsIOServer -lm 4 4 LIBG = -L$(GLB) -lstdc++ 5 ifeq ($(HOSTTYPE), powerpc) 6 LIBG = -L$(GLB) 7 endif 5 8 6 9 defaut: libs … … 13 16 # pour instantiation automatique/manuels 14 17 15 cxxlibs: Blitz SysTools NTools Samba 18 cxxlibs: Blitz SysTools NTools Samba FitsIOServer 16 19 17 20 .PHONY: Blitz … … 31 34 if [ -d Samba ] ; then cd Samba ; $(MAKE) ; fi 32 35 36 .PHONY: FitsIOServer 37 FitsIOServer: 38 if [ -d FitsIOServer ] ; then cd FitsIOServer ; $(MAKE) ; fi 39 33 40 .PHONY: PI 34 41 PI: … … 42 49 slbpi: slb $(SLB)libPI.so 43 50 51 # Chemin des librairies Motifs / X11 (pour chemin non standard) 52 LIBXPATH := 44 53 # Commande de construction de shared-lib 45 54 CMDSHL := ld -partage … … 55 64 CMDTILSHL := echo 'Cas Non Prevu' 56 65 CMDTILSHLPI := echo 'Cas Non Prevu' 57 # Chemin des librairies Motifs / X11 (pour chemin non standard) 58 LIBXPATH := 66 # Utilisation du compilo C++ comme driver pour fabrication des shared-libs 67 CMDSHLCXX := $(LINK.cc) 68 FGSHLACXX := 69 FGSHLNCXX := 70 # S'il faut utiliser $(CMDSHLCXX) pour fabrication des shared-libs 71 USECXX4SO := N 72 # On utilise le compilo g++ pour la fabrication des shared libs 73 ifeq ($(EROSCXX), g++) 74 override USECXX4SO := Y 75 override CMDSHLCXX := $(LINK.cc) -shared 76 endif 77 78 # On utilise le compilo KCC pour la fabrication des shared libs 79 ifeq ($(EROSCXX), KCC) 80 override USECXX4SO := Y 81 override CMDSHLCXX := $(LINK.cc) 82 endif 83 84 # On utilise le compilo aCC (HP) pour la fabrication des shared libs 85 ifeq ($(EROSCXX), aCC) 86 override USECXX4SO := Y 87 override CMDSHLCXX := $(LINK.cc) -b 88 endif 59 89 60 90 # Construction de shared-libs sous OSF1 … … 74 104 override TILSHLPI := 75 105 override CMDTILSHLPI := echo 'No Template instanciation library' 106 override USECXX4SO := N 76 107 endif 77 override CMDSHLCXX := $(LINK.cc) -shared 108 # Attention - Dangereux de mettre -expect_unresolved , $CHECK$ Reza 20/10/99 109 override CMDSHLCXX := $(LINK.cc) -shared -expect_unresolved '*' 78 110 override FGSHLACXX := 79 111 override FGSHLNCXX := … … 86 118 override FGSHLN := --no-whole-archiv 87 119 override CMDSHLCXX := $(LINK.cc) -shared 120 ifeq ($(EROSCXX), KCC) 121 override CMDSHLCXX := $(LINK.cc) 122 endif 88 123 override FGSHLACXX := 89 124 override FGSHLNCXX := … … 91 126 override TILSHL := 92 127 override CMDTILSHL := echo 'No Template instanciation library' 128 override LIBXPATH := -L/usr/X11/lib -L/usr/X11R6/lib 129 endif 130 131 # Construction de shared-libs sous Sun-OS 132 ifeq ($(MACHEROS),SunOS) 133 override CMDSHL := ld -G 134 override FGSHLA := -z allextract 135 override FGSHLN := -z weakextract 136 override LIBLSHL := $(LIBG) -lm -lc 137 override TILSHL := 138 override CMDTILSHL := echo 'No Template instanciation library' 93 139 override LIBXPATH := -L/usr/X11/lib 140 override USECXX4SO := Y 141 endif 142 143 # Construction de shared-libs sous SGI 144 ifeq ($(MACHEROS), IRIX64) 145 override CMDSHL := ld -shared 146 override FGSHLA := -all 147 override FGSHLN := -notall 148 override LIBLSHL := $(LIBG) -lm -lc 149 override TILSHL := 150 override CMDTILSHL := echo 'No Template instanciation library' 151 ifeq ($(EROSCXX), CC) 152 override CMDSHLCXX := CC -shared 153 override LIBLSHL := -lm -lc 154 endif 155 override LIBXPATH := -L/usr/X11/lib 156 override USECXX4SO := Y 94 157 endif 95 158 … … 99 162 OBJBlitz = $(shell echo `cat ./Blitz/Blitz.o.list`) 100 163 OBJSamba = $(shell echo `cat ./Samba/Samba.o.list`) 164 OBJFitsIOServer = $(shell echo `cat ./FitsIOServer/FitsIOServer.o.list`) 101 165 OBJPI = $(shell echo `cat ./PI/PI.o.list`) 102 166 OBJPIext = $(shell echo `cat ./PIext/PIext.o.list`) … … 110 174 cd $(OBJ); \ 111 175 $(CMDSHLCXX) -o $(SLB)libtools.so \ 112 $(FGSHLACXX) $(OBJSysTools) $(OBJNTools) $(OBJSamba) $(OBJ Blitz) $(TILSHL) \113 $(FGSHLNCXX) -L$(SLB) $(LIBLSHL) 176 $(FGSHLACXX) $(OBJSysTools) $(OBJNTools) $(OBJSamba) $(OBJFitsIOServer) $(OBJBlitz) $(TILSHL) \ 177 $(FGSHLNCXX) -L$(SLB) $(LIBLSHL) $(FITSIOLIB) 114 178 115 179 -
trunk/SophyaLib/NTools/Makefile
r231 r510 3 3 all: $(LIB)libNTools.a 4 4 clean: 5 rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ) generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)median.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)utils.o $(OBJ)datime.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)strutil.o5 rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftserver.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)median.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o $(OBJ)datime.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)strutil.o 6 6 rm $(LIB)libNTools.a 7 $(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)strutil.o $(OBJ)tabmath.o $(OBJ)utils.o8 $(AR ) $(ARFLAGS) $@ $?7 $(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)cvector.o $(OBJ)datacards.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dvlist.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftpackc.o $(OBJ)fftserver.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)hisprof.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)linfit.o $(OBJ)matrix.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)outilsinit.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)pversion.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)strutil.o $(OBJ)tabmath.o $(OBJ)tmatrix.o $(OBJ)tvector.o $(OBJ)utils.o 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools - o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lNTools -lSamba -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 $(OBJ)cimage.o: cimage.cc $(INC)defs.h \ 14 $(INC)perrors.h \ 15 $(INC)exceptions.h \ 16 $(INC)peidainit.h cimage.h rzimage.h rzvect.h \ 17 $(INC)machine.h datatypes.h \ 18 $(INC)ppersist.h \ 19 $(INC)pclassids.h dvlist.h fct1dfit.h \ 20 generalfit.h matrix.h peida.h utils.h fmath.h cvector.h generaldata.h \ 13 $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h \ 15 $(INC)perrors.h \ 16 $(INC)pexceptions.h cimage.h rzimage.h \ 17 rzvect.h datatypes.h $(INC)ppersist.h \ 18 $(INC)md5.h dvlist.h \ 19 $(INC)objfio.h \ 20 $(INC)anydataobj.h fct1dfit.h generalfit.h \ 21 matrix.h peida.h utils.h fmath.h cvector.h generaldata.h ntupintf.h \ 21 22 poly.h histos.h nbconst.h 22 $(OBJ)cspline.o: cspline.cc $(INC)defs.h nbtri.h \ 23 cspline.h cvector.h matrix.h peida.h utils.h \ 24 $(INC)perrors.h \ 25 $(INC)exceptions.h \ 26 $(INC)peidainit.h fmath.h \ 27 $(INC)ppersist.h \ 23 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 24 $(INC)pclassids.h nbtri.h cspline.h \ 25 cvector.h matrix.h peida.h utils.h \ 26 $(INC)perrors.h \ 27 $(INC)pexceptions.h fmath.h \ 28 $(INC)ppersist.h \ 29 $(INC)md5.h 30 $(OBJ)cvector.o: cvector.cc $(INC)machdefs.h \ 31 $(INC)pclassids.h cvector.h matrix.h \ 32 peida.h utils.h $(INC)perrors.h \ 33 $(INC)pexceptions.h fmath.h \ 34 $(INC)ppersist.h \ 35 $(INC)md5.h generalfit.h generaldata.h \ 36 $(INC)objfio.h \ 37 $(INC)anydataobj.h ntupintf.h poly.h \ 38 tvector.h tmatrix.h $(INC)ndatablock.h 39 $(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \ 40 $(INC)pclassids.h datacards.h peida.h \ 41 utils.h $(INC)perrors.h \ 42 $(INC)pexceptions.h fmath.h 43 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 44 $(INC)machdefs.h \ 28 45 $(INC)pclassids.h 29 $(OBJ)cvector.o: cvector.cc $(INC)defs.h cvector.h \ 30 matrix.h peida.h utils.h $(INC)machine.h \ 31 $(INC)perrors.h \ 32 $(INC)exceptions.h \ 33 $(INC)peidainit.h fmath.h \ 34 $(INC)ppersist.h \ 35 $(INC)pclassids.h generalfit.h generaldata.h \ 36 poly.h 37 $(OBJ)datacards.o: datacards.cc $(INC)defs.h \ 38 datacards.h peida.h utils.h $(INC)machine.h \ 39 $(INC)perrors.h \ 40 $(INC)exceptions.h \ 41 $(INC)peidainit.h fmath.h 42 $(OBJ)datatypes.o: datatypes.cc $(INC)defs.h \ 43 datatypes.h $(INC)machine.h 44 $(OBJ)dates.o: dates.cc $(INC)defs.h \ 45 $(INC)perrors.h \ 46 $(INC)exceptions.h \ 47 $(INC)peidainit.h dates.h 48 $(OBJ)difeq.o: difeq.cc $(INC)defs.h difeq.h \ 49 $(INC)exceptions.h \ 50 $(INC)peidainit.h cvector.h matrix.h peida.h \ 51 utils.h $(INC)machine.h \ 52 $(INC)perrors.h fmath.h \ 53 $(INC)ppersist.h \ 54 $(INC)pclassids.h \ 55 $(INC)ctimer.h \ 56 $(INC)peida.h 57 $(OBJ)dvlist.o: dvlist.cc $(INC)defs.h dvlist.h \ 58 $(INC)ppersist.h \ 59 $(INC)machine.h \ 60 $(INC)perrors.h \ 61 $(INC)exceptions.h \ 62 $(INC)peidainit.h \ 63 $(INC)pclassids.h strutil.h 64 $(OBJ)dynccd.o: dynccd.cc $(INC)defs.h fmath.h \ 65 perandom.h $(INC)machine.h histos.h peida.h \ 46 $(OBJ)dates.o: dates.cc $(INC)machdefs.h \ 47 $(INC)pclassids.h \ 48 $(INC)perrors.h \ 49 $(INC)pexceptions.h dates.h 50 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 51 $(INC)pclassids.h \ 52 $(INC)pexceptions.h cvector.h matrix.h \ 53 peida.h utils.h $(INC)perrors.h fmath.h \ 54 $(INC)ppersist.h \ 55 $(INC)md5.h \ 56 $(INC)ctimer.h 57 $(OBJ)dvlist.o: dvlist.cc $(INC)machdefs.h \ 58 $(INC)pclassids.h dvlist.h \ 59 $(INC)objfio.h \ 60 $(INC)anydataobj.h \ 61 $(INC)ppersist.h \ 62 $(INC)pexceptions.h \ 63 $(INC)md5.h strutil.h 64 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \ 65 $(INC)pclassids.h fmath.h perandom.h \ 66 histos.h $(INC)objfio.h \ 67 $(INC)anydataobj.h \ 68 $(INC)ppersist.h \ 69 $(INC)pexceptions.h \ 70 $(INC)md5.h peida.h utils.h \ 71 $(INC)perrors.h cvector.h matrix.h \ 72 nbrandom.h cimage.h rzimage.h rzvect.h datatypes.h dvlist.h dynccd.h 73 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \ 74 $(INC)pclassids.h fct1dfit.h generalfit.h \ 75 $(INC)pexceptions.h matrix.h peida.h \ 76 utils.h $(INC)perrors.h fmath.h \ 77 $(INC)ppersist.h \ 78 $(INC)md5.h cvector.h generaldata.h \ 79 $(INC)objfio.h \ 80 $(INC)anydataobj.h ntupintf.h poly.h \ 81 nbconst.h tabmath.h 82 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ 83 $(INC)pclassids.h fct2dfit.h generalfit.h \ 84 $(INC)pexceptions.h matrix.h peida.h \ 85 utils.h $(INC)perrors.h fmath.h \ 86 $(INC)ppersist.h \ 87 $(INC)md5.h cvector.h generaldata.h \ 88 $(INC)objfio.h \ 89 $(INC)anydataobj.h ntupintf.h poly.h \ 90 nbconst.h tabmath.h simps2d.h 91 $(OBJ)fftserver.o: fftserver.cc fftserver.h cvector.h matrix.h peida.h \ 92 $(INC)machdefs.h \ 93 $(INC)pclassids.h utils.h \ 94 $(INC)perrors.h \ 95 $(INC)pexceptions.h fmath.h \ 96 $(INC)ppersist.h \ 97 $(INC)md5.h 98 $(OBJ)generaldata.o: generaldata.cc \ 99 $(INC)machdefs.h \ 100 $(INC)pclassids.h strutil.h nbtri.h \ 101 generalfit.h $(INC)pexceptions.h matrix.h \ 102 peida.h utils.h $(INC)perrors.h fmath.h \ 103 $(INC)ppersist.h \ 104 $(INC)md5.h cvector.h generaldata.h \ 105 $(INC)objfio.h \ 106 $(INC)anydataobj.h ntupintf.h poly.h 107 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 108 $(INC)pclassids.h \ 109 $(INC)pexceptions.h generalfit.h matrix.h \ 110 peida.h utils.h $(INC)perrors.h fmath.h \ 111 $(INC)ppersist.h \ 112 $(INC)md5.h cvector.h generaldata.h \ 113 $(INC)objfio.h \ 114 $(INC)anydataobj.h ntupintf.h poly.h 115 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \ 116 $(INC)pclassids.h hisprof.h peida.h utils.h \ 117 $(INC)perrors.h \ 118 $(INC)pexceptions.h fmath.h cvector.h \ 119 matrix.h $(INC)ppersist.h \ 120 $(INC)md5.h histos.h \ 121 $(INC)objfio.h \ 122 $(INC)anydataobj.h 123 $(OBJ)histos.o: histos.cc $(INC)machdefs.h \ 124 $(INC)pclassids.h histos.h \ 125 $(INC)objfio.h \ 126 $(INC)anydataobj.h \ 127 $(INC)ppersist.h \ 128 $(INC)pexceptions.h \ 129 $(INC)md5.h peida.h utils.h \ 130 $(INC)perrors.h fmath.h cvector.h matrix.h \ 131 poly.h strutil.h generalfit.h generaldata.h ntupintf.h 132 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \ 133 $(INC)pclassids.h histos2.h peida.h utils.h \ 134 $(INC)perrors.h \ 135 $(INC)pexceptions.h fmath.h histos.h \ 136 $(INC)objfio.h \ 137 $(INC)anydataobj.h \ 138 $(INC)ppersist.h \ 139 $(INC)md5.h cvector.h matrix.h generalfit.h \ 140 generaldata.h ntupintf.h poly.h 141 $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \ 142 $(INC)pclassids.h simplesort.h peida.h \ 66 143 utils.h $(INC)perrors.h \ 67 $(INC)exceptions.h \ 68 $(INC)peidainit.h cvector.h matrix.h \ 69 $(INC)ppersist.h \ 70 $(INC)pclassids.h nbrandom.h cimage.h \ 71 rzimage.h rzvect.h datatypes.h dvlist.h dynccd.h 72 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)defs.h fct1dfit.h \ 73 generalfit.h $(INC)exceptions.h \ 74 $(INC)peidainit.h matrix.h peida.h utils.h \ 75 $(INC)machine.h \ 76 $(INC)perrors.h fmath.h \ 77 $(INC)ppersist.h \ 78 $(INC)pclassids.h cvector.h generaldata.h \ 79 poly.h nbconst.h tabmath.h 80 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)defs.h fct2dfit.h \ 81 generalfit.h $(INC)exceptions.h \ 82 $(INC)peidainit.h matrix.h peida.h utils.h \ 83 $(INC)machine.h \ 84 $(INC)perrors.h fmath.h \ 85 $(INC)ppersist.h \ 86 $(INC)pclassids.h cvector.h generaldata.h \ 87 poly.h nbconst.h tabmath.h simps2d.h 88 $(OBJ)generaldata.o: generaldata.cc $(INC)defs.h \ 89 $(INC)perrors.h \ 90 $(INC)exceptions.h \ 91 $(INC)peidainit.h nbtri.h generalfit.h \ 92 matrix.h peida.h utils.h fmath.h \ 93 $(INC)ppersist.h \ 94 $(INC)pclassids.h cvector.h generaldata.h \ 95 poly.h 96 $(OBJ)generalfit.o: generalfit.cc $(INC)defs.h \ 97 generalfit.h $(INC)exceptions.h \ 98 $(INC)peidainit.h matrix.h peida.h utils.h \ 99 $(INC)machine.h \ 100 $(INC)perrors.h fmath.h \ 101 $(INC)ppersist.h \ 102 $(INC)pclassids.h cvector.h generaldata.h \ 103 poly.h nbconst.h tabmath.h 104 $(OBJ)hisprof.o: hisprof.cc $(INC)defs.h hisprof.h \ 105 peida.h utils.h $(INC)machine.h \ 106 $(INC)perrors.h \ 107 $(INC)exceptions.h \ 108 $(INC)peidainit.h fmath.h cvector.h matrix.h \ 109 $(INC)ppersist.h \ 110 $(INC)pclassids.h histos.h 111 $(OBJ)histos.o: histos.cc $(INC)defs.h histos.h \ 112 peida.h utils.h $(INC)machine.h \ 113 $(INC)perrors.h \ 114 $(INC)exceptions.h \ 115 $(INC)peidainit.h fmath.h cvector.h matrix.h \ 116 $(INC)ppersist.h \ 117 $(INC)pclassids.h poly.h strutil.h \ 118 generalfit.h generaldata.h 119 $(OBJ)histos2.o: histos2.cc $(INC)defs.h histos2.h \ 120 peida.h utils.h $(INC)machine.h \ 121 $(INC)perrors.h \ 122 $(INC)exceptions.h \ 123 $(INC)peidainit.h fmath.h histos.h cvector.h \ 144 $(INC)pexceptions.h fmath.h nbmath.h \ 145 histos.h $(INC)objfio.h \ 146 $(INC)anydataobj.h \ 147 $(INC)ppersist.h \ 148 $(INC)md5.h cvector.h matrix.h datatypes.h \ 149 imageop.h cimage.h rzimage.h rzvect.h dvlist.h cspline.h dynccd.h \ 150 nbtri.h 151 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 152 $(INC)pclassids.h \ 153 $(INC)pexceptions.h generalfit.h matrix.h \ 154 peida.h utils.h $(INC)perrors.h fmath.h \ 155 $(INC)ppersist.h \ 156 $(INC)md5.h cvector.h generaldata.h \ 157 $(INC)objfio.h \ 158 $(INC)anydataobj.h ntupintf.h poly.h 159 $(OBJ)linfit.o: linfit.cc $(INC)machdefs.h \ 160 $(INC)pclassids.h peida.h utils.h \ 161 $(INC)perrors.h \ 162 $(INC)pexceptions.h fmath.h linfit.h \ 124 163 matrix.h $(INC)ppersist.h \ 125 $(INC)pclassids.h generalfit.h generaldata.h \ 126 poly.h 127 $(OBJ)imageop.o: imageop.cc $(INC)defs.h simplesort.h \ 128 peida.h utils.h $(INC)machine.h \ 129 $(INC)perrors.h \ 130 $(INC)exceptions.h \ 131 $(INC)peidainit.h fmath.h nbmath.h histos.h \ 132 cvector.h matrix.h $(INC)ppersist.h \ 133 $(INC)pclassids.h datatypes.h imageop.h \ 134 cimage.h rzimage.h rzvect.h dvlist.h cspline.h nbtri.h 135 $(OBJ)integ.o: integ.cc $(INC)defs.h integ.h \ 136 $(INC)exceptions.h \ 137 $(INC)peidainit.h generalfit.h matrix.h \ 138 peida.h utils.h $(INC)machine.h \ 139 $(INC)perrors.h fmath.h \ 140 $(INC)ppersist.h \ 141 $(INC)pclassids.h cvector.h generaldata.h \ 142 poly.h 143 $(OBJ)linfit.o: linfit.cc $(INC)defs.h peida.h \ 144 utils.h $(INC)machine.h \ 145 $(INC)perrors.h \ 146 $(INC)exceptions.h \ 147 $(INC)peidainit.h fmath.h linfit.h matrix.h \ 148 $(INC)ppersist.h \ 149 $(INC)pclassids.h cvector.h 150 $(OBJ)matrix.o: matrix.cc $(INC)defs.h peida.h \ 151 utils.h $(INC)machine.h \ 152 $(INC)perrors.h \ 153 $(INC)exceptions.h \ 154 $(INC)peidainit.h fmath.h matrix.h \ 155 $(INC)ppersist.h \ 156 $(INC)pclassids.h cvector.h generalfit.h \ 157 generaldata.h poly.h 164 $(INC)md5.h cvector.h 165 $(OBJ)matrix.o: matrix.cc $(INC)machdefs.h \ 166 $(INC)pclassids.h peida.h utils.h \ 167 $(INC)perrors.h \ 168 $(INC)pexceptions.h fmath.h matrix.h \ 169 $(INC)ppersist.h \ 170 $(INC)md5.h cvector.h generalfit.h \ 171 generaldata.h $(INC)objfio.h \ 172 $(INC)anydataobj.h ntupintf.h poly.h \ 173 tmatrix.h $(INC)ndatablock.h 158 174 $(OBJ)median.o: median.cc 159 $(OBJ)ntuple.o: ntuple.cc $(INC)perrors.h \ 160 $(INC)exceptions.h \ 161 $(INC)defs.h \ 162 $(INC)peidainit.h ntuple.h \ 163 $(INC)ppersist.h \ 164 $(INC)machine.h \ 165 $(INC)pclassids.h dvlist.h 175 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 176 $(INC)machdefs.h \ 177 $(INC)pclassids.h 178 $(OBJ)ntuple.o: ntuple.cc strutil.h \ 179 $(INC)perrors.h \ 180 $(INC)pexceptions.h \ 181 $(INC)machdefs.h \ 182 $(INC)pclassids.h ntuple.h \ 183 $(INC)objfio.h \ 184 $(INC)anydataobj.h \ 185 $(INC)ppersist.h \ 186 $(INC)md5.h ntupintf.h dvlist.h 166 187 $(OBJ)outilsinit.o: outilsinit.cc outilsinit.h \ 167 188 $(INC)peidainit.h \ 168 $(INC)defs.h matrix.h peida.h utils.h \ 169 $(INC)machine.h \ 170 $(INC)perrors.h \ 171 $(INC)exceptions.h fmath.h \ 172 $(INC)ppersist.h \ 173 $(INC)pclassids.h cvector.h poly.h dvlist.h \ 174 histos.h histos2.h hisprof.h ntuple.h generaldata.h cimage.h \ 189 $(INC)machdefs.h \ 190 $(INC)pclassids.h matrix.h peida.h utils.h \ 191 $(INC)perrors.h \ 192 $(INC)pexceptions.h fmath.h \ 193 $(INC)ppersist.h \ 194 $(INC)md5.h cvector.h poly.h dvlist.h \ 195 $(INC)objfio.h \ 196 $(INC)anydataobj.h histos.h histos2.h \ 197 hisprof.h ntuple.h ntupintf.h generaldata.h tmatrix.h \ 198 $(INC)ndatablock.h tvector.h cimage.h \ 175 199 rzimage.h rzvect.h datatypes.h tabmath.h nbconst.h dates.h datime.h 176 $(OBJ)perandom.o: perandom.cc $(INC)defs.h perandom.h \ 177 $(INC)machine.h histos.h peida.h utils.h \ 178 $(INC)perrors.h \ 179 $(INC)exceptions.h \ 180 $(INC)peidainit.h fmath.h cvector.h matrix.h \ 181 $(INC)ppersist.h \ 182 $(INC)pclassids.h nbrandom.h pemath.h 183 $(OBJ)poly.o: poly.cc $(INC)defs.h poly.h peida.h \ 184 utils.h $(INC)machine.h \ 185 $(INC)perrors.h \ 186 $(INC)exceptions.h \ 187 $(INC)peidainit.h fmath.h cvector.h matrix.h \ 188 $(INC)ppersist.h \ 189 $(INC)pclassids.h linfit.h 200 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 201 $(INC)pclassids.h \ 202 $(INC)pexceptions.h perandom.h histos.h \ 203 $(INC)objfio.h \ 204 $(INC)anydataobj.h \ 205 $(INC)ppersist.h \ 206 $(INC)md5.h peida.h utils.h \ 207 $(INC)perrors.h fmath.h cvector.h matrix.h \ 208 nbrandom.h pemath.h 209 $(OBJ)poly.o: poly.cc $(INC)machdefs.h \ 210 $(INC)pclassids.h poly.h peida.h utils.h \ 211 $(INC)perrors.h \ 212 $(INC)pexceptions.h fmath.h cvector.h \ 213 matrix.h $(INC)ppersist.h \ 214 $(INC)md5.h linfit.h 190 215 $(OBJ)pversion.o: pversion.cc pversion.h \ 191 216 $(INC)peidainit.h \ 192 $(INC)defs.h 193 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)defs.h \ 194 rk4cdifeq.h difeq.h $(INC)exceptions.h \ 195 $(INC)peidainit.h cvector.h matrix.h peida.h \ 196 utils.h $(INC)machine.h \ 197 $(INC)perrors.h fmath.h \ 198 $(INC)ppersist.h \ 199 $(INC)pclassids.h \ 200 $(INC)ctimer.h \ 201 $(INC)peida.h 202 $(OBJ)rzimage.o: rzimage.cc $(INC)defs.h rzimage.h \ 203 rzvect.h $(INC)machine.h \ 204 $(INC)exceptions.h \ 205 $(INC)peidainit.h \ 217 $(INC)machdefs.h \ 218 $(INC)pclassids.h 219 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 220 $(INC)pclassids.h rk4cdifeq.h difeq.h \ 221 $(INC)pexceptions.h cvector.h matrix.h \ 222 peida.h utils.h $(INC)perrors.h fmath.h \ 223 $(INC)ppersist.h \ 224 $(INC)md5.h \ 225 $(INC)ctimer.h 226 $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \ 227 $(INC)pclassids.h rzimage.h rzvect.h \ 228 $(INC)pexceptions.h \ 206 229 $(INC)perrors.h datatypes.h \ 207 230 $(INC)ppersist.h \ 208 $(INC)pclassids.h dvlist.h generalfit.h \ 209 matrix.h peida.h utils.h fmath.h cvector.h generaldata.h poly.h 210 $(OBJ)simplesort.o: simplesort.cc $(INC)defs.h \ 211 simplesort.h peida.h utils.h $(INC)machine.h \ 212 $(INC)perrors.h \ 213 $(INC)exceptions.h \ 214 $(INC)peidainit.h fmath.h 215 $(OBJ)tabmath.o: tabmath.cc $(INC)defs.h tabmath.h \ 216 peida.h utils.h $(INC)machine.h \ 217 $(INC)perrors.h \ 218 $(INC)exceptions.h \ 219 $(INC)peidainit.h fmath.h nbconst.h 220 $(OBJ)utils.o: utils.cc $(INC)defs.h utils.h \ 221 $(INC)exceptions.h \ 222 $(INC)peidainit.h 223 $(OBJ)datime.o: datime.c $(INC)defs.h strutil.h \ 224 nbconst.h datime.h 225 $(OBJ)matxop.o: matxop.c matxop.h nbmath.h 226 $(OBJ)nbmath.o: nbmath.c nbmath.h matxop.h nbinteg.h nbtri.h 227 $(OBJ)nbrandom.o: nbrandom.c $(INC)defs.h \ 228 $(INC)machine.h nbmath.h nbrandom.h 229 $(OBJ)nbtri.o: nbtri.c nbtri.h 231 $(INC)md5.h dvlist.h \ 232 $(INC)objfio.h \ 233 $(INC)anydataobj.h generalfit.h matrix.h \ 234 peida.h utils.h fmath.h cvector.h generaldata.h ntupintf.h poly.h 235 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 236 $(INC)pclassids.h simplesort.h peida.h \ 237 utils.h $(INC)perrors.h \ 238 $(INC)pexceptions.h fmath.h 239 $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \ 240 $(INC)pclassids.h tabmath.h peida.h utils.h \ 241 $(INC)perrors.h \ 242 $(INC)pexceptions.h fmath.h nbconst.h 243 $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \ 244 $(INC)pclassids.h \ 245 $(INC)pexceptions.h tmatrix.h \ 246 $(INC)ppersist.h \ 247 $(INC)md5.h \ 248 $(INC)anydataobj.h \ 249 $(INC)ndatablock.h \ 250 $(INC)objfio.h matrix.h peida.h utils.h \ 251 $(INC)perrors.h fmath.h generalfit.h \ 252 cvector.h generaldata.h ntupintf.h poly.h tvector.h 253 $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \ 254 $(INC)pclassids.h \ 255 $(INC)pexceptions.h tvector.h tmatrix.h \ 256 $(INC)ppersist.h \ 257 $(INC)md5.h \ 258 $(INC)anydataobj.h \ 259 $(INC)ndatablock.h \ 260 $(INC)objfio.h generalfit.h matrix.h \ 261 peida.h utils.h $(INC)perrors.h fmath.h \ 262 cvector.h generaldata.h ntupintf.h poly.h 263 $(OBJ)utils.o: utils.cc $(INC)machdefs.h \ 264 $(INC)pclassids.h utils.h \ 265 $(INC)pexceptions.h 266 $(OBJ)datime.o: datime.c $(INC)machdefs.h \ 267 strutil.h nbconst.h datime.h 268 $(OBJ)fftpackc.o: fftpackc.c fftpackc.h \ 269 $(INC)machdefs.h 270 $(OBJ)matxop.o: matxop.c matxop.h nbmath.h \ 271 $(INC)machdefs.h 272 $(OBJ)nbmath.o: nbmath.c nbmath.h $(INC)machdefs.h \ 273 matxop.h nbinteg.h nbtri.h 274 $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \ 275 nbmath.h nbrandom.h 276 $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h 230 277 $(OBJ)strutil.o: strutil.c strutil.h -
trunk/SophyaLib/Samba/Makefile
r263 r510 3 3 all: $(LIB)libSamba.a 4 4 clean: 5 rm -f $(OBJ) bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o5 rm -f $(OBJ)anagen.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)lambuilder.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)syngen.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 6 6 rm $(LIB)libSamba.a 7 7 $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 8 $(AR ) $(ARFLAGS) $@ $?8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h \ 14 $(INC)cimage.h \ 15 $(INC)rzimage.h \ 16 $(INC)rzvect.h \ 13 $(OBJ)anagen.o: anagen.cc anagen.h $(INC)cvector.h \ 14 $(INC)matrix.h \ 15 $(INC)peida.h \ 17 16 $(INC)machdefs.h \ 18 17 $(INC)pclassids.h \ 18 $(INC)utils.h \ 19 $(INC)perrors.h \ 19 20 $(INC)pexceptions.h \ 20 $(INC)perrors.h \ 21 $(INC)datatypes.h \ 21 $(INC)fmath.h \ 22 22 $(INC)ppersist.h \ 23 $(INC)md5.h \ 24 $(INC)dvlist.h bruit.h \ 23 $(INC)md5.h sphericalmap.h \ 24 $(INC)nbmath.h pixelmap.h \ 25 $(INC)dvlist.h \ 26 $(INC)objfio.h \ 27 $(INC)anydataobj.h \ 28 $(INC)tvector.h \ 29 $(INC)tmatrix.h \ 30 $(INC)ndatablock.h lambuilder.h \ 31 $(INC)fftserver.h 32 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \ 25 33 $(INC)nbrandom.h \ 26 $(INC)hbook.h 34 $(INC)machdefs.h \ 35 $(INC)pclassids.h 27 36 $(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \ 28 unitvector.h 37 unitvector.h geometry.h 29 38 $(OBJ)gorfph.o: gorfph.cc 30 39 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ … … 34 43 $(INC)pexceptions.h \ 35 44 $(INC)md5.h \ 36 $(INC)dvlist.h sphericalmap.h \ 45 $(INC)dvlist.h \ 46 $(INC)objfio.h \ 47 $(INC)anydataobj.h sphericalmap.h \ 37 48 $(INC)nbmath.h \ 38 $(INC)cvector.h \ 39 $(INC)matrix.h \ 40 $(INC)peida.h \ 41 $(INC)utils.h \ 42 $(INC)perrors.h \ 43 $(INC)fmath.h 49 $(INC)tvector.h \ 50 $(INC)tmatrix.h \ 51 $(INC)ndatablock.h \ 52 $(INC)piocmplx.h 44 53 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 45 54 $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \ … … 51 60 $(INC)md5.h \ 52 61 $(INC)dvlist.h \ 53 $(INC)cvector.h \ 54 $(INC)matrix.h \ 55 $(INC)peida.h \ 56 $(INC)utils.h \ 57 $(INC)perrors.h \ 58 $(INC)fmath.h unitvector.h vector3d.h \ 62 $(INC)objfio.h \ 63 $(INC)anydataobj.h \ 64 $(INC)tvector.h \ 65 $(INC)tmatrix.h \ 66 $(INC)ndatablock.h unitvector.h vector3d.h \ 59 67 longlat.h utilgeom.h $(INC)timing.h 60 68 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ … … 64 72 $(INC)md5.h \ 65 73 $(INC)dvlist.h \ 74 $(INC)objfio.h \ 75 $(INC)anydataobj.h \ 66 76 $(INC)nbmath.h 67 77 $(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \ … … 73 83 $(INC)md5.h \ 74 84 $(INC)dvlist.h \ 75 $(INC) cvector.h \76 $(INC) matrix.h \77 $(INC) peida.h \78 $(INC) utils.h \79 $(INC) perrors.h \80 $(INC) fmath.h \81 $(INC) strutil.h85 $(INC)objfio.h \ 86 $(INC)anydataobj.h \ 87 $(INC)tvector.h \ 88 $(INC)tmatrix.h \ 89 $(INC)ndatablock.h \ 90 $(INC)strutil.h \ 91 $(INC)piocmplx.h 82 92 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 83 93 $(INC)nbmath.h \ … … 88 98 $(INC)md5.h \ 89 99 $(INC)dvlist.h \ 90 $(INC)cvector.h \ 100 $(INC)objfio.h \ 101 $(INC)anydataobj.h \ 102 $(INC)tvector.h \ 103 $(INC)tmatrix.h \ 104 $(INC)ndatablock.h \ 105 $(INC)piocmplx.h 106 $(OBJ)syngen.o: syngen.cc syngen.h $(INC)cvector.h \ 91 107 $(INC)matrix.h \ 92 108 $(INC)peida.h \ 109 $(INC)machdefs.h \ 110 $(INC)pclassids.h \ 93 111 $(INC)utils.h \ 94 112 $(INC)perrors.h \ 95 $(INC)fmath.h pdataarray.h prefcount.h 113 $(INC)pexceptions.h \ 114 $(INC)fmath.h \ 115 $(INC)ppersist.h \ 116 $(INC)md5.h sphericalmap.h \ 117 $(INC)nbmath.h pixelmap.h \ 118 $(INC)dvlist.h \ 119 $(INC)objfio.h \ 120 $(INC)anydataobj.h \ 121 $(INC)tvector.h \ 122 $(INC)tmatrix.h \ 123 $(INC)ndatablock.h lambuilder.h \ 124 $(INC)fftserver.h 96 125 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 97 126 utilgeom.h 98 $(OBJ)utilgeom.o: utilgeom.cc 127 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 99 128 $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
Note:
See TracChangeset
for help on using the changeset viewer.