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

Last change on this file since 260 was 228, checked in by ansari, 27 years ago

Creation du module DPC/Samba Reza 13/04/99

File size: 2.2 KB
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libSamba.a
4clean:
5 rm -f $(OBJ)bruit.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o
6 rm $(LIB)libSamba.a
7$(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o
8 $(AR) $(ARFLAGS) $@ $?
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)bruit.o: bruit.cc $(INC)fmath.h \
14 $(INC)cimage.h \
15 $(INC)rzimage.h \
16 $(INC)rzvect.h \
17 $(INC)machine.h \
18 $(INC)defs.h \
19 $(INC)exceptions.h \
20 $(INC)peidainit.h \
21 $(INC)perrors.h \
22 $(INC)datatypes.h \
23 $(INC)ppersist.h \
24 $(INC)pclassids.h \
25 $(INC)dvlist.h bruit.h \
26 $(INC)nbrandom.h \
27 $(INC)hbook.h
28$(OBJ)gorfph.o: gorfph.cc
29$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
30 $(INC)ppersist.h \
31 $(INC)defs.h \
32 $(INC)machine.h \
33 $(INC)perrors.h \
34 $(INC)exceptions.h \
35 $(INC)peidainit.h \
36 $(INC)pclassids.h \
37 $(INC)dvlist.h sphericalmap.h \
38 $(INC)nbmath.h \
39 $(INC)cvector.h \
40 $(INC)matrix.h \
41 $(INC)peida.h \
42 $(INC)utils.h \
43 $(INC)fmath.h
44$(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
45 $(INC)nbmath.h pixelmap.h \
46 $(INC)ppersist.h \
47 $(INC)perrors.h \
48 $(INC)exceptions.h \
49 $(INC)peidainit.h \
50 $(INC)pclassids.h \
51 $(INC)dvlist.h \
52 $(INC)cvector.h \
53 $(INC)matrix.h \
54 $(INC)peida.h \
55 $(INC)utils.h \
56 $(INC)fmath.h unitvec.h \
57 $(INC)timing.h
58$(OBJ)scan.o: scan.cc scan.h $(INC)ppersist.h \
59 $(INC)defs.h \
60 $(INC)machine.h \
61 $(INC)perrors.h \
62 $(INC)exceptions.h \
63 $(INC)peidainit.h \
64 $(INC)pclassids.h \
65 $(INC)dvlist.h \
66 $(INC)nbmath.h
67$(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \
68 $(INC)nbmath.h pixelmap.h \
69 $(INC)ppersist.h \
70 $(INC)perrors.h \
71 $(INC)exceptions.h \
72 $(INC)peidainit.h \
73 $(INC)pclassids.h \
74 $(INC)dvlist.h \
75 $(INC)cvector.h \
76 $(INC)matrix.h \
77 $(INC)peida.h \
78 $(INC)utils.h \
79 $(INC)fmath.h \
80 $(INC)strutil.h
81$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
82 $(INC)nbmath.h pixelmap.h \
83 $(INC)ppersist.h \
84 $(INC)perrors.h \
85 $(INC)exceptions.h \
86 $(INC)peidainit.h \
87 $(INC)pclassids.h \
88 $(INC)dvlist.h \
89 $(INC)cvector.h \
90 $(INC)matrix.h \
91 $(INC)peida.h \
92 $(INC)utils.h \
93 $(INC)fmath.h pdataarray.h prefcount.h
Note: See TracBrowser for help on using the repository browser.