]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/makefile.gcc
fixed indentation error
[wxWidgets.git] / samples / mobile / makefile.gcc
index af467f1fb00951c37561a2e6c2bedf11a2cad575..55fa3f6890b307543cc4dab991ac7cfaff90c000 100644 (file)
@@ -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,24 @@ 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_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
+       USE_RICHTEXT="$(USE_RICHTEXT)" USE_OPENGL="$(USE_OPENGL)" \
+       USE_ODBC="$(USE_ODBC)" USE_QA="$(USE_QA)" \
+       USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
+       USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
+       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 +37,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 +48,7 @@ wxedit:
        $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
 
 .PHONY: all clean styles wxedit
+
+
+# Dependencies tracking:
+-include ./*.d