X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc408c4c6bfdfe743372bbd090224f293e91d07..afefc74cffba79aa5ee7a72c105254e56214cf0c:/samples/html/makefile.gcc diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index b4edcb38fe..c63e22ca76 100644 --- a/samples/html/makefile.gcc +++ b/samples/html/makefile.gcc @@ -1,10 +1,10 @@ # ========================================================================= # 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! # ========================================================================= -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)" 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