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

Last change on this file since 899 was 824, checked in by ansari, 26 years ago

MAJ Makefile Reza 06/04/2000

File size: 3.1 KB
RevLine 
[228]1include ../Mgr/Makefile.h
2
3all: $(LIB)libSamba.a
4clean:
[824]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
[518]6 rm -f $(LIB)libSamba.a
[824]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
[510]8 $(ARCXX) $(ARCXXFLAGS) $@ $?
[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 \
14 $(INC)machdefs.h \
15 $(INC)pclassids.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
[510]31$(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
[228]32 $(INC)nbrandom.h \
[510]33 $(INC)machdefs.h \
34 $(INC)pclassids.h
[824]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 \
[263]41 $(INC)machdefs.h \
[228]42 $(INC)pclassids.h \
[824]43 $(INC)anydataobj.h \
44 $(INC)tvector.h \
45 $(INC)tmatrix.h \
46 $(INC)tarray.h \
47 $(INC)basarr.h \
[510]48 $(INC)dvlist.h \
49 $(INC)objfio.h \
[824]50 $(INC)ppersist.h \
51 $(INC)pexceptions.h \
52 $(INC)gnumd5.h \
53 $(INC)utilarr.h alm.h \
54 $(INC)nbrandom.h \
[228]55 $(INC)nbmath.h \
[824]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 \
[263]62 $(INC)machdefs.h \
[824]63 $(INC)pclassids.h \
64 $(INC)pixelmap.h \
[228]65 $(INC)ppersist.h \
[263]66 $(INC)pexceptions.h \
[824]67 $(INC)gnumd5.h \
[228]68 $(INC)dvlist.h \
[510]69 $(INC)objfio.h \
[824]70 $(INC)anydataobj.h \
71 $(INC)spherepos.h \
72 $(INC)unitvector.h \
73 $(INC)vector3d.h \
74 $(INC)longlat.h \
75 $(INC)utilgeom.h \
[510]76 $(INC)tvector.h \
77 $(INC)tmatrix.h \
[824]78 $(INC)tarray.h \
79 $(INC)basarr.h \
[663]80 $(INC)ndatablock.h \
[824]81 $(INC)utilarr.h \
[663]82 $(INC)timing.h
[518]83$(OBJ)sambainit.o: sambainit.cc sambainit.h \
[824]84 $(INC)skymapinit.h \
85 $(INC)tarrinit.h \
86 $(INC)sophyainit.h \
[518]87 $(INC)machdefs.h \
[663]88 $(INC)pclassids.h \
[824]89 $(INC)ntoolsinit.h
[263]90$(OBJ)scan.o: scan.cc $(INC)machdefs.h \
91 $(INC)pclassids.h scan.h \
92 $(INC)ppersist.h \
93 $(INC)pexceptions.h \
[824]94 $(INC)gnumd5.h \
[228]95 $(INC)dvlist.h \
[510]96 $(INC)objfio.h \
97 $(INC)anydataobj.h \
[663]98 $(INC)ndatablock.h \
99 $(INC)piocmplx.h \
[824]100 $(INC)fiondblock.h \
101 $(INC)smathconst.h
102$(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \
[263]103 $(INC)machdefs.h \
[824]104 $(INC)pclassids.h sphericaltransformserver.h \
105 $(INC)sphericalmap.h \
106 $(INC)smathconst.h \
107 $(INC)pixelmap.h \
[228]108 $(INC)ppersist.h \
[824]109 $(INC)pexceptions.h \
110 $(INC)gnumd5.h \
[228]111 $(INC)dvlist.h \
[510]112 $(INC)objfio.h \
[824]113 $(INC)anydataobj.h \
114 $(INC)spherepos.h \
115 $(INC)unitvector.h \
116 $(INC)vector3d.h \
117 $(INC)longlat.h \
118 $(INC)utilgeom.h \
[510]119 $(INC)tvector.h \
120 $(INC)tmatrix.h \
[824]121 $(INC)tarray.h \
122 $(INC)basarr.h \
[510]123 $(INC)ndatablock.h \
[824]124 $(INC)utilarr.h \
125 $(INC)spheregorski.h \
126 $(INC)fftservintf.h \
127 $(INC)fftpserver.h alm.h \
128 $(INC)nbrandom.h \
[263]129 $(INC)nbmath.h \
[824]130 $(INC)triangmtx.h lambdaBuilder.h
Note: See TracBrowser for help on using the repository browser.