# 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) xfergui.o: xfergui.h xfergui.o: $(ARBHOME)/INCLUDE/ad_prot.h xfergui.o: $(ARBHOME)/INCLUDE/arb_assert.h xfergui.o: $(ARBHOME)/INCLUDE/arb_core.h xfergui.o: $(ARBHOME)/INCLUDE/arb_error.h xfergui.o: $(ARBHOME)/INCLUDE/arb_file.h xfergui.o: $(ARBHOME)/INCLUDE/arb_mem.h xfergui.o: $(ARBHOME)/INCLUDE/arb_msg.h xfergui.o: $(ARBHOME)/INCLUDE/arb_str.h xfergui.o: $(ARBHOME)/INCLUDE/arb_strarray.h xfergui.o: $(ARBHOME)/INCLUDE/arb_strbuf.h xfergui.o: $(ARBHOME)/INCLUDE/arb_string.h xfergui.o: $(ARBHOME)/INCLUDE/arbdb.h xfergui.o: $(ARBHOME)/INCLUDE/arbdb_base.h xfergui.o: $(ARBHOME)/INCLUDE/arbtools.h xfergui.o: $(ARBHOME)/INCLUDE/attributes.h xfergui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_base.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_file.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_root.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_select.hxx xfergui.o: $(ARBHOME)/INCLUDE/aw_window.hxx xfergui.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx xfergui.o: $(ARBHOME)/INCLUDE/cb.h xfergui.o: $(ARBHOME)/INCLUDE/cb_base.h xfergui.o: $(ARBHOME)/INCLUDE/cbtypes.h xfergui.o: $(ARBHOME)/INCLUDE/cxxforward.h xfergui.o: $(ARBHOME)/INCLUDE/dupstr.h xfergui.o: $(ARBHOME)/INCLUDE/ErrorOrType.h xfergui.o: $(ARBHOME)/INCLUDE/FileWatch.h xfergui.o: $(ARBHOME)/INCLUDE/gccver.h xfergui.o: $(ARBHOME)/INCLUDE/smartptr.h xfergui.o: $(ARBHOME)/INCLUDE/static_assert.h xfergui.o: $(ARBHOME)/INCLUDE/StrUniquifier.h xfergui.o: $(ARBHOME)/INCLUDE/test_global.h xfergui.o: $(ARBHOME)/INCLUDE/ttypes.h xfergui.o: $(ARBHOME)/INCLUDE/xferset.h