[10954] | 1 | # for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt |
---|
[3499] | 2 | |
---|
[18723] | 3 | .SUFFIXES: .o .cxx .depend |
---|
[3499] | 4 | |
---|
[18724] | 5 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) |
---|
[3499] | 6 | |
---|
| 7 | $(MAIN): $(OBJECTS) |
---|
[5225] | 8 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
---|
[3499] | 9 | |
---|
| 10 | .cxx.o: |
---|
[13443] | 11 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
[3499] | 12 | |
---|
| 13 | clean: |
---|
[4634] | 14 | rm -f $(OBJECTS) *.a |
---|
[3499] | 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 |
---|
[9575] | 31 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL) |
---|
[3499] | 32 | |
---|
[7272] | 33 | BI_basepos.o: BI_basepos.hxx |
---|
| 34 | BI_basepos.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
| 35 | BI_basepos.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
| 36 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
| 37 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
| 38 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[17534] | 39 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
[15176] | 40 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7272] | 41 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
| 42 | BI_basepos.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
| 43 | BI_basepos.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
| 44 | BI_basepos.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
| 45 | BI_basepos.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
| 46 | BI_basepos.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
| 47 | BI_basepos.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[9521] | 48 | BI_basepos.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 49 | BI_basepos.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[7272] | 50 | BI_basepos.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 51 | BI_basepos.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[7272] | 52 | BI_basepos.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 53 | BI_basepos.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[18959] | 54 | BI_basepos.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
[7272] | 55 | BI_basepos.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
| 56 | |
---|
[3499] | 57 | BI_helix.o: BI_helix.hxx |
---|
| 58 | BI_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
| 59 | BI_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
| 60 | BI_helix.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 61 | BI_helix.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6318] | 62 | BI_helix.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[15176] | 63 | BI_helix.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 64 | BI_helix.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
| 65 | BI_helix.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[3499] | 66 | BI_helix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 67 | BI_helix.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[3499] | 68 | BI_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6318] | 69 | BI_helix.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5129] | 70 | BI_helix.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[9521] | 71 | BI_helix.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 72 | BI_helix.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 73 | BI_helix.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 74 | BI_helix.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6318] | 75 | BI_helix.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 76 | BI_helix.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[18959] | 77 | BI_helix.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
[6817] | 78 | BI_helix.o: $(ARBHOME)/INCLUDE/test_global.h |
---|