| 1 | # for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt | 
|---|
| 2 |  | 
|---|
| 3 | .SUFFIXES: .o .cxx .depend | 
|---|
| 4 |  | 
|---|
| 5 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) | 
|---|
| 6 |  | 
|---|
| 7 | $(MAIN): $(OBJECTS) | 
|---|
| 8 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) | 
|---|
| 9 |  | 
|---|
| 10 | .cxx.o: | 
|---|
| 11 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< | 
|---|
| 12 |  | 
|---|
| 13 | clean: | 
|---|
| 14 | rm -f $(OBJECTS) *.a | 
|---|
| 15 |  | 
|---|
| 16 | DEPENDS = $(OBJECTS:.o=.depend) | 
|---|
| 17 | depends: $(DEPENDS) | 
|---|
| 18 | @cat $(DEPENDS) | grep -v '^#' >>Makefile | 
|---|
| 19 | @rm $(DEPENDS) | 
|---|
| 20 | $(DEPENDS): depend.init | 
|---|
| 21 | depend.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 | 
|---|
| 29 |  | 
|---|
| 30 | # Do not add dependencies manually - use 'make depend' in $ARBHOME | 
|---|
| 31 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL) | 
|---|
| 32 |  | 
|---|
| 33 | AP_Tree.o: AP_Tree.hxx | 
|---|
| 34 | AP_Tree.o: AP_TreeColors.hxx | 
|---|
| 35 | AP_Tree.o: AP_TreeShader.hxx | 
|---|
| 36 | AP_Tree.o: $(ARBHOME)/INCLUDE/ad_cb.h | 
|---|
| 37 | AP_Tree.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h | 
|---|
| 38 | AP_Tree.o: $(ARBHOME)/INCLUDE/ad_colorset.h | 
|---|
| 39 | AP_Tree.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 40 | AP_Tree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 41 | AP_Tree.o: $(ARBHOME)/INCLUDE/AliView.hxx | 
|---|
| 42 | AP_Tree.o: $(ARBHOME)/INCLUDE/AP_filter.hxx | 
|---|
| 43 | AP_Tree.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx | 
|---|
| 44 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 45 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_core.h | 
|---|
| 46 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_error.h | 
|---|
| 47 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_mem.h | 
|---|
| 48 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_msg.h | 
|---|
| 49 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_progress.h | 
|---|
| 50 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_str.h | 
|---|
| 51 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_strarray.h | 
|---|
| 52 | AP_Tree.o: $(ARBHOME)/INCLUDE/arb_string.h | 
|---|
| 53 | AP_Tree.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx | 
|---|
| 54 | AP_Tree.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 55 | AP_Tree.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 56 | AP_Tree.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 57 | AP_Tree.o: $(ARBHOME)/INCLUDE/arbtools.h | 
|---|
| 58 | AP_Tree.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 59 | AP_Tree.o: $(ARBHOME)/INCLUDE/aw_base.hxx | 
|---|
| 60 | AP_Tree.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx | 
|---|
| 61 | AP_Tree.o: $(ARBHOME)/INCLUDE/aw_msg.hxx | 
|---|
| 62 | AP_Tree.o: $(ARBHOME)/INCLUDE/cb.h | 
|---|
| 63 | AP_Tree.o: $(ARBHOME)/INCLUDE/cb_base.h | 
|---|
| 64 | AP_Tree.o: $(ARBHOME)/INCLUDE/cbtypes.h | 
|---|
| 65 | AP_Tree.o: $(ARBHOME)/INCLUDE/cxxforward.h | 
|---|
| 66 | AP_Tree.o: $(ARBHOME)/INCLUDE/downcast.h | 
|---|
| 67 | AP_Tree.o: $(ARBHOME)/INCLUDE/dupstr.h | 
|---|
| 68 | AP_Tree.o: $(ARBHOME)/INCLUDE/gccver.h | 
|---|
| 69 | AP_Tree.o: $(ARBHOME)/INCLUDE/item_shader.h | 
|---|
| 70 | AP_Tree.o: $(ARBHOME)/INCLUDE/items.h | 
|---|
| 71 | AP_Tree.o: $(ARBHOME)/INCLUDE/smartptr.h | 
|---|
| 72 | AP_Tree.o: $(ARBHOME)/INCLUDE/static_assert.h | 
|---|
| 73 | AP_Tree.o: $(ARBHOME)/INCLUDE/stringize.h | 
|---|
| 74 | AP_Tree.o: $(ARBHOME)/INCLUDE/test_global.h | 
|---|
| 75 | AP_Tree.o: $(ARBHOME)/INCLUDE/TreeNode.h | 
|---|
| 76 | AP_Tree.o: $(ARBHOME)/INCLUDE/ttypes.h | 
|---|
| 77 |  | 
|---|
| 78 | AP_TreeSet.o: AP_Tree.hxx | 
|---|
| 79 | AP_TreeSet.o: AP_TreeSet.hxx | 
|---|
| 80 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 81 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 82 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/AliView.hxx | 
|---|
| 83 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx | 
|---|
| 84 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 85 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arb_core.h | 
|---|
| 86 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arb_error.h | 
|---|
| 87 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arb_mem.h | 
|---|
| 88 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arb_msg.h | 
|---|
| 89 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arb_string.h | 
|---|
| 90 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx | 
|---|
| 91 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 92 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 93 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 94 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/arbtools.h | 
|---|
| 95 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 96 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/cxxforward.h | 
|---|
| 97 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/downcast.h | 
|---|
| 98 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/dupstr.h | 
|---|
| 99 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/gccver.h | 
|---|
| 100 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/smartptr.h | 
|---|
| 101 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/static_assert.h | 
|---|
| 102 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/stringize.h | 
|---|
| 103 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/test_global.h | 
|---|
| 104 | AP_TreeSet.o: $(ARBHOME)/INCLUDE/TreeNode.h | 
|---|