X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c9f8f91cd62335261ee29762747218f28d129de..841f23e18a9d9e3d987b60422c3a220571868337:/samples/opengl/makefile.gcc diff --git a/samples/opengl/makefile.gcc b/samples/opengl/makefile.gcc index fd7c1f7be4..95e0859d3d 100644 --- a/samples/opengl/makefile.gcc +++ b/samples/opengl/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.8 (http://bakefile.sourceforge.net) +# Bakefile 0.2.0 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -13,7 +13,7 @@ include ../../build/msw/config.gcc ### Variables: ### MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ - CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" \ + CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \ WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \ DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \ MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \ @@ -35,6 +35,7 @@ all: cube isosurf penguin clean: -if exist .\*.o del .\*.o + -if exist .\*.d del .\*.d $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) clean @@ -51,3 +52,5 @@ penguin: .PHONY: all clean cube isosurf penguin +# Dependencies tracking: +-include ./*.d