| 1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
|---|
| 2 | .SUFFIXES: .o .c .cxx .depend |
|---|
| 3 | CPP_OBJECTS = adtsequence.o adt_edit.o adtali.o adextended.o adseq.o adspecies.o admain.o adali.o liste.o |
|---|
| 4 | $(MAIN): $(CPP_OBJECTS) |
|---|
| 5 | $(LINK_SHARED_LIB) $(@:.a=).$(SHARED_LIB_SUFFIX) $(CPP_OBJECTS) |
|---|
| 6 | touch $@ |
|---|
| 7 | .cxx.o: |
|---|
| 8 | $(CPPLIB) $(cflags) -c $< $(CPPINCLUDES) |
|---|
| 9 | |
|---|
| 10 | clean: |
|---|
| 11 | rm -f $(CPP_OBJECTS) *.a *.so |
|---|
| 12 | |
|---|
| 13 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
|---|
| 14 | depends: $(DEPENDS) |
|---|
| 15 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 16 | @rm $(DEPENDS) |
|---|
| 17 | $(DEPENDS): depend.init |
|---|
| 18 | depend.init: |
|---|
| 19 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 20 | .c.depend: |
|---|
| 21 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 22 | .cxx.depend: |
|---|
| 23 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 24 | |
|---|
| 25 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 26 | |
|---|
| 27 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 28 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
|---|
| 29 | |
|---|
| 30 | adali.o: arbdb++.hxx |
|---|
| 31 | adali.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 32 | adali.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 33 | adali.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 34 | adali.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 35 | adali.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 36 | adali.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 37 | adali.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 38 | adali.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 39 | adali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 40 | |
|---|
| 41 | adextended.o: arbdb++.hxx |
|---|
| 42 | adextended.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 43 | adextended.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 44 | adextended.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 45 | adextended.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 46 | adextended.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 47 | adextended.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 48 | adextended.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 49 | adextended.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 50 | adextended.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 51 | |
|---|
| 52 | admain.o: arbdb++.hxx |
|---|
| 53 | admain.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 54 | admain.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 55 | admain.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 56 | admain.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 57 | admain.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 58 | admain.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 59 | admain.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 60 | admain.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 61 | admain.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 62 | |
|---|
| 63 | adseq.o: arbdb++.hxx |
|---|
| 64 | adseq.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 65 | adseq.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 66 | adseq.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 67 | adseq.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 68 | adseq.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 69 | adseq.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 70 | adseq.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 71 | adseq.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 72 | adseq.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 73 | |
|---|
| 74 | adspecies.o: arbdb++.hxx |
|---|
| 75 | adspecies.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 76 | adspecies.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 77 | adspecies.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 78 | adspecies.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 79 | adspecies.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 80 | adspecies.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 81 | adspecies.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 82 | adspecies.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 83 | adspecies.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 84 | |
|---|
| 85 | adt_edit.o: adtools.hxx |
|---|
| 86 | adt_edit.o: arbdb++.hxx |
|---|
| 87 | adt_edit.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 88 | adt_edit.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 89 | adt_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 90 | adt_edit.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 91 | adt_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 92 | adt_edit.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 93 | adt_edit.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 94 | |
|---|
| 95 | adtali.o: adtools.hxx |
|---|
| 96 | adtali.o: arbdb++.hxx |
|---|
| 97 | adtali.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 98 | adtali.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 99 | adtali.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 100 | adtali.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 101 | adtali.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 102 | adtali.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 103 | adtali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 104 | |
|---|
| 105 | adtsequence.o: adtools.hxx |
|---|
| 106 | adtsequence.o: arbdb++.hxx |
|---|
| 107 | adtsequence.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 108 | adtsequence.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 109 | adtsequence.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 110 | adtsequence.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 111 | adtsequence.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 112 | adtsequence.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 113 | adtsequence.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 114 | |
|---|
| 115 | liste.o: arbdb++.hxx |
|---|
| 116 | liste.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 117 | liste.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 118 | liste.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 119 | liste.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 120 | liste.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 121 | liste.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 122 | liste.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|