source: tags/svn.1.5.4/PROBE/Makefile

Last change on this file was 8103, checked in by westram, 14 years ago

merge from ptpan_back [8071] [8075] [8076] [8077] [8079]

  • moved ARBDB/GB_system → CORE/GBK_system
  • moved basic file related functions from ARBDB to CORE
    • GB_time_of_file (no longer automatically evaluates given path)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 12.3 KB
Line 
1.SUFFIXES: .o .cxx .depend
2
3CPP_OBJECTS = \
4        PT_buildtree.o \
5        PT_etc.o \
6        PT_family.o \
7        PT_findEx.o \
8        PT_io.o \
9        PT_main.o \
10        PT_match.o \
11        PT_new_design.o \
12        PT_prefixtree.o \
13        PT_debug.o \
14        PT_rangeCheck.o \
15
16C_OBJECTS = # BI_helix.o
17OBJECTS = $(CPP_OBJECTS) $(C_OBJECTS)
18
19$(MAIN): $(OBJECTS) 
20        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
21
22.c.o:
23        $(ACC) $(cflags) -c $< $(AINCLUDES) $(POST_COMPILE)
24
25.cxx.o:
26        $(CPP) $(cflags) -c $<  $(CPPINCLUDES) $(POST_COMPILE)
27
28proto:
29        ../AISC_MKPTPS/aisc_mkpt -P -G -E -z -A -w pt_prototypes.h $(OBJECTS:.o=.cxx) probe_tree.h >pt_prototypes.h.tmp
30        ../SOURCE_TOOLS/mv_if_diff pt_prototypes.h.tmp pt_prototypes.h
31
32clean:
33        rm -f $(OBJECTS) *.a
34
35DEPENDS = $(OBJECTS:.o=.depend)
36depends: $(DEPENDS)
37        @cat $(DEPENDS) | grep -v '^#' >>Makefile
38        @rm $(DEPENDS)
39$(DEPENDS): depend.init
40depend.init:
41        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
42.c.depend:
43        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
44.cxx.depend:
45        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
46
47# DO NOT DELETE THIS LINE -- make depend depends on it.
48
49# Do not add dependencies manually - use 'make depend' in $ARBHOME
50# For formatting issues see SOURCE_TOOLS/fix_depends.pl
51
52PT_buildtree.o: probe.h
53PT_buildtree.o: probe_tree.h
54PT_buildtree.o: pt_prototypes.h
55PT_buildtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
56PT_buildtree.o: $(ARBHOME)/INCLUDE/aisc_global.h
57PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
58PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_core.h
59PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_defs.h
60PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_error.h
61PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_file.h
62PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_msg.h
63PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_progress.h
64PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_string.h
65PT_buildtree.o: $(ARBHOME)/INCLUDE/arbdb.h
66PT_buildtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
67PT_buildtree.o: $(ARBHOME)/INCLUDE/arbtools.h
68PT_buildtree.o: $(ARBHOME)/INCLUDE/attributes.h
69PT_buildtree.o: $(ARBHOME)/INCLUDE/bytestring.h
70PT_buildtree.o: $(ARBHOME)/INCLUDE/dupstr.h
71PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_com.h
72PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_server.h
73PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
74PT_buildtree.o: $(ARBHOME)/INCLUDE/smartptr.h
75PT_buildtree.o: $(ARBHOME)/INCLUDE/static_assert.h
76PT_buildtree.o: $(ARBHOME)/INCLUDE/test_global.h
77PT_buildtree.o: $(ARBHOME)/INCLUDE/test_unit.h
78
79PT_debug.o: probe.h
80PT_debug.o: probe_tree.h
81PT_debug.o: pt_prototypes.h
82PT_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h
83PT_debug.o: $(ARBHOME)/INCLUDE/aisc_global.h
84PT_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h
85PT_debug.o: $(ARBHOME)/INCLUDE/arb_core.h
86PT_debug.o: $(ARBHOME)/INCLUDE/arb_error.h
87PT_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h
88PT_debug.o: $(ARBHOME)/INCLUDE/arb_string.h
89PT_debug.o: $(ARBHOME)/INCLUDE/arbdb.h
90PT_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h
91PT_debug.o: $(ARBHOME)/INCLUDE/arbtools.h
92PT_debug.o: $(ARBHOME)/INCLUDE/attributes.h
93PT_debug.o: $(ARBHOME)/INCLUDE/bytestring.h
94PT_debug.o: $(ARBHOME)/INCLUDE/dupstr.h
95PT_debug.o: $(ARBHOME)/INCLUDE/PT_com.h
96PT_debug.o: $(ARBHOME)/INCLUDE/PT_server.h
97PT_debug.o: $(ARBHOME)/INCLUDE/smartptr.h
98PT_debug.o: $(ARBHOME)/INCLUDE/static_assert.h
99PT_debug.o: $(ARBHOME)/INCLUDE/test_global.h
100
101PT_etc.o: probe.h
102PT_etc.o: pt_prototypes.h
103PT_etc.o: $(ARBHOME)/INCLUDE/ad_prot.h
104PT_etc.o: $(ARBHOME)/INCLUDE/aisc_global.h
105PT_etc.o: $(ARBHOME)/INCLUDE/arb_assert.h
106PT_etc.o: $(ARBHOME)/INCLUDE/arb_core.h
107PT_etc.o: $(ARBHOME)/INCLUDE/arb_error.h
108PT_etc.o: $(ARBHOME)/INCLUDE/arb_msg.h
109PT_etc.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
110PT_etc.o: $(ARBHOME)/INCLUDE/arb_string.h
111PT_etc.o: $(ARBHOME)/INCLUDE/arbdb.h
112PT_etc.o: $(ARBHOME)/INCLUDE/arbdb_base.h
113PT_etc.o: $(ARBHOME)/INCLUDE/arbtools.h
114PT_etc.o: $(ARBHOME)/INCLUDE/attributes.h
115PT_etc.o: $(ARBHOME)/INCLUDE/bytestring.h
116PT_etc.o: $(ARBHOME)/INCLUDE/dupstr.h
117PT_etc.o: $(ARBHOME)/INCLUDE/PT_com.h
118PT_etc.o: $(ARBHOME)/INCLUDE/PT_server.h
119PT_etc.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
120PT_etc.o: $(ARBHOME)/INCLUDE/smartptr.h
121PT_etc.o: $(ARBHOME)/INCLUDE/struct_man.h
122PT_etc.o: $(ARBHOME)/INCLUDE/test_global.h
123
124PT_family.o: probe.h
125PT_family.o: probe_tree.h
126PT_family.o: pt_prototypes.h
127PT_family.o: PT_rangeCheck.h
128PT_family.o: $(ARBHOME)/INCLUDE/ad_prot.h
129PT_family.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
130PT_family.o: $(ARBHOME)/INCLUDE/aisc_global.h
131PT_family.o: $(ARBHOME)/INCLUDE/arb_assert.h
132PT_family.o: $(ARBHOME)/INCLUDE/arb_core.h
133PT_family.o: $(ARBHOME)/INCLUDE/arb_error.h
134PT_family.o: $(ARBHOME)/INCLUDE/arb_msg.h
135PT_family.o: $(ARBHOME)/INCLUDE/arb_string.h
136PT_family.o: $(ARBHOME)/INCLUDE/arbdb.h
137PT_family.o: $(ARBHOME)/INCLUDE/arbdb_base.h
138PT_family.o: $(ARBHOME)/INCLUDE/arbdbt.h
139PT_family.o: $(ARBHOME)/INCLUDE/arbtools.h
140PT_family.o: $(ARBHOME)/INCLUDE/attributes.h
141PT_family.o: $(ARBHOME)/INCLUDE/bytestring.h
142PT_family.o: $(ARBHOME)/INCLUDE/dupstr.h
143PT_family.o: $(ARBHOME)/INCLUDE/PT_com.h
144PT_family.o: $(ARBHOME)/INCLUDE/PT_server.h
145PT_family.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
146PT_family.o: $(ARBHOME)/INCLUDE/smartptr.h
147PT_family.o: $(ARBHOME)/INCLUDE/static_assert.h
148PT_family.o: $(ARBHOME)/INCLUDE/struct_man.h
149PT_family.o: $(ARBHOME)/INCLUDE/test_global.h
150
151PT_findEx.o: probe.h
152PT_findEx.o: probe_tree.h
153PT_findEx.o: pt_prototypes.h
154PT_findEx.o: $(ARBHOME)/INCLUDE/ad_prot.h
155PT_findEx.o: $(ARBHOME)/INCLUDE/aisc_global.h
156PT_findEx.o: $(ARBHOME)/INCLUDE/arb_assert.h
157PT_findEx.o: $(ARBHOME)/INCLUDE/arb_core.h
158PT_findEx.o: $(ARBHOME)/INCLUDE/arb_error.h
159PT_findEx.o: $(ARBHOME)/INCLUDE/arb_msg.h
160PT_findEx.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
161PT_findEx.o: $(ARBHOME)/INCLUDE/arb_string.h
162PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb.h
163PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb_base.h
164PT_findEx.o: $(ARBHOME)/INCLUDE/arbtools.h
165PT_findEx.o: $(ARBHOME)/INCLUDE/attributes.h
166PT_findEx.o: $(ARBHOME)/INCLUDE/bytestring.h
167PT_findEx.o: $(ARBHOME)/INCLUDE/dupstr.h
168PT_findEx.o: $(ARBHOME)/INCLUDE/PT_com.h
169PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server.h
170PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
171PT_findEx.o: $(ARBHOME)/INCLUDE/smartptr.h
172PT_findEx.o: $(ARBHOME)/INCLUDE/static_assert.h
173PT_findEx.o: $(ARBHOME)/INCLUDE/test_global.h
174
175PT_io.o: probe.h
176PT_io.o: pt_prototypes.h
177PT_io.o: $(ARBHOME)/INCLUDE/ad_prot.h
178PT_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
179PT_io.o: $(ARBHOME)/INCLUDE/aisc_global.h
180PT_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
181PT_io.o: $(ARBHOME)/INCLUDE/arb_core.h
182PT_io.o: $(ARBHOME)/INCLUDE/arb_error.h
183PT_io.o: $(ARBHOME)/INCLUDE/arb_msg.h
184PT_io.o: $(ARBHOME)/INCLUDE/arb_progress.h
185PT_io.o: $(ARBHOME)/INCLUDE/arb_string.h
186PT_io.o: $(ARBHOME)/INCLUDE/arbdb.h
187PT_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
188PT_io.o: $(ARBHOME)/INCLUDE/arbdbt.h
189PT_io.o: $(ARBHOME)/INCLUDE/arbtools.h
190PT_io.o: $(ARBHOME)/INCLUDE/attributes.h
191PT_io.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
192PT_io.o: $(ARBHOME)/INCLUDE/bytestring.h
193PT_io.o: $(ARBHOME)/INCLUDE/dupstr.h
194PT_io.o: $(ARBHOME)/INCLUDE/PT_com.h
195PT_io.o: $(ARBHOME)/INCLUDE/PT_server.h
196PT_io.o: $(ARBHOME)/INCLUDE/smartptr.h
197PT_io.o: $(ARBHOME)/INCLUDE/test_global.h
198
199PT_main.o: probe.h
200PT_main.o: pt_prototypes.h
201PT_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
202PT_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
203PT_main.o: $(ARBHOME)/INCLUDE/aisc_func_types.h
204PT_main.o: $(ARBHOME)/INCLUDE/aisc_global.h
205PT_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
206PT_main.o: $(ARBHOME)/INCLUDE/arb_core.h
207PT_main.o: $(ARBHOME)/INCLUDE/arb_defs.h
208PT_main.o: $(ARBHOME)/INCLUDE/arb_error.h
209PT_main.o: $(ARBHOME)/INCLUDE/arb_file.h
210PT_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
211PT_main.o: $(ARBHOME)/INCLUDE/arb_string.h
212PT_main.o: $(ARBHOME)/INCLUDE/arbdb.h
213PT_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
214PT_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
215PT_main.o: $(ARBHOME)/INCLUDE/arbtools.h
216PT_main.o: $(ARBHOME)/INCLUDE/attributes.h
217PT_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
218PT_main.o: $(ARBHOME)/INCLUDE/bytestring.h
219PT_main.o: $(ARBHOME)/INCLUDE/client.h
220PT_main.o: $(ARBHOME)/INCLUDE/client_types.h
221PT_main.o: $(ARBHOME)/INCLUDE/dupstr.h
222PT_main.o: $(ARBHOME)/INCLUDE/PT_com.h
223PT_main.o: $(ARBHOME)/INCLUDE/PT_server.h
224PT_main.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
225PT_main.o: $(ARBHOME)/INCLUDE/ptclean.h
226PT_main.o: $(ARBHOME)/INCLUDE/server.h
227PT_main.o: $(ARBHOME)/INCLUDE/servercntrl.h
228PT_main.o: $(ARBHOME)/INCLUDE/smartptr.h
229PT_main.o: $(ARBHOME)/INCLUDE/struct_man.h
230PT_main.o: $(ARBHOME)/INCLUDE/test_global.h
231PT_main.o: $(ARBHOME)/INCLUDE/ut_valgrinded.h
232
233PT_match.o: probe.h
234PT_match.o: probe_tree.h
235PT_match.o: pt_prototypes.h
236PT_match.o: $(ARBHOME)/INCLUDE/ad_prot.h
237PT_match.o: $(ARBHOME)/INCLUDE/aisc_global.h
238PT_match.o: $(ARBHOME)/INCLUDE/arb_assert.h
239PT_match.o: $(ARBHOME)/INCLUDE/arb_core.h
240PT_match.o: $(ARBHOME)/INCLUDE/arb_defs.h
241PT_match.o: $(ARBHOME)/INCLUDE/arb_error.h
242PT_match.o: $(ARBHOME)/INCLUDE/arb_msg.h
243PT_match.o: $(ARBHOME)/INCLUDE/arb_sort.h
244PT_match.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
245PT_match.o: $(ARBHOME)/INCLUDE/arb_string.h
246PT_match.o: $(ARBHOME)/INCLUDE/arbdb.h
247PT_match.o: $(ARBHOME)/INCLUDE/arbdb_base.h
248PT_match.o: $(ARBHOME)/INCLUDE/arbtools.h
249PT_match.o: $(ARBHOME)/INCLUDE/attributes.h
250PT_match.o: $(ARBHOME)/INCLUDE/bytestring.h
251PT_match.o: $(ARBHOME)/INCLUDE/dupstr.h
252PT_match.o: $(ARBHOME)/INCLUDE/PT_com.h
253PT_match.o: $(ARBHOME)/INCLUDE/PT_server.h
254PT_match.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
255PT_match.o: $(ARBHOME)/INCLUDE/smartptr.h
256PT_match.o: $(ARBHOME)/INCLUDE/static_assert.h
257PT_match.o: $(ARBHOME)/INCLUDE/struct_man.h
258PT_match.o: $(ARBHOME)/INCLUDE/test_global.h
259
260PT_new_design.o: probe.h
261PT_new_design.o: probe_tree.h
262PT_new_design.o: pt_prototypes.h
263PT_new_design.o: $(ARBHOME)/INCLUDE/ad_prot.h
264PT_new_design.o: $(ARBHOME)/INCLUDE/aisc_global.h
265PT_new_design.o: $(ARBHOME)/INCLUDE/arb_assert.h
266PT_new_design.o: $(ARBHOME)/INCLUDE/arb_core.h
267PT_new_design.o: $(ARBHOME)/INCLUDE/arb_defs.h
268PT_new_design.o: $(ARBHOME)/INCLUDE/arb_error.h
269PT_new_design.o: $(ARBHOME)/INCLUDE/arb_msg.h
270PT_new_design.o: $(ARBHOME)/INCLUDE/arb_sort.h
271PT_new_design.o: $(ARBHOME)/INCLUDE/arb_str.h
272PT_new_design.o: $(ARBHOME)/INCLUDE/arb_string.h
273PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb.h
274PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h
275PT_new_design.o: $(ARBHOME)/INCLUDE/arbtools.h
276PT_new_design.o: $(ARBHOME)/INCLUDE/attributes.h
277PT_new_design.o: $(ARBHOME)/INCLUDE/bytestring.h
278PT_new_design.o: $(ARBHOME)/INCLUDE/dupstr.h
279PT_new_design.o: $(ARBHOME)/INCLUDE/PT_com.h
280PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server.h
281PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
282PT_new_design.o: $(ARBHOME)/INCLUDE/smartptr.h
283PT_new_design.o: $(ARBHOME)/INCLUDE/static_assert.h
284PT_new_design.o: $(ARBHOME)/INCLUDE/struct_man.h
285PT_new_design.o: $(ARBHOME)/INCLUDE/test_global.h
286
287PT_prefixtree.o: probe.h
288PT_prefixtree.o: probe_tree.h
289PT_prefixtree.o: pt_prototypes.h
290PT_prefixtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
291PT_prefixtree.o: $(ARBHOME)/INCLUDE/aisc_global.h
292PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
293PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_core.h
294PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_error.h
295PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_file.h
296PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_msg.h
297PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_string.h
298PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb.h
299PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
300PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbtools.h
301PT_prefixtree.o: $(ARBHOME)/INCLUDE/attributes.h
302PT_prefixtree.o: $(ARBHOME)/INCLUDE/bytestring.h
303PT_prefixtree.o: $(ARBHOME)/INCLUDE/dupstr.h
304PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_com.h
305PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_server.h
306PT_prefixtree.o: $(ARBHOME)/INCLUDE/smartptr.h
307PT_prefixtree.o: $(ARBHOME)/INCLUDE/static_assert.h
308PT_prefixtree.o: $(ARBHOME)/INCLUDE/test_global.h
309
310PT_rangeCheck.o: probe.h
311PT_rangeCheck.o: probe_tree.h
312PT_rangeCheck.o: pt_prototypes.h
313PT_rangeCheck.o: PT_rangeCheck.h
314PT_rangeCheck.o: $(ARBHOME)/INCLUDE/ad_prot.h
315PT_rangeCheck.o: $(ARBHOME)/INCLUDE/aisc_global.h
316PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_assert.h
317PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_core.h
318PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_error.h
319PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_msg.h
320PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_string.h
321PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arbdb.h
322PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arbdb_base.h
323PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arbtools.h
324PT_rangeCheck.o: $(ARBHOME)/INCLUDE/attributes.h
325PT_rangeCheck.o: $(ARBHOME)/INCLUDE/bytestring.h
326PT_rangeCheck.o: $(ARBHOME)/INCLUDE/dupstr.h
327PT_rangeCheck.o: $(ARBHOME)/INCLUDE/PT_com.h
328PT_rangeCheck.o: $(ARBHOME)/INCLUDE/PT_server.h
329PT_rangeCheck.o: $(ARBHOME)/INCLUDE/smartptr.h
330PT_rangeCheck.o: $(ARBHOME)/INCLUDE/static_assert.h
331PT_rangeCheck.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.