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

Last change on this file since 596 was 518, checked in by ansari, 26 years ago

Introduction de SpherePosition and SphereCoordSys, and Initiator for module Samba - Reza+I. Grivell 26/10/99

File size: 3.1 KB
RevLine 
[228]1include ../Mgr/Makefile.h
2
3all: $(LIB)libSamba.a
4clean:
[518]5 rm -f $(OBJ)ana2fast.o $(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)sambainit.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)syn2fast.o $(OBJ)syngen.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
6 rm -f $(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)sambainit.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
[510]8 $(ARCXX) $(ARCXXFLAGS) $@ $?
[228]9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf
11endif
12
[510]13$(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
[228]14 $(INC)nbrandom.h \
[510]15 $(INC)machdefs.h \
16 $(INC)pclassids.h
[263]17$(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \
[510]18 unitvector.h geometry.h
[228]19$(OBJ)gorfph.o: gorfph.cc
20$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
21 $(INC)ppersist.h \
[263]22 $(INC)machdefs.h \
[228]23 $(INC)pclassids.h \
[263]24 $(INC)pexceptions.h \
25 $(INC)md5.h \
[510]26 $(INC)dvlist.h \
27 $(INC)objfio.h \
28 $(INC)anydataobj.h sphericalmap.h \
[228]29 $(INC)nbmath.h \
[510]30 $(INC)tvector.h \
31 $(INC)tmatrix.h \
32 $(INC)ndatablock.h \
33 $(INC)piocmplx.h
[263]34$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
[228]35$(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
[263]36 $(INC)nbmath.h \
37 $(INC)machdefs.h \
38 $(INC)pclassids.h pixelmap.h \
[228]39 $(INC)ppersist.h \
[263]40 $(INC)pexceptions.h \
41 $(INC)md5.h \
[228]42 $(INC)dvlist.h \
[510]43 $(INC)objfio.h \
44 $(INC)anydataobj.h \
45 $(INC)tvector.h \
46 $(INC)tmatrix.h \
47 $(INC)ndatablock.h unitvector.h vector3d.h \
[263]48 longlat.h utilgeom.h $(INC)timing.h
[518]49$(OBJ)sambainit.o: sambainit.cc sambainit.h \
50 $(INC)outilsinit.h \
51 $(INC)peidainit.h \
52 $(INC)machdefs.h \
53 $(INC)pclassids.h
[263]54$(OBJ)scan.o: scan.cc $(INC)machdefs.h \
55 $(INC)pclassids.h scan.h \
56 $(INC)ppersist.h \
57 $(INC)pexceptions.h \
58 $(INC)md5.h \
[228]59 $(INC)dvlist.h \
[510]60 $(INC)objfio.h \
61 $(INC)anydataobj.h \
[228]62 $(INC)nbmath.h
63$(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \
[263]64 $(INC)nbmath.h \
65 $(INC)machdefs.h \
66 $(INC)pclassids.h pixelmap.h \
[228]67 $(INC)ppersist.h \
[263]68 $(INC)pexceptions.h \
69 $(INC)md5.h \
[228]70 $(INC)dvlist.h \
[510]71 $(INC)objfio.h \
72 $(INC)anydataobj.h \
73 $(INC)tvector.h \
74 $(INC)tmatrix.h \
75 $(INC)ndatablock.h \
76 $(INC)strutil.h \
77 $(INC)piocmplx.h
[518]78$(OBJ)spherepos.o: spherepos.cc spherepos.h \
79 $(INC)machdefs.h \
80 $(INC)pclassids.h \
81 $(INC)ppersist.h \
82 $(INC)pexceptions.h \
83 $(INC)md5.h unitvector.h vector3d.h \
84 longlat.h utilgeom.h
[228]85$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
[263]86 $(INC)nbmath.h \
87 $(INC)machdefs.h \
88 $(INC)pclassids.h pixelmap.h \
[228]89 $(INC)ppersist.h \
[263]90 $(INC)pexceptions.h \
91 $(INC)md5.h \
[228]92 $(INC)dvlist.h \
[510]93 $(INC)objfio.h \
94 $(INC)anydataobj.h \
95 $(INC)tvector.h \
96 $(INC)tmatrix.h \
97 $(INC)ndatablock.h \
98 $(INC)piocmplx.h
[263]99$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
100 utilgeom.h
[510]101$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
[263]102$(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
Note: See TracBrowser for help on using the repository browser.