]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/makefile.gcc
don't use %d to print pointer
[wxWidgets.git] / samples / html / makefile.gcc
index 9a6e381571c9d93b0a5557d243f4d9ca87eec46f..f011502cc149e12752692b47d47ae35204edcead 100644 (file)
@@ -1,10 +1,10 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
-include ../../build/config.gcc
+include ../../build/msw/config.gcc
 
 # -------------------------------------------------------------------------
 # Do not modify the rest of this file!
@@ -12,6 +12,20 @@ include ../../build/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: ###
 
@@ -21,31 +35,44 @@ include ../../build/config.gcc
 
 all: about help helpview printing test virtual widget zip
 
-about: 
-       (cd about && $(MAKE) all)
-
 clean: 
        -if exist .\*.o del .\*.o
+       -if exist .\*.d del .\*.d
+       $(MAKE) -C about -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C help -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C test -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) clean
+
+about: 
+       $(MAKE) -C about -f makefile.gcc $(MAKEARGS) all
 
 help: 
-       (cd help && $(MAKE) all)
+       $(MAKE) -C help -f makefile.gcc $(MAKEARGS) all
 
 helpview: 
-       (cd helpview && $(MAKE) all)
+       $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) all
 
 printing: 
-       (cd printing && $(MAKE) all)
+       $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) all
 
 test: 
-       (cd test && $(MAKE) all)
+       $(MAKE) -C test -f makefile.gcc $(MAKEARGS) all
 
 virtual: 
-       (cd virtual && $(MAKE) all)
+       $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) all
 
 widget: 
-       (cd widget && $(MAKE) all)
+       $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) all
 
 zip: 
-       (cd zip && $(MAKE) all)
+       $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) all
+
+.PHONY: all clean about help helpview printing test virtual widget zip
+
 
-.PHONY: all about clean help helpview printing test virtual widget zip
+# Dependencies tracking:
+-include ./*.d