| 1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
|---|
| 2 | .SUFFIXES: .o .cxx .depend |
|---|
| 3 | |
|---|
| 4 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) |
|---|
| 5 | |
|---|
| 6 | $(MAIN): $(OBJECTS) |
|---|
| 7 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
|---|
| 8 | |
|---|
| 9 | .cxx.o: |
|---|
| 10 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
|---|
| 11 | |
|---|
| 12 | clean: |
|---|
| 13 | rm -f $(OBJECTS) *.a |
|---|
| 14 | |
|---|
| 15 | DEPENDS = $(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 (from main) |
|---|
| 31 | |
|---|
| 32 | SQ_ambiguities.o: SQ_ambiguities.h |
|---|
| 33 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 34 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 35 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 36 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 37 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 38 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 39 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 40 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 41 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 42 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 43 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 44 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 45 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 46 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 47 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 48 | SQ_ambiguities.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 49 | |
|---|
| 50 | SQ_functions.o: SQ_ambiguities.h |
|---|
| 51 | SQ_functions.o: SQ_functions.h |
|---|
| 52 | SQ_functions.o: SQ_GroupData.h |
|---|
| 53 | SQ_functions.o: SQ_helix.h |
|---|
| 54 | SQ_functions.o: SQ_physical_layout.h |
|---|
| 55 | SQ_functions.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 56 | SQ_functions.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 57 | SQ_functions.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
|---|
| 58 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 59 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 60 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 61 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 62 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 63 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 64 | SQ_functions.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 65 | SQ_functions.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 66 | SQ_functions.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 67 | SQ_functions.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 68 | SQ_functions.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 69 | SQ_functions.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 70 | SQ_functions.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 71 | SQ_functions.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 72 | SQ_functions.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 73 | SQ_functions.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 74 | SQ_functions.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 75 | SQ_functions.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 76 | SQ_functions.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 77 | SQ_functions.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 78 | SQ_functions.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 79 | SQ_functions.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 80 | SQ_functions.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 81 | SQ_functions.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 82 | SQ_functions.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 83 | SQ_functions.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 84 | SQ_functions.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 85 | SQ_functions.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 86 | SQ_functions.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 87 | SQ_functions.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 88 | SQ_functions.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 89 | |
|---|
| 90 | SQ_GroupData.o: SQ_GroupData.h |
|---|
| 91 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 92 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 93 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 94 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 95 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 96 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 97 | SQ_GroupData.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 98 | |
|---|
| 99 | SQ_main.o: seq_quality.h |
|---|
| 100 | SQ_main.o: SQ_functions.h |
|---|
| 101 | SQ_main.o: SQ_GroupData.h |
|---|
| 102 | SQ_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 103 | SQ_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 104 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 105 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 106 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 107 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 108 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 109 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 110 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 111 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 112 | SQ_main.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 113 | SQ_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 114 | SQ_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 115 | SQ_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 116 | SQ_main.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 117 | SQ_main.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 118 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 119 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 120 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 121 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 122 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 123 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 124 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 125 | SQ_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 126 | SQ_main.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 127 | SQ_main.o: $(ARBHOME)/INCLUDE/awt_filter.hxx |
|---|
| 128 | SQ_main.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 129 | SQ_main.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 130 | SQ_main.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 131 | SQ_main.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 132 | SQ_main.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 133 | SQ_main.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 134 | SQ_main.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 135 | SQ_main.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 136 | SQ_main.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 137 | SQ_main.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 138 | SQ_main.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 139 | SQ_main.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 140 | SQ_main.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 141 | SQ_main.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 142 | SQ_main.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|