source: Sophya/trunk/SophyaLib/Samba/Makefile@ 2015

Last change on this file since 2015 was 1837, checked in by ansari, 24 years ago

MAJ Makefile et numero de version - Reza 21/12/2001

File size: 3.4 KB
RevLine 
[228]1include ../Mgr/Makefile.h
2
3all: $(LIB)libSamba.a
4clean:
[1778]5 rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
[518]6 rm -f $(LIB)libSamba.a
[1778]7$(LIB)libSamba.a : $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
[1837]8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
[228]9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[228]11endif
12
[824]13$(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \
[919]14 $(INC)srandgen.h \
[824]15 $(INC)machdefs.h \
16 $(INC)nbmath.h \
17 $(INC)smathconst.h \
18 $(INC)triangmtx.h \
19 $(INC)ndatablock.h \
20 $(INC)anydataobj.h \
21 $(INC)pexceptions.h \
22 $(INC)tvector.h \
23 $(INC)tmatrix.h \
24 $(INC)tarray.h \
25 $(INC)basarr.h \
[1118]26 $(INC)mutyv.h \
[824]27 $(INC)dvlist.h \
28 $(INC)objfio.h \
29 $(INC)ppersist.h \
30 $(INC)gnumd5.h \
31 $(INC)utilarr.h
[510]32$(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
[228]33 $(INC)nbrandom.h \
[919]34 $(INC)srandgen.h \
35 $(INC)machdefs.h
[824]36$(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \
37 $(INC)longlat.h \
[1444]38 $(INC)machdefs.h \
[824]39 $(INC)utilgeom.h \
40 $(INC)unitvector.h geometry.h
[1778]41$(OBJ)datacirclefake.o: datacirclefake.cc datacirclefake.h datacirclebase.h \
42 circle.h $(INC)vector3d.h \
43 $(INC)longlat.h \
44 $(INC)machdefs.h \
45 $(INC)utilgeom.h \
46 $(INC)unitvector.h geometry.h
[824]47$(OBJ)lambdaBuilder.o: lambdaBuilder.cc lambdaBuilder.h \
48 $(INC)ndatablock.h \
[263]49 $(INC)machdefs.h \
[824]50 $(INC)anydataobj.h \
51 $(INC)tvector.h \
52 $(INC)tmatrix.h \
53 $(INC)tarray.h \
54 $(INC)basarr.h \
[1118]55 $(INC)mutyv.h \
[510]56 $(INC)dvlist.h \
57 $(INC)objfio.h \
[824]58 $(INC)ppersist.h \
59 $(INC)pexceptions.h \
60 $(INC)gnumd5.h \
61 $(INC)utilarr.h alm.h \
62 $(INC)nbrandom.h \
[919]63 $(INC)srandgen.h \
[228]64 $(INC)nbmath.h \
[824]65 $(INC)smathconst.h \
66 $(INC)triangmtx.h \
67 $(INC)nbconst.h
68$(OBJ)mlobe.o: mlobe.cc mlobe.h \
69 $(INC)sphericalmap.h \
70 $(INC)smathconst.h \
[263]71 $(INC)machdefs.h \
[824]72 $(INC)pixelmap.h \
[228]73 $(INC)ppersist.h \
[263]74 $(INC)pexceptions.h \
[824]75 $(INC)gnumd5.h \
[228]76 $(INC)dvlist.h \
[510]77 $(INC)objfio.h \
[824]78 $(INC)anydataobj.h \
[1118]79 $(INC)mutyv.h \
[824]80 $(INC)spherepos.h \
81 $(INC)unitvector.h \
82 $(INC)vector3d.h \
83 $(INC)longlat.h \
84 $(INC)utilgeom.h \
[510]85 $(INC)tvector.h \
86 $(INC)tmatrix.h \
[824]87 $(INC)tarray.h \
88 $(INC)basarr.h \
[663]89 $(INC)ndatablock.h \
[824]90 $(INC)utilarr.h \
[663]91 $(INC)timing.h
[518]92$(OBJ)sambainit.o: sambainit.cc sambainit.h \
[824]93 $(INC)skymapinit.h \
94 $(INC)sophyainit.h \
[518]95 $(INC)machdefs.h \
[919]96 $(INC)ntoolsinit.h \
97 $(INC)tarrinit.h
98$(OBJ)scan.o: scan.cc $(INC)machdefs.h scan.h \
[263]99 $(INC)ppersist.h \
100 $(INC)pexceptions.h \
[824]101 $(INC)gnumd5.h \
[228]102 $(INC)dvlist.h \
[510]103 $(INC)objfio.h \
104 $(INC)anydataobj.h \
[1118]105 $(INC)mutyv.h \
[663]106 $(INC)ndatablock.h \
107 $(INC)piocmplx.h \
[824]108 $(INC)fiondblock.h \
109 $(INC)smathconst.h
110$(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \
[919]111 $(INC)machdefs.h sphericaltransformserver.h \
[824]112 $(INC)sphericalmap.h \
113 $(INC)smathconst.h \
114 $(INC)pixelmap.h \
[228]115 $(INC)ppersist.h \
[824]116 $(INC)pexceptions.h \
117 $(INC)gnumd5.h \
[228]118 $(INC)dvlist.h \
[510]119 $(INC)objfio.h \
[824]120 $(INC)anydataobj.h \
[1118]121 $(INC)mutyv.h \
[824]122 $(INC)spherepos.h \
123 $(INC)unitvector.h \
124 $(INC)vector3d.h \
125 $(INC)longlat.h \
126 $(INC)utilgeom.h \
[510]127 $(INC)tvector.h \
128 $(INC)tmatrix.h \
[824]129 $(INC)tarray.h \
130 $(INC)basarr.h \
[510]131 $(INC)ndatablock.h \
[824]132 $(INC)utilarr.h \
133 $(INC)fftservintf.h \
134 $(INC)fftpserver.h alm.h \
135 $(INC)nbrandom.h \
[919]136 $(INC)srandgen.h \
[263]137 $(INC)nbmath.h \
[1778]138 $(INC)triangmtx.h lambdaBuilder.h \
139 $(INC)timing.h
Note: See TracBrowser for help on using the repository browser.