source: tags/svn.1.5.4/RNA3D/Makefile

Last change on this file was 7916, checked in by westram, 14 years ago
  • removed AWAR_DTREE_REFRESH (→ AWAR_TREE_REFRESH)
  • DRYed AWAR_TREE_REFRESH
  • loosened coupling between aw_awar.hxx and aw_awar_defs.hxx (former aw_awars.hxx)
    • aw_awars.hxx now includes both
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 12.1 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .cxx .depend
3
4CPP_OBJECTS =   RNA3D_Main.o \
5                                RNA3D_Interface.o \
6                                RNA3D_Graphics.o \
7                                RNA3D_OpenGLEngine.o \
8                                RNA3D_OpenGLGraphics.o \
9                                RNA3D_Textures.o \
10                                RNA3D_StructureData.o \
11                                RNA3D_Renderer.o
12
13$(MAIN): $(CPP_OBJECTS)
14        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
15.cxx.o:
16        $(CPP) $(cflags) -c -o $@ $(@:.o=.cxx)  $(CPPINCLUDES) $(POST_COMPILE)
17
18clean:
19        rm -f $(CPP_OBJECTS) *.a
20
21DEPENDS = $(CPP_OBJECTS:.o=.depend)
22depends: $(DEPENDS)
23        @cat $(DEPENDS) | grep -v '^#' >>Makefile
24        @rm $(DEPENDS)
25$(DEPENDS): depend.init
26depend.init:
27        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
28.c.depend:
29        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
30.cxx.depend:
31        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
32
33# DO NOT DELETE THIS LINE -- make depend depends on it.
34
35# Do not add dependencies manually - use 'make depend' in $ARBHOME
36# For formatting issues see SOURCE_TOOLS/fix_depends.pl
37
38RNA3D_Graphics.o: RNA3D_GlobalHeader.hxx
39RNA3D_Graphics.o: RNA3D_Graphics.hxx
40RNA3D_Graphics.o: RNA3D_Interface.hxx
41RNA3D_Graphics.o: RNA3D_OpenGLEngine.hxx
42RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/arb_assert.h
43RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/arb_core.h
44RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/arb_error.h
45RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/arbdb_base.h
46RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/arbtools.h
47RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/attributes.h
48RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_base.hxx
49RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_device.hxx
50RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
51RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
52RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_position.hxx
53RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
54RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/aw_window.hxx
55RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
56RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/dupstr.h
57RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/GL/glpng.h
58RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/smartptr.h
59RNA3D_Graphics.o: $(ARBHOME)/INCLUDE/test_global.h
60
61RNA3D_Interface.o: RNA3D_Global.hxx
62RNA3D_Interface.o: RNA3D_GlobalHeader.hxx
63RNA3D_Interface.o: RNA3D_Graphics.hxx
64RNA3D_Interface.o: RNA3D_Interface.hxx
65RNA3D_Interface.o: RNA3D_OpenGLEngine.hxx
66RNA3D_Interface.o: RNA3D_OpenGLGraphics.hxx
67RNA3D_Interface.o: RNA3D_StructureData.hxx
68RNA3D_Interface.o: $(ARBHOME)/INCLUDE/ad_prot.h
69RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arb_assert.h
70RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arb_core.h
71RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arb_error.h
72RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arb_msg.h
73RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arb_string.h
74RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arbdb.h
75RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h
76RNA3D_Interface.o: $(ARBHOME)/INCLUDE/arbtools.h
77RNA3D_Interface.o: $(ARBHOME)/INCLUDE/attributes.h
78RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
79RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
80RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
81RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_base.hxx
82RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_device.hxx
83RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
84RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
85RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_position.hxx
86RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
87RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_root.hxx
88RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_window.hxx
89RNA3D_Interface.o: $(ARBHOME)/INCLUDE/aw_window_Xm_interface.hxx
90RNA3D_Interface.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
91RNA3D_Interface.o: $(ARBHOME)/INCLUDE/cb.h
92RNA3D_Interface.o: $(ARBHOME)/INCLUDE/dupstr.h
93RNA3D_Interface.o: $(ARBHOME)/INCLUDE/GL/aw_window_ogl.hxx
94RNA3D_Interface.o: $(ARBHOME)/INCLUDE/GL/glpng.h
95RNA3D_Interface.o: $(ARBHOME)/INCLUDE/smartptr.h
96RNA3D_Interface.o: $(ARBHOME)/INCLUDE/test_global.h
97
98RNA3D_Main.o: rna3d_extern.hxx
99RNA3D_Main.o: RNA3D_Global.hxx
100RNA3D_Main.o: RNA3D_GlobalHeader.hxx
101RNA3D_Main.o: RNA3D_Interface.hxx
102RNA3D_Main.o: $(ARBHOME)/INCLUDE/ad_prot.h
103RNA3D_Main.o: $(ARBHOME)/INCLUDE/arb_assert.h
104RNA3D_Main.o: $(ARBHOME)/INCLUDE/arb_core.h
105RNA3D_Main.o: $(ARBHOME)/INCLUDE/arb_error.h
106RNA3D_Main.o: $(ARBHOME)/INCLUDE/arb_msg.h
107RNA3D_Main.o: $(ARBHOME)/INCLUDE/arb_string.h
108RNA3D_Main.o: $(ARBHOME)/INCLUDE/arbdb.h
109RNA3D_Main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
110RNA3D_Main.o: $(ARBHOME)/INCLUDE/arbtools.h
111RNA3D_Main.o: $(ARBHOME)/INCLUDE/attributes.h
112RNA3D_Main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
113RNA3D_Main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
114RNA3D_Main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
115RNA3D_Main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
116RNA3D_Main.o: $(ARBHOME)/INCLUDE/cb.h
117RNA3D_Main.o: $(ARBHOME)/INCLUDE/dupstr.h
118RNA3D_Main.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
119RNA3D_Main.o: $(ARBHOME)/INCLUDE/GL/glpng.h
120RNA3D_Main.o: $(ARBHOME)/INCLUDE/smartptr.h
121RNA3D_Main.o: $(ARBHOME)/INCLUDE/test_global.h
122
123RNA3D_OpenGLEngine.o: RNA3D_Global.hxx
124RNA3D_OpenGLEngine.o: RNA3D_GlobalHeader.hxx
125RNA3D_OpenGLEngine.o: RNA3D_Graphics.hxx
126RNA3D_OpenGLEngine.o: RNA3D_Interface.hxx
127RNA3D_OpenGLEngine.o: RNA3D_OpenGLEngine.hxx
128RNA3D_OpenGLEngine.o: RNA3D_OpenGLGraphics.hxx
129RNA3D_OpenGLEngine.o: RNA3D_Renderer.hxx
130RNA3D_OpenGLEngine.o: RNA3D_StructureData.hxx
131RNA3D_OpenGLEngine.o: RNA3D_Textures.hxx
132RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/ad_prot.h
133RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arb_assert.h
134RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arb_core.h
135RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arb_error.h
136RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arb_msg.h
137RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arb_string.h
138RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arbdb.h
139RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arbdb_base.h
140RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/arbtools.h
141RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/attributes.h
142RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
143RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
144RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
145RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_base.hxx
146RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_device.hxx
147RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
148RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_position.hxx
149RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_root.hxx
150RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/aw_window.hxx
151RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
152RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
153RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/cb.h
154RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/dupstr.h
155RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/GL/aw_window_ogl.hxx
156RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/GL/glpng.h
157RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/smartptr.h
158RNA3D_OpenGLEngine.o: $(ARBHOME)/INCLUDE/test_global.h
159
160RNA3D_OpenGLGraphics.o: RNA3D_Global.hxx
161RNA3D_OpenGLGraphics.o: RNA3D_GlobalHeader.hxx
162RNA3D_OpenGLGraphics.o: RNA3D_OpenGLGraphics.hxx
163RNA3D_OpenGLGraphics.o: RNA3D_Renderer.hxx
164RNA3D_OpenGLGraphics.o: RNA3D_StructureData.hxx
165RNA3D_OpenGLGraphics.o: RNA3D_Textures.hxx
166RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/ad_prot.h
167RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arb_assert.h
168RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arb_core.h
169RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arb_error.h
170RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arb_msg.h
171RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arb_string.h
172RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arbdb.h
173RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arbdb_base.h
174RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/arbtools.h
175RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/attributes.h
176RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/aw_base.hxx
177RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/aw_device.hxx
178RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
179RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/aw_position.hxx
180RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/aw_window.hxx
181RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/aw_window_Xm_interface.hxx
182RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
183RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/dupstr.h
184RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/GL/glpng.h
185RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/smartptr.h
186RNA3D_OpenGLGraphics.o: $(ARBHOME)/INCLUDE/test_global.h
187
188RNA3D_Renderer.o: RNA3D_Global.hxx
189RNA3D_Renderer.o: RNA3D_GlobalHeader.hxx
190RNA3D_Renderer.o: RNA3D_Graphics.hxx
191RNA3D_Renderer.o: RNA3D_OpenGLGraphics.hxx
192RNA3D_Renderer.o: RNA3D_Renderer.hxx
193RNA3D_Renderer.o: RNA3D_StructureData.hxx
194RNA3D_Renderer.o: RNA3D_Textures.hxx
195RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/ad_prot.h
196RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arb_assert.h
197RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arb_core.h
198RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arb_error.h
199RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arb_msg.h
200RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arb_string.h
201RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arbdb.h
202RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arbdb_base.h
203RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/arbtools.h
204RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/attributes.h
205RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
206RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_base.hxx
207RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_device.hxx
208RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
209RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_position.hxx
210RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_root.hxx
211RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/aw_window.hxx
212RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
213RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/cb.h
214RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/dupstr.h
215RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/GL/glpng.h
216RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/smartptr.h
217RNA3D_Renderer.o: $(ARBHOME)/INCLUDE/test_global.h
218
219RNA3D_StructureData.o: RNA3D_Global.hxx
220RNA3D_StructureData.o: RNA3D_GlobalHeader.hxx
221RNA3D_StructureData.o: RNA3D_Graphics.hxx
222RNA3D_StructureData.o: RNA3D_OpenGLGraphics.hxx
223RNA3D_StructureData.o: RNA3D_StructureData.hxx
224RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/ad_prot.h
225RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
226RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arb_assert.h
227RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arb_core.h
228RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arb_error.h
229RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arb_msg.h
230RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arb_string.h
231RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arbdb.h
232RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arbdb_base.h
233RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arbdbt.h
234RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/arbtools.h
235RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/attributes.h
236RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
237RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
238RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
239RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_base.hxx
240RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
241RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_device.hxx
242RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
243RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
244RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_position.hxx
245RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_root.hxx
246RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/aw_window.hxx
247RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
248RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
249RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/cb.h
250RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/dupstr.h
251RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
252RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
253RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/GL/glpng.h
254RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/smartptr.h
255RNA3D_StructureData.o: $(ARBHOME)/INCLUDE/test_global.h
256
257RNA3D_Textures.o: RNA3D_Global.hxx
258RNA3D_Textures.o: RNA3D_GlobalHeader.hxx
259RNA3D_Textures.o: RNA3D_OpenGLEngine.hxx
260RNA3D_Textures.o: RNA3D_Textures.hxx
261RNA3D_Textures.o: $(ARBHOME)/INCLUDE/ad_prot.h
262RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arb_assert.h
263RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arb_core.h
264RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arb_error.h
265RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arb_msg.h
266RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arb_string.h
267RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arbdb.h
268RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arbdb_base.h
269RNA3D_Textures.o: $(ARBHOME)/INCLUDE/arbtools.h
270RNA3D_Textures.o: $(ARBHOME)/INCLUDE/attributes.h
271RNA3D_Textures.o: $(ARBHOME)/INCLUDE/dupstr.h
272RNA3D_Textures.o: $(ARBHOME)/INCLUDE/GL/glpng.h
273RNA3D_Textures.o: $(ARBHOME)/INCLUDE/smartptr.h
274RNA3D_Textures.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.