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

Last change on this file since 511 was 510, checked in by ansari, 26 years ago

MAJ Makefile - Reza 25/10/99

File size: 3.5 KB
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libSamba.a
4clean:
5 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 rm $(LIB)libSamba.a
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 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)anagen.o: anagen.cc anagen.h $(INC)cvector.h \
14 $(INC)matrix.h \
15 $(INC)peida.h \
16 $(INC)machdefs.h \
17 $(INC)pclassids.h \
18 $(INC)utils.h \
19 $(INC)perrors.h \
20 $(INC)pexceptions.h \
21 $(INC)fmath.h \
22 $(INC)ppersist.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 \
33 $(INC)nbrandom.h \
34 $(INC)machdefs.h \
35 $(INC)pclassids.h
36$(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \
37 unitvector.h geometry.h
38$(OBJ)gorfph.o: gorfph.cc
39$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
40 $(INC)ppersist.h \
41 $(INC)machdefs.h \
42 $(INC)pclassids.h \
43 $(INC)pexceptions.h \
44 $(INC)md5.h \
45 $(INC)dvlist.h \
46 $(INC)objfio.h \
47 $(INC)anydataobj.h sphericalmap.h \
48 $(INC)nbmath.h \
49 $(INC)tvector.h \
50 $(INC)tmatrix.h \
51 $(INC)ndatablock.h \
52 $(INC)piocmplx.h
53$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
54$(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
55 $(INC)nbmath.h \
56 $(INC)machdefs.h \
57 $(INC)pclassids.h pixelmap.h \
58 $(INC)ppersist.h \
59 $(INC)pexceptions.h \
60 $(INC)md5.h \
61 $(INC)dvlist.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 \
67 longlat.h utilgeom.h $(INC)timing.h
68$(OBJ)scan.o: scan.cc $(INC)machdefs.h \
69 $(INC)pclassids.h scan.h \
70 $(INC)ppersist.h \
71 $(INC)pexceptions.h \
72 $(INC)md5.h \
73 $(INC)dvlist.h \
74 $(INC)objfio.h \
75 $(INC)anydataobj.h \
76 $(INC)nbmath.h
77$(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \
78 $(INC)nbmath.h \
79 $(INC)machdefs.h \
80 $(INC)pclassids.h pixelmap.h \
81 $(INC)ppersist.h \
82 $(INC)pexceptions.h \
83 $(INC)md5.h \
84 $(INC)dvlist.h \
85 $(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
92$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
93 $(INC)nbmath.h \
94 $(INC)machdefs.h \
95 $(INC)pclassids.h pixelmap.h \
96 $(INC)ppersist.h \
97 $(INC)pexceptions.h \
98 $(INC)md5.h \
99 $(INC)dvlist.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 \
107 $(INC)matrix.h \
108 $(INC)peida.h \
109 $(INC)machdefs.h \
110 $(INC)pclassids.h \
111 $(INC)utils.h \
112 $(INC)perrors.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
125$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
126 utilgeom.h
127$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
128$(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
Note: See TracBrowser for help on using the repository browser.