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

Last change on this file since 1036 was 919, checked in by ansari, 26 years ago

MAJ Makefile - Reza 13/4/2000

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