X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ece421c6c40b0977dc2a7f91f9eff7234b814dd..d0a0c6e36aeebdd7a43b1374af8ea63d24217512:/samples/image/makefile.unx diff --git a/samples/image/makefile.unx b/samples/image/makefile.unx index a4d7ac2aad..ce970af9d3 100644 --- a/samples/image/makefile.unx +++ b/samples/image/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.4 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -11,7 +11,7 @@ # ------------------------------------------------------------------------- # C++ compiler -CXX ?= g++ +CXX = g++ # Standard flags for C++ CXXFLAGS ?= @@ -57,7 +57,8 @@ WX_CONFIG_FLAGS = $(WX_CONFIG_DEBUG_FLAG) $(WX_CONFIG_UNICODE_FLAG) \ IMAGE_CXXFLAGS = -I. `$(WX_CONFIG) --cxxflags $(WX_CONFIG_FLAGS)` $(CPPFLAGS) \ $(CXXFLAGS) IMAGE_OBJECTS = \ - image_image.o + image_image.o \ + image_canvas.o ### Conditionally set variables: ### @@ -103,6 +104,9 @@ image: $(IMAGE_OBJECTS) image_image.o: ./image.cpp $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $< +image_canvas.o: ./canvas.cpp + $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $< + .PHONY: all install uninstall clean