| 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 | nds.o: nds.h | 
|---|
| 34 | nds.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 35 | nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 36 | nds.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 37 | nds.o: $(ARBHOME)/INCLUDE/arb_core.h | 
|---|
| 38 | nds.o: $(ARBHOME)/INCLUDE/arb_error.h | 
|---|
| 39 | nds.o: $(ARBHOME)/INCLUDE/arb_global_defs.h | 
|---|
| 40 | nds.o: $(ARBHOME)/INCLUDE/arb_mem.h | 
|---|
| 41 | nds.o: $(ARBHOME)/INCLUDE/arb_msg.h | 
|---|
| 42 | nds.o: $(ARBHOME)/INCLUDE/arb_msg_fwd.h | 
|---|
| 43 | nds.o: $(ARBHOME)/INCLUDE/arb_str.h | 
|---|
| 44 | nds.o: $(ARBHOME)/INCLUDE/arb_strarray.h | 
|---|
| 45 | nds.o: $(ARBHOME)/INCLUDE/arb_string.h | 
|---|
| 46 | nds.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 47 | nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 48 | nds.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 49 | nds.o: $(ARBHOME)/INCLUDE/arbtools.h | 
|---|
| 50 | nds.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 51 | nds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx | 
|---|
| 52 | nds.o: $(ARBHOME)/INCLUDE/aw_base.hxx | 
|---|
| 53 | nds.o: $(ARBHOME)/INCLUDE/aw_file.hxx | 
|---|
| 54 | nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 55 | nds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx | 
|---|
| 56 | nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 57 | nds.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx | 
|---|
| 58 | nds.o: $(ARBHOME)/INCLUDE/aw_select.hxx | 
|---|
| 59 | nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 60 | nds.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx | 
|---|
| 61 | nds.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|
| 62 | nds.o: $(ARBHOME)/INCLUDE/cb.h | 
|---|
| 63 | nds.o: $(ARBHOME)/INCLUDE/cb_base.h | 
|---|
| 64 | nds.o: $(ARBHOME)/INCLUDE/cbtypes.h | 
|---|
| 65 | nds.o: $(ARBHOME)/INCLUDE/ConfigMapping.h | 
|---|
| 66 | nds.o: $(ARBHOME)/INCLUDE/cxxforward.h | 
|---|
| 67 | nds.o: $(ARBHOME)/INCLUDE/downcast.h | 
|---|
| 68 | nds.o: $(ARBHOME)/INCLUDE/dupstr.h | 
|---|
| 69 | nds.o: $(ARBHOME)/INCLUDE/gb_aci.h | 
|---|
| 70 | nds.o: $(ARBHOME)/INCLUDE/gccver.h | 
|---|
| 71 | nds.o: $(ARBHOME)/INCLUDE/item_sel_list.h | 
|---|
| 72 | nds.o: $(ARBHOME)/INCLUDE/items.h | 
|---|
| 73 | nds.o: $(ARBHOME)/INCLUDE/smartptr.h | 
|---|
| 74 | nds.o: $(ARBHOME)/INCLUDE/static_assert.h | 
|---|
| 75 | nds.o: $(ARBHOME)/INCLUDE/test_global.h | 
|---|
| 76 | nds.o: $(ARBHOME)/INCLUDE/test_unit.h | 
|---|
| 77 | nds.o: $(ARBHOME)/INCLUDE/TreeLabeler.h | 
|---|
| 78 | nds.o: $(ARBHOME)/INCLUDE/TreeNode.h | 
|---|
| 79 | nds.o: $(ARBHOME)/INCLUDE/ttypes.h | 
|---|