X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d179e30b0a4b474d987714323eb56e86b67b1e23..87419e97c6f15a9906de69690e7ba59ec0ffd119:/samples/mobile/makefile.gcc?ds=sidebyside diff --git a/samples/mobile/makefile.gcc b/samples/mobile/makefile.gcc index af467f1fb0..0d1a19b551 100644 --- a/samples/mobile/makefile.gcc +++ b/samples/mobile/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1 (http://bakefile.sourceforge.net) +# Bakefile 0.2.0 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -12,12 +12,22 @@ include ../../build/msw/config.gcc ### Variables: ### +MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ + 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)" \ + USE_XRC="$(USE_XRC)" USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \ + USE_QA="$(USE_QA)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \ + USE_RTTI="$(USE_RTTI)" USE_THREADS="$(USE_THREADS)" \ + OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \ + WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \ + CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \ + RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)" ### Conditionally set variables: ### -MAKEARGS = GCC_VERSION=$(GCC_VERSION) - ### Targets: ### @@ -25,6 +35,9 @@ 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 styles: $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all @@ -33,3 +46,7 @@ wxedit: $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all .PHONY: all clean styles wxedit + + +# Dependencies tracking: +-include ./*.d