1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
2 | .SUFFIXES: .o .cxx .depend |
---|
3 | |
---|
4 | CPP_OBJECTS = AWTI_import.o \ |
---|
5 | AWTI_export.o \ |
---|
6 | |
---|
7 | $(MAIN): $(CPP_OBJECTS) |
---|
8 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
---|
9 | .cxx.o: |
---|
10 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) |
---|
11 | |
---|
12 | clean: |
---|
13 | rm -f $(CPP_OBJECTS) *.a |
---|
14 | |
---|
15 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
---|
16 | depends: $(DEPENDS) |
---|
17 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
18 | @rm $(DEPENDS) |
---|
19 | $(DEPENDS): depend.init |
---|
20 | depend.init: |
---|
21 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
22 | .c.depend: |
---|
23 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
24 | .cxx.depend: |
---|
25 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
26 | |
---|
27 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
28 | |
---|
29 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
30 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
---|
31 | |
---|
32 | AWTI_export.o: awti_exp_local.hxx |
---|
33 | AWTI_export.o: awti_export.hxx |
---|
34 | AWTI_export.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
35 | AWTI_export.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
36 | AWTI_export.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
37 | AWTI_export.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
38 | AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
39 | AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
40 | AWTI_export.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
41 | AWTI_export.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
42 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
43 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
44 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
45 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
46 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
47 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
48 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
49 | AWTI_export.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
50 | AWTI_export.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
51 | AWTI_export.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
52 | AWTI_export.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
53 | AWTI_export.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
54 | AWTI_export.o: $(ARBHOME)/INCLUDE/inline.h |
---|
55 | AWTI_export.o: $(ARBHOME)/INCLUDE/xml.hxx |
---|
56 | |
---|
57 | AWTI_import.o: awti_imp_local.hxx |
---|
58 | AWTI_import.o: awti_import.hxx |
---|
59 | AWTI_import.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
60 | AWTI_import.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
61 | AWTI_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
62 | AWTI_import.o: $(ARBHOME)/INCLUDE/adGene.h |
---|
63 | AWTI_import.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
64 | AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
65 | AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
66 | AWTI_import.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
67 | AWTI_import.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
68 | AWTI_import.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
69 | AWTI_import.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
70 | AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
71 | AWTI_import.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
72 | AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
73 | AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
74 | AWTI_import.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
75 | AWTI_import.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
76 | AWTI_import.o: $(ARBHOME)/INCLUDE/awt_advice.hxx |
---|
77 | AWTI_import.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx |
---|
78 | AWTI_import.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
79 | AWTI_import.o: $(ARBHOME)/INCLUDE/GEN.hxx |
---|
80 | AWTI_import.o: $(ARBHOME)/INCLUDE/GenomeImport.h |
---|
81 | AWTI_import.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|