source: tags/svn.1.5.4/PHYLO/Makefile

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

merge from dev [7679] [7683] [7684] [7685] [7686]

  • ARBDB → CORE
    • functions handling string arrays
    • adsort
  • unit test for GBT_scan_db
  • reorder item keys
    • fixed crash/stupid warning message when moving beyond end of list
    • added sorting (name, type, freq)
  • removed obsolete default field (relict from old version showing groups in species information window)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.7 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5CPP_OBJECTS =  PH_data.o PH_root.o PH_main.o PH_filt.o PH_display.o PH_matr.o
6
7$(MAIN): $(CPP_OBJECTS)
8        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
9
10.cxx.o:
11        $(CPP) $(cflags) -c $<  $(CPPINCLUDES) $(POST_COMPILE)
12
13clean:
14        rm -f $(CPP_OBJECTS) *.a
15
16DEPENDS = $(CPP_OBJECTS:.o=.depend)
17depends: $(DEPENDS)
18        @cat $(DEPENDS) | grep -v '^#' >>Makefile
19        @rm $(DEPENDS)
20$(DEPENDS): depend.init
21depend.init:
22        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
23.c.depend:
24        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
25.cxx.depend:
26        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
27
28# DO NOT DELETE THIS LINE -- make depend depends on it.
29
30# Do not add dependencies manually - use 'make depend' in $ARBHOME
31# For formatting issues see SOURCE_TOOLS/fix_depends.pl
32
33PH_data.o: PH_filter.hxx
34PH_data.o: phwin.hxx
35PH_data.o: phylo.hxx
36PH_data.o: $(ARBHOME)/INCLUDE/ad_prot.h
37PH_data.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
38PH_data.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
39PH_data.o: $(ARBHOME)/INCLUDE/arb_assert.h
40PH_data.o: $(ARBHOME)/INCLUDE/arb_core.h
41PH_data.o: $(ARBHOME)/INCLUDE/arb_error.h
42PH_data.o: $(ARBHOME)/INCLUDE/arb_msg.h
43PH_data.o: $(ARBHOME)/INCLUDE/arb_progress.h
44PH_data.o: $(ARBHOME)/INCLUDE/arb_string.h
45PH_data.o: $(ARBHOME)/INCLUDE/arbdb.h
46PH_data.o: $(ARBHOME)/INCLUDE/arbdb_base.h
47PH_data.o: $(ARBHOME)/INCLUDE/arbdbt.h
48PH_data.o: $(ARBHOME)/INCLUDE/arbtools.h
49PH_data.o: $(ARBHOME)/INCLUDE/attributes.h
50PH_data.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
51PH_data.o: $(ARBHOME)/INCLUDE/aw_base.hxx
52PH_data.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
53PH_data.o: $(ARBHOME)/INCLUDE/aw_root.hxx
54PH_data.o: $(ARBHOME)/INCLUDE/aw_window.hxx
55PH_data.o: $(ARBHOME)/INCLUDE/cb.h
56PH_data.o: $(ARBHOME)/INCLUDE/dupstr.h
57PH_data.o: $(ARBHOME)/INCLUDE/smartptr.h
58PH_data.o: $(ARBHOME)/INCLUDE/test_global.h
59
60PH_display.o: PH_display.hxx
61PH_display.o: PH_filter.hxx
62PH_display.o: phwin.hxx
63PH_display.o: phylo.hxx
64PH_display.o: $(ARBHOME)/INCLUDE/ad_prot.h
65PH_display.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
66PH_display.o: $(ARBHOME)/INCLUDE/arb_assert.h
67PH_display.o: $(ARBHOME)/INCLUDE/arb_core.h
68PH_display.o: $(ARBHOME)/INCLUDE/arb_error.h
69PH_display.o: $(ARBHOME)/INCLUDE/arb_msg.h
70PH_display.o: $(ARBHOME)/INCLUDE/arb_string.h
71PH_display.o: $(ARBHOME)/INCLUDE/arbdb.h
72PH_display.o: $(ARBHOME)/INCLUDE/arbdb_base.h
73PH_display.o: $(ARBHOME)/INCLUDE/arbtools.h
74PH_display.o: $(ARBHOME)/INCLUDE/attributes.h
75PH_display.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
76PH_display.o: $(ARBHOME)/INCLUDE/aw_base.hxx
77PH_display.o: $(ARBHOME)/INCLUDE/aw_device.hxx
78PH_display.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
79PH_display.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
80PH_display.o: $(ARBHOME)/INCLUDE/aw_position.hxx
81PH_display.o: $(ARBHOME)/INCLUDE/aw_root.hxx
82PH_display.o: $(ARBHOME)/INCLUDE/aw_window.hxx
83PH_display.o: $(ARBHOME)/INCLUDE/cb.h
84PH_display.o: $(ARBHOME)/INCLUDE/dupstr.h
85PH_display.o: $(ARBHOME)/INCLUDE/smartptr.h
86PH_display.o: $(ARBHOME)/INCLUDE/test_global.h
87
88PH_filt.o: PH_filter.hxx
89PH_filt.o: phwin.hxx
90PH_filt.o: phylo.hxx
91PH_filt.o: $(ARBHOME)/INCLUDE/ad_prot.h
92PH_filt.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
93PH_filt.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
94PH_filt.o: $(ARBHOME)/INCLUDE/arb_assert.h
95PH_filt.o: $(ARBHOME)/INCLUDE/arb_core.h
96PH_filt.o: $(ARBHOME)/INCLUDE/arb_error.h
97PH_filt.o: $(ARBHOME)/INCLUDE/arb_msg.h
98PH_filt.o: $(ARBHOME)/INCLUDE/arb_progress.h
99PH_filt.o: $(ARBHOME)/INCLUDE/arb_string.h
100PH_filt.o: $(ARBHOME)/INCLUDE/arbdb.h
101PH_filt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
102PH_filt.o: $(ARBHOME)/INCLUDE/arbdbt.h
103PH_filt.o: $(ARBHOME)/INCLUDE/arbtools.h
104PH_filt.o: $(ARBHOME)/INCLUDE/attributes.h
105PH_filt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
106PH_filt.o: $(ARBHOME)/INCLUDE/aw_base.hxx
107PH_filt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
108PH_filt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
109PH_filt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
110PH_filt.o: $(ARBHOME)/INCLUDE/cb.h
111PH_filt.o: $(ARBHOME)/INCLUDE/dupstr.h
112PH_filt.o: $(ARBHOME)/INCLUDE/smartptr.h
113PH_filt.o: $(ARBHOME)/INCLUDE/test_global.h
114
115PH_main.o: PH_display.hxx
116PH_main.o: PH_filter.hxx
117PH_main.o: phwin.hxx
118PH_main.o: phylo.hxx
119PH_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
120PH_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
121PH_main.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
122PH_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
123PH_main.o: $(ARBHOME)/INCLUDE/arb_core.h
124PH_main.o: $(ARBHOME)/INCLUDE/arb_error.h
125PH_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
126PH_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h
127PH_main.o: $(ARBHOME)/INCLUDE/arb_string.h
128PH_main.o: $(ARBHOME)/INCLUDE/arbdb.h
129PH_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
130PH_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
131PH_main.o: $(ARBHOME)/INCLUDE/arbtools.h
132PH_main.o: $(ARBHOME)/INCLUDE/attributes.h
133PH_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
134PH_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
135PH_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
136PH_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
137PH_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
138PH_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
139PH_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
140PH_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
141PH_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
142PH_main.o: $(ARBHOME)/INCLUDE/awt.hxx
143PH_main.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
144PH_main.o: $(ARBHOME)/INCLUDE/cb.h
145PH_main.o: $(ARBHOME)/INCLUDE/dupstr.h
146PH_main.o: $(ARBHOME)/INCLUDE/smartptr.h
147PH_main.o: $(ARBHOME)/INCLUDE/test_global.h
148
149PH_matr.o: PH_filter.hxx
150PH_matr.o: phylo.hxx
151PH_matr.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
152PH_matr.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
153PH_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h
154PH_matr.o: $(ARBHOME)/INCLUDE/arb_core.h
155PH_matr.o: $(ARBHOME)/INCLUDE/arb_error.h
156PH_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h
157PH_matr.o: $(ARBHOME)/INCLUDE/arbtools.h
158PH_matr.o: $(ARBHOME)/INCLUDE/attributes.h
159PH_matr.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
160PH_matr.o: $(ARBHOME)/INCLUDE/aw_base.hxx
161PH_matr.o: $(ARBHOME)/INCLUDE/aw_file.hxx
162PH_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
163PH_matr.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
164PH_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx
165PH_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx
166PH_matr.o: $(ARBHOME)/INCLUDE/cb.h
167PH_matr.o: $(ARBHOME)/INCLUDE/dupstr.h
168PH_matr.o: $(ARBHOME)/INCLUDE/smartptr.h
169PH_matr.o: $(ARBHOME)/INCLUDE/test_global.h
170
171PH_root.o: PH_filter.hxx
172PH_root.o: phylo.hxx
173PH_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
174PH_root.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
175PH_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
176PH_root.o: $(ARBHOME)/INCLUDE/arb_core.h
177PH_root.o: $(ARBHOME)/INCLUDE/arb_error.h
178PH_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
179PH_root.o: $(ARBHOME)/INCLUDE/arb_string.h
180PH_root.o: $(ARBHOME)/INCLUDE/arbdb.h
181PH_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
182PH_root.o: $(ARBHOME)/INCLUDE/arbtools.h
183PH_root.o: $(ARBHOME)/INCLUDE/attributes.h
184PH_root.o: $(ARBHOME)/INCLUDE/aw_base.hxx
185PH_root.o: $(ARBHOME)/INCLUDE/dupstr.h
186PH_root.o: $(ARBHOME)/INCLUDE/smartptr.h
187PH_root.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.