source: Sophya/trunk/SophyaLib/SkyMap/Makefile@ 910

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

MAJ Makefile Reza 06/04/2000

File size: 2.9 KB
RevLine 
[764]1include ../Mgr/Makefile.h
2
3all: $(LIB)libSkyMap.a
4clean:
5 rm -f $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
6 rm -f $(LIB)libSkyMap.a
7$(LIB)libSkyMap.a : $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[764]11endif
12
13$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
[824]14 $(INC)ppersist.h \
15 $(INC)machdefs.h \
16 $(INC)pclassids.h \
17 $(INC)pexceptions.h \
18 $(INC)gnumd5.h \
19 $(INC)dvlist.h \
20 $(INC)objfio.h \
21 $(INC)anydataobj.h spherepos.h unitvector.h \
[764]22 vector3d.h longlat.h utilgeom.h sphericalmap.h \
[824]23 $(INC)smathconst.h \
24 $(INC)tvector.h \
25 $(INC)tmatrix.h \
26 $(INC)tarray.h \
27 $(INC)basarr.h \
28 $(INC)ndatablock.h \
29 $(INC)utilarr.h \
30 $(INC)piocmplx.h \
31 $(INC)fiondblock.h
[764]32$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
33$(OBJ)skymapinit.o: skymapinit.cc skymapinit.h \
[824]34 $(INC)tarrinit.h \
35 $(INC)sophyainit.h \
36 $(INC)machdefs.h \
37 $(INC)pclassids.h spherethetaphi.h \
38 sphericalmap.h $(INC)smathconst.h pixelmap.h \
39 $(INC)ppersist.h \
40 $(INC)pexceptions.h \
41 $(INC)gnumd5.h \
42 $(INC)dvlist.h \
43 $(INC)objfio.h \
44 $(INC)anydataobj.h spherepos.h unitvector.h \
[764]45 vector3d.h longlat.h utilgeom.h \
[824]46 $(INC)tvector.h \
47 $(INC)tmatrix.h \
48 $(INC)tarray.h \
49 $(INC)basarr.h \
50 $(INC)ndatablock.h \
51 $(INC)utilarr.h spheregorski.h localmap.h
[764]52$(OBJ)spheregorski.o: spheregorski.cc \
[824]53 $(INC)machdefs.h \
54 $(INC)pclassids.h \
55 $(INC)pexceptions.h \
56 $(INC)fiondblock.h \
57 $(INC)ppersist.h \
58 $(INC)gnumd5.h \
59 $(INC)ndatablock.h \
60 $(INC)anydataobj.h spheregorski.h \
61 sphericalmap.h $(INC)smathconst.h pixelmap.h \
62 $(INC)dvlist.h \
63 $(INC)objfio.h spherepos.h unitvector.h \
[764]64 vector3d.h longlat.h utilgeom.h \
[824]65 $(INC)tvector.h \
66 $(INC)tmatrix.h \
67 $(INC)tarray.h \
68 $(INC)basarr.h \
69 $(INC)utilarr.h \
70 $(INC)strutil.h
[764]71$(OBJ)spherepos.o: spherepos.cc spherepos.h \
[824]72 $(INC)machdefs.h \
73 $(INC)pclassids.h \
74 $(INC)ppersist.h \
75 $(INC)pexceptions.h \
76 $(INC)gnumd5.h unitvector.h vector3d.h \
77 longlat.h utilgeom.h $(INC)anydataobj.h
[764]78$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
[824]79 $(INC)smathconst.h \
80 $(INC)machdefs.h \
81 $(INC)pclassids.h pixelmap.h \
82 $(INC)ppersist.h \
83 $(INC)pexceptions.h \
84 $(INC)gnumd5.h \
85 $(INC)dvlist.h \
86 $(INC)objfio.h \
87 $(INC)anydataobj.h spherepos.h unitvector.h \
[764]88 vector3d.h longlat.h utilgeom.h \
[824]89 $(INC)tvector.h \
90 $(INC)tmatrix.h \
91 $(INC)tarray.h \
92 $(INC)basarr.h \
93 $(INC)ndatablock.h \
94 $(INC)utilarr.h \
95 $(INC)piocmplx.h \
96 $(INC)fiondblock.h
[764]97$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
98 utilgeom.h
99$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
[824]100$(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
101 $(INC)pclassids.h \
102 $(INC)pexceptions.h vector3d.h longlat.h \
[764]103 utilgeom.h
Note: See TracBrowser for help on using the repository browser.