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
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 \
[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 \
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 \
[919]33 $(INC)srandgen.h \
34 $(INC)machdefs.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 \
[824]42 $(INC)anydataobj.h \
43 $(INC)tvector.h \
44 $(INC)tmatrix.h \
45 $(INC)tarray.h \
46 $(INC)basarr.h \
[510]47 $(INC)dvlist.h \
48 $(INC)objfio.h \
[824]49 $(INC)ppersist.h \
50 $(INC)pexceptions.h \
51 $(INC)gnumd5.h \
52 $(INC)utilarr.h alm.h \
53 $(INC)nbrandom.h \
[919]54 $(INC)srandgen.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)pixelmap.h \
[228]64 $(INC)ppersist.h \
[263]65 $(INC)pexceptions.h \
[824]66 $(INC)gnumd5.h \
[228]67 $(INC)dvlist.h \
[510]68 $(INC)objfio.h \
[824]69 $(INC)anydataobj.h \
70 $(INC)spherepos.h \
71 $(INC)unitvector.h \
72 $(INC)vector3d.h \
73 $(INC)longlat.h \
74 $(INC)utilgeom.h \
[510]75 $(INC)tvector.h \
76 $(INC)tmatrix.h \
[824]77 $(INC)tarray.h \
78 $(INC)basarr.h \
[663]79 $(INC)ndatablock.h \
[824]80 $(INC)utilarr.h \
[663]81 $(INC)timing.h
[518]82$(OBJ)sambainit.o: sambainit.cc sambainit.h \
[824]83 $(INC)skymapinit.h \
84 $(INC)sophyainit.h \
[518]85 $(INC)machdefs.h \
[919]86 $(INC)ntoolsinit.h \
87 $(INC)tarrinit.h
88$(OBJ)scan.o: scan.cc $(INC)machdefs.h scan.h \
[263]89 $(INC)ppersist.h \
90 $(INC)pexceptions.h \
[824]91 $(INC)gnumd5.h \
[228]92 $(INC)dvlist.h \
[510]93 $(INC)objfio.h \
94 $(INC)anydataobj.h \
[663]95 $(INC)ndatablock.h \
96 $(INC)piocmplx.h \
[824]97 $(INC)fiondblock.h \
98 $(INC)smathconst.h
99$(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \
[919]100 $(INC)machdefs.h sphericaltransformserver.h \
[824]101 $(INC)sphericalmap.h \
102 $(INC)smathconst.h \
103 $(INC)pixelmap.h \
[228]104 $(INC)ppersist.h \
[824]105 $(INC)pexceptions.h \
106 $(INC)gnumd5.h \
[228]107 $(INC)dvlist.h \
[510]108 $(INC)objfio.h \
[824]109 $(INC)anydataobj.h \
110 $(INC)spherepos.h \
111 $(INC)unitvector.h \
112 $(INC)vector3d.h \
113 $(INC)longlat.h \
114 $(INC)utilgeom.h \
[510]115 $(INC)tvector.h \
116 $(INC)tmatrix.h \
[824]117 $(INC)tarray.h \
118 $(INC)basarr.h \
[510]119 $(INC)ndatablock.h \
[824]120 $(INC)utilarr.h \
121 $(INC)fftservintf.h \
122 $(INC)fftpserver.h alm.h \
123 $(INC)nbrandom.h \
[919]124 $(INC)srandgen.h \
[263]125 $(INC)nbmath.h \
[824]126 $(INC)triangmtx.h lambdaBuilder.h
Note: See TracBrowser for help on using the repository browser.