source: tags/arb_5.5/PHYLO/Makefile

Last change on this file was 5709, checked in by westram, 15 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 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)
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_k_prot.h
37PH_data.o: $(ARBHOME)/INCLUDE/ad_prot.h
38PH_data.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
39PH_data.o: $(ARBHOME)/INCLUDE/arb_assert.h
40PH_data.o: $(ARBHOME)/INCLUDE/arbdb.h
41PH_data.o: $(ARBHOME)/INCLUDE/arbdb_base.h
42PH_data.o: $(ARBHOME)/INCLUDE/arbdbt.h
43PH_data.o: $(ARBHOME)/INCLUDE/attributes.h
44PH_data.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
45PH_data.o: $(ARBHOME)/INCLUDE/aw_device.hxx
46PH_data.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
47PH_data.o: $(ARBHOME)/INCLUDE/aw_position.hxx
48PH_data.o: $(ARBHOME)/INCLUDE/aw_root.hxx
49PH_data.o: $(ARBHOME)/INCLUDE/aw_window.hxx
50PH_data.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
51PH_data.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
52
53PH_display.o: PH_display.hxx
54PH_display.o: PH_filter.hxx
55PH_display.o: phwin.hxx
56PH_display.o: phylo.hxx
57PH_display.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
58PH_display.o: $(ARBHOME)/INCLUDE/ad_prot.h
59PH_display.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
60PH_display.o: $(ARBHOME)/INCLUDE/arb_assert.h
61PH_display.o: $(ARBHOME)/INCLUDE/arbdb.h
62PH_display.o: $(ARBHOME)/INCLUDE/arbdb_base.h
63PH_display.o: $(ARBHOME)/INCLUDE/arbdbt.h
64PH_display.o: $(ARBHOME)/INCLUDE/attributes.h
65PH_display.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
66PH_display.o: $(ARBHOME)/INCLUDE/aw_device.hxx
67PH_display.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
68PH_display.o: $(ARBHOME)/INCLUDE/aw_position.hxx
69PH_display.o: $(ARBHOME)/INCLUDE/aw_root.hxx
70PH_display.o: $(ARBHOME)/INCLUDE/aw_window.hxx
71PH_display.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
72PH_display.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
73
74PH_filt.o: PH_filter.hxx
75PH_filt.o: phwin.hxx
76PH_filt.o: phylo.hxx
77PH_filt.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
78PH_filt.o: $(ARBHOME)/INCLUDE/ad_prot.h
79PH_filt.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
80PH_filt.o: $(ARBHOME)/INCLUDE/arb_assert.h
81PH_filt.o: $(ARBHOME)/INCLUDE/arbdb.h
82PH_filt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
83PH_filt.o: $(ARBHOME)/INCLUDE/arbdbt.h
84PH_filt.o: $(ARBHOME)/INCLUDE/attributes.h
85PH_filt.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
86PH_filt.o: $(ARBHOME)/INCLUDE/aw_device.hxx
87PH_filt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
88PH_filt.o: $(ARBHOME)/INCLUDE/aw_position.hxx
89PH_filt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
90PH_filt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
91PH_filt.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
92PH_filt.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
93
94PH_main.o: PH_display.hxx
95PH_main.o: PH_filter.hxx
96PH_main.o: phwin.hxx
97PH_main.o: phylo.hxx
98PH_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
99PH_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
100PH_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
101PH_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
102PH_main.o: $(ARBHOME)/INCLUDE/arbdb.h
103PH_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
104PH_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
105PH_main.o: $(ARBHOME)/INCLUDE/attributes.h
106PH_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
107PH_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
108PH_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
109PH_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
110PH_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
111PH_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
112PH_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
113PH_main.o: $(ARBHOME)/INCLUDE/awt.hxx
114PH_main.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
115PH_main.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
116PH_main.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
117
118PH_matr.o: PH_filter.hxx
119PH_matr.o: phylo.hxx
120PH_matr.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
121PH_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h
122PH_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
123PH_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h
124PH_matr.o: $(ARBHOME)/INCLUDE/arbdb.h
125PH_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h
126PH_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h
127PH_matr.o: $(ARBHOME)/INCLUDE/attributes.h
128PH_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
129PH_matr.o: $(ARBHOME)/INCLUDE/aw_device.hxx
130PH_matr.o: $(ARBHOME)/INCLUDE/aw_global.hxx
131PH_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
132PH_matr.o: $(ARBHOME)/INCLUDE/aw_position.hxx
133PH_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx
134PH_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx
135PH_matr.o: $(ARBHOME)/INCLUDE/awt.hxx
136PH_matr.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
137PH_matr.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
138
139PH_root.o: PH_filter.hxx
140PH_root.o: phylo.hxx
141PH_root.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
142PH_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
143PH_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
144PH_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
145PH_root.o: $(ARBHOME)/INCLUDE/arbdb.h
146PH_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
147PH_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
148PH_root.o: $(ARBHOME)/INCLUDE/attributes.h
149PH_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
150PH_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx
151PH_root.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
152PH_root.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
Note: See TracBrowser for help on using the repository browser.