# for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt .SUFFIXES: .o .cxx .depend OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx)) $(MAIN): $(OBJECTS) $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) .cxx.o: $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< clean: rm -f $(OBJECTS) *.a DEPENDS = $(OBJECTS:.o=.depend) depends: $(DEPENDS) @cat $(DEPENDS) | grep -v '^#' >>Makefile @rm $(DEPENDS) $(DEPENDS): depend.init depend.init: $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies .c.depend: $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ .cxx.depend: $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ # DO NOT DELETE # Do not add dependencies manually - use 'make depend' in $ARBHOME # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL) xferset.o: xferset.h xferset.o: $(ARBHOME)/INCLUDE/ad_prot.h xferset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h xferset.o: $(ARBHOME)/INCLUDE/arb_assert.h xferset.o: $(ARBHOME)/INCLUDE/arb_core.h xferset.o: $(ARBHOME)/INCLUDE/arb_defs.h xferset.o: $(ARBHOME)/INCLUDE/arb_diff.h xferset.o: $(ARBHOME)/INCLUDE/arb_error.h xferset.o: $(ARBHOME)/INCLUDE/arb_file.h xferset.o: $(ARBHOME)/INCLUDE/arb_mem.h xferset.o: $(ARBHOME)/INCLUDE/arb_msg.h xferset.o: $(ARBHOME)/INCLUDE/arb_stdstr.h xferset.o: $(ARBHOME)/INCLUDE/arb_str.h xferset.o: $(ARBHOME)/INCLUDE/arb_strarray.h xferset.o: $(ARBHOME)/INCLUDE/arb_string.h xferset.o: $(ARBHOME)/INCLUDE/arbdb.h xferset.o: $(ARBHOME)/INCLUDE/arbdb_base.h xferset.o: $(ARBHOME)/INCLUDE/arbdbt.h xferset.o: $(ARBHOME)/INCLUDE/arbtools.h xferset.o: $(ARBHOME)/INCLUDE/attributes.h xferset.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h xferset.o: $(ARBHOME)/INCLUDE/ConfigMapping.h xferset.o: $(ARBHOME)/INCLUDE/cxxforward.h xferset.o: $(ARBHOME)/INCLUDE/downcast.h xferset.o: $(ARBHOME)/INCLUDE/dupstr.h xferset.o: $(ARBHOME)/INCLUDE/ErrorOrType.h xferset.o: $(ARBHOME)/INCLUDE/gb_aci.h xferset.o: $(ARBHOME)/INCLUDE/gccver.h xferset.o: $(ARBHOME)/INCLUDE/smartptr.h xferset.o: $(ARBHOME)/INCLUDE/static_assert.h xferset.o: $(ARBHOME)/INCLUDE/test_global.h xferset.o: $(ARBHOME)/INCLUDE/test_unit.h