# 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) *.o *.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) canio.o: canvas.hxx canio.o: $(ARBHOME)/INCLUDE/ad_prot.h canio.o: $(ARBHOME)/INCLUDE/ad_t_prot.h canio.o: $(ARBHOME)/INCLUDE/arb_assert.h canio.o: $(ARBHOME)/INCLUDE/arb_core.h canio.o: $(ARBHOME)/INCLUDE/arb_defs.h canio.o: $(ARBHOME)/INCLUDE/arb_error.h canio.o: $(ARBHOME)/INCLUDE/arb_file.h canio.o: $(ARBHOME)/INCLUDE/arb_mem.h canio.o: $(ARBHOME)/INCLUDE/arb_msg.h canio.o: $(ARBHOME)/INCLUDE/arb_progress.h canio.o: $(ARBHOME)/INCLUDE/arb_strbuf.h canio.o: $(ARBHOME)/INCLUDE/arb_string.h canio.o: $(ARBHOME)/INCLUDE/arbdb.h canio.o: $(ARBHOME)/INCLUDE/arbdb_base.h canio.o: $(ARBHOME)/INCLUDE/arbdbt.h canio.o: $(ARBHOME)/INCLUDE/arbtools.h canio.o: $(ARBHOME)/INCLUDE/attributes.h canio.o: $(ARBHOME)/INCLUDE/aw_awar.hxx canio.o: $(ARBHOME)/INCLUDE/aw_base.hxx canio.o: $(ARBHOME)/INCLUDE/aw_device.hxx canio.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx canio.o: $(ARBHOME)/INCLUDE/aw_file.hxx canio.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx canio.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx canio.o: $(ARBHOME)/INCLUDE/aw_msg.hxx canio.o: $(ARBHOME)/INCLUDE/aw_position.hxx canio.o: $(ARBHOME)/INCLUDE/aw_root.hxx canio.o: $(ARBHOME)/INCLUDE/aw_window.hxx canio.o: $(ARBHOME)/INCLUDE/cb.h canio.o: $(ARBHOME)/INCLUDE/cb_base.h canio.o: $(ARBHOME)/INCLUDE/cbtypes.h canio.o: $(ARBHOME)/INCLUDE/cxxforward.h canio.o: $(ARBHOME)/INCLUDE/downcast.h canio.o: $(ARBHOME)/INCLUDE/dupstr.h canio.o: $(ARBHOME)/INCLUDE/gccver.h canio.o: $(ARBHOME)/INCLUDE/sized_cstr.h canio.o: $(ARBHOME)/INCLUDE/smartptr.h canio.o: $(ARBHOME)/INCLUDE/static_assert.h canio.o: $(ARBHOME)/INCLUDE/stringize.h canio.o: $(ARBHOME)/INCLUDE/test_global.h canio.o: $(ARBHOME)/INCLUDE/ttypes.h canvas.o: canvas.hxx canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h canvas.o: $(ARBHOME)/INCLUDE/arb_core.h canvas.o: $(ARBHOME)/INCLUDE/arb_error.h canvas.o: $(ARBHOME)/INCLUDE/arb_mem.h canvas.o: $(ARBHOME)/INCLUDE/arb_msg.h canvas.o: $(ARBHOME)/INCLUDE/arb_string.h canvas.o: $(ARBHOME)/INCLUDE/arbdb.h canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h canvas.o: $(ARBHOME)/INCLUDE/arbtools.h canvas.o: $(ARBHOME)/INCLUDE/attributes.h canvas.o: $(ARBHOME)/INCLUDE/aw_base.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_msg.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_preset.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx canvas.o: $(ARBHOME)/INCLUDE/cb.h canvas.o: $(ARBHOME)/INCLUDE/cb_base.h canvas.o: $(ARBHOME)/INCLUDE/cbtypes.h canvas.o: $(ARBHOME)/INCLUDE/cxxforward.h canvas.o: $(ARBHOME)/INCLUDE/downcast.h canvas.o: $(ARBHOME)/INCLUDE/dupstr.h canvas.o: $(ARBHOME)/INCLUDE/gccver.h canvas.o: $(ARBHOME)/INCLUDE/sized_cstr.h canvas.o: $(ARBHOME)/INCLUDE/smartptr.h canvas.o: $(ARBHOME)/INCLUDE/static_assert.h canvas.o: $(ARBHOME)/INCLUDE/stringize.h canvas.o: $(ARBHOME)/INCLUDE/test_global.h canvas.o: $(ARBHOME)/INCLUDE/ttypes.h