source: tags/arb_5.5/ARB_GDE/Makefile

Last change on this file was 5968, checked in by westram, 15 years ago
  • new flag -w to aisc_mkpt (add include wrapper)
  • uniform style for several include wrappers
  • removed duplicated includes
  • removed useless nt_concatenate.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .cxx .depend
3
4CPP_OBJECTS =   GDE_ParseMenu.o GDE.o GDE_event.o \
5        GDE_arbdb_io.o  GDE_HGLfile.o\
6        GDE_Genbank.o GDE_FileIO.o
7
8CPP_FILES=$(CPP_OBJECTS:.o=.cxx)
9
10$(MAIN): $(CPP_OBJECTS)
11        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
12.cxx.o:
13        $(CPP) $(cflags) -c $< $(CPPINCLUDES)
14
15proto: GDE_proto.h
16
17GDE_proto.h: $(CPP_FILES) Makefile
18        ../MAKEBIN/aisc_mkpt -G -A -E -w GDE_proto.h $(CPP_FILES) > GDE_proto.h.tmp
19        ../SOURCE_TOOLS/mv_if_diff GDE_proto.h.tmp GDE_proto.h
20
21clean:
22        rm -f $(CPP_OBJECTS) *.a
23
24DEPENDS = $(CPP_OBJECTS:.o=.depend)
25depends: $(DEPENDS)
26        @cat $(DEPENDS) | grep -v '^#' >>Makefile
27        @rm $(DEPENDS)
28$(DEPENDS): depend.init
29depend.init:
30        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
31.c.depend:
32        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
33.cxx.depend:
34        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
35
36# DO NOT DELETE THIS LINE -- make depend depends on it.
37
38# Do not add dependencies manually - use 'make depend' in $ARBHOME
39# For formatting issues see SOURCE_TOOLS/fix_depends.pl
40
41GDE.o: gde.hxx
42GDE.o: GDE_awars.h
43GDE.o: GDE_def.h
44GDE.o: GDE_extglob.h
45GDE.o: GDE_menu.h
46GDE.o: GDE_proto.h
47GDE.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
48GDE.o: $(ARBHOME)/INCLUDE/ad_prot.h
49GDE.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
50GDE.o: $(ARBHOME)/INCLUDE/arb_assert.h
51GDE.o: $(ARBHOME)/INCLUDE/arbdb.h
52GDE.o: $(ARBHOME)/INCLUDE/arbdb_base.h
53GDE.o: $(ARBHOME)/INCLUDE/arbdbt.h
54GDE.o: $(ARBHOME)/INCLUDE/attributes.h
55GDE.o: $(ARBHOME)/INCLUDE/aw_device.hxx
56GDE.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
57GDE.o: $(ARBHOME)/INCLUDE/aw_position.hxx
58GDE.o: $(ARBHOME)/INCLUDE/aw_root.hxx
59GDE.o: $(ARBHOME)/INCLUDE/aw_window.hxx
60GDE.o: $(ARBHOME)/INCLUDE/awt.hxx
61GDE.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
62
63GDE_arbdb_io.o: gde.hxx
64GDE_arbdb_io.o: GDE_def.h
65GDE_arbdb_io.o: GDE_extglob.h
66GDE_arbdb_io.o: GDE_menu.h
67GDE_arbdb_io.o: GDE_proto.h
68GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
69GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_prot.h
70GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
71GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
72GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdb.h
73GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
74GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdbt.h
75GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/attributes.h
76GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
77GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
78GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_device.hxx
79GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
80GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_position.hxx
81GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
82GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_root.hxx
83GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_window.hxx
84GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/awt.hxx
85GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
86GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
87
88GDE_event.o: gde.hxx
89GDE_event.o: GDE_awars.h
90GDE_event.o: GDE_def.h
91GDE_event.o: GDE_extglob.h
92GDE_event.o: GDE_menu.h
93GDE_event.o: GDE_proto.h
94GDE_event.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
95GDE_event.o: $(ARBHOME)/INCLUDE/ad_prot.h
96GDE_event.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
97GDE_event.o: $(ARBHOME)/INCLUDE/arb_assert.h
98GDE_event.o: $(ARBHOME)/INCLUDE/arbdb.h
99GDE_event.o: $(ARBHOME)/INCLUDE/arbdb_base.h
100GDE_event.o: $(ARBHOME)/INCLUDE/arbdbt.h
101GDE_event.o: $(ARBHOME)/INCLUDE/attributes.h
102GDE_event.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
103GDE_event.o: $(ARBHOME)/INCLUDE/aw_device.hxx
104GDE_event.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
105GDE_event.o: $(ARBHOME)/INCLUDE/aw_position.hxx
106GDE_event.o: $(ARBHOME)/INCLUDE/aw_root.hxx
107GDE_event.o: $(ARBHOME)/INCLUDE/aw_window.hxx
108GDE_event.o: $(ARBHOME)/INCLUDE/awt.hxx
109GDE_event.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
110GDE_event.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
111GDE_event.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
112
113GDE_FileIO.o: gde.hxx
114GDE_FileIO.o: GDE_def.h
115GDE_FileIO.o: GDE_extglob.h
116GDE_FileIO.o: GDE_menu.h
117GDE_FileIO.o: GDE_proto.h
118GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
119GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_prot.h
120GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
121GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_assert.h
122GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb.h
123GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb_base.h
124GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdbt.h
125GDE_FileIO.o: $(ARBHOME)/INCLUDE/attributes.h
126GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_device.hxx
127GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
128GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_position.hxx
129GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_root.hxx
130GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_window.hxx
131GDE_FileIO.o: $(ARBHOME)/INCLUDE/awt.hxx
132
133GDE_Genbank.o: gde.hxx
134GDE_Genbank.o: GDE_def.h
135GDE_Genbank.o: GDE_extglob.h
136GDE_Genbank.o: GDE_menu.h
137GDE_Genbank.o: GDE_proto.h
138GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
139GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_prot.h
140GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_assert.h
141GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb.h
142GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb_base.h
143GDE_Genbank.o: $(ARBHOME)/INCLUDE/attributes.h
144GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_device.hxx
145GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
146GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_position.hxx
147GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_root.hxx
148GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_window.hxx
149GDE_Genbank.o: $(ARBHOME)/INCLUDE/awt.hxx
150
151GDE_HGLfile.o: gde.hxx
152GDE_HGLfile.o: GDE_def.h
153GDE_HGLfile.o: GDE_extglob.h
154GDE_HGLfile.o: GDE_menu.h
155GDE_HGLfile.o: GDE_proto.h
156GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
157GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_prot.h
158GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_assert.h
159GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb.h
160GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb_base.h
161GDE_HGLfile.o: $(ARBHOME)/INCLUDE/attributes.h
162GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_device.hxx
163GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
164GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_position.hxx
165GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_root.hxx
166GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_window.hxx
167GDE_HGLfile.o: $(ARBHOME)/INCLUDE/awt.hxx
168
169GDE_ParseMenu.o: gde.hxx
170GDE_ParseMenu.o: GDE_def.h
171GDE_ParseMenu.o: GDE_extglob.h
172GDE_ParseMenu.o: GDE_global.h
173GDE_ParseMenu.o: GDE_menu.h
174GDE_ParseMenu.o: GDE_proto.h
175GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
176GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_prot.h
177GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_assert.h
178GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb.h
179GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb_base.h
180GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/attributes.h
181GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_device.hxx
182GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
183GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_position.hxx
184GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_root.hxx
185GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_window.hxx
186GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/awt.hxx
Note: See TracBrowser for help on using the repository browser.