X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c9f8f91cd62335261ee29762747218f28d129de..ae200bfcb537c475708959cb034be66eb0f5dcd4:/samples/mobile/makefile.gcc?ds=sidebyside diff --git a/samples/mobile/makefile.gcc b/samples/mobile/makefile.gcc index d2c389703b..0d1a19b551 100644 --- a/samples/mobile/makefile.gcc +++ b/samples/mobile/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: styles wxedit clean: -if exist .\*.o del .\*.o + -if exist .\*.d del .\*.d $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean @@ -47,3 +48,5 @@ wxedit: .PHONY: all clean styles wxedit +# Dependencies tracking: +-include ./*.d