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

Last change on this file since 765 was 764, checked in by ansari, 26 years ago

Reorganisation - Creation du module SkyMap (Loacl/Spherical maps ...) - Reza 2/3/2000

File size: 2.8 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)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSkyMap -L$(EXTLIBPATH) -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
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 \
22 vector3d.h longlat.h utilgeom.h sphericalmap.h \
23 $(INC)/smathconst.h \
24 $(INC)/tvector.h \
25 $(INC)/tmatrix.h \
26 $(INC)/ndatablock.h \
27 $(INC)/piocmplx.h
28$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
29$(OBJ)skymapinit.o: skymapinit.cc skymapinit.h \
30 $(INC)/tarrinit.h \
31 $(INC)/sophyainit.h \
32 $(INC)/machdefs.h \
33 $(INC)/pclassids.h spherethetaphi.h \
34 sphericalmap.h $(INC)/smathconst.h pixelmap.h \
35 $(INC)/ppersist.h \
36 $(INC)/pexceptions.h \
37 $(INC)/gnumd5.h \
38 $(INC)/dvlist.h \
39 $(INC)/objfio.h \
40 $(INC)/anydataobj.h spherepos.h unitvector.h \
41 vector3d.h longlat.h utilgeom.h \
42 $(INC)/tvector.h \
43 $(INC)/tmatrix.h \
44 $(INC)/ndatablock.h spheregorski.h localmap.h
45$(OBJ)spheregorski.o: spheregorski.cc \
46 $(INC)/machdefs.h \
47 $(INC)/pclassids.h \
48 $(INC)/pexceptions.h spheregorski.h \
49 sphericalmap.h $(INC)/smathconst.h pixelmap.h \
50 $(INC)/ppersist.h \
51 $(INC)/gnumd5.h \
52 $(INC)/dvlist.h \
53 $(INC)/objfio.h \
54 $(INC)/anydataobj.h spherepos.h unitvector.h \
55 vector3d.h longlat.h utilgeom.h \
56 $(INC)/tvector.h \
57 $(INC)/tmatrix.h \
58 $(INC)/ndatablock.h \
59 $(INC)/strutil.h
60$(OBJ)spherepos.o: spherepos.cc spherepos.h \
61 $(INC)/machdefs.h \
62 $(INC)/pclassids.h \
63 $(INC)/ppersist.h \
64 $(INC)/pexceptions.h \
65 $(INC)/gnumd5.h unitvector.h vector3d.h \
66 longlat.h utilgeom.h $(INC)/anydataobj.h
67$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
68 $(INC)/smathconst.h \
69 $(INC)/machdefs.h \
70 $(INC)/pclassids.h pixelmap.h \
71 $(INC)/ppersist.h \
72 $(INC)/pexceptions.h \
73 $(INC)/gnumd5.h \
74 $(INC)/dvlist.h \
75 $(INC)/objfio.h \
76 $(INC)/anydataobj.h spherepos.h unitvector.h \
77 vector3d.h longlat.h utilgeom.h \
78 $(INC)/tvector.h \
79 $(INC)/tmatrix.h \
80 $(INC)/ndatablock.h \
81 $(INC)/piocmplx.h
82$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
83 utilgeom.h
84$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
85$(OBJ)vector3d.o: vector3d.cc $(INC)/machdefs.h \
86 $(INC)/pclassids.h \
87 $(INC)/pexceptions.h vector3d.h longlat.h \
88 utilgeom.h
Note: See TracBrowser for help on using the repository browser.