X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/250700e4ac15d849686ba5c2e7d6cb8289d789cb..1d95f44a12db710e2af587346811fca8591b2b3e:/samples/html/makefile.gcc diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index 9a6e381571..562bf1ea34 100644 --- a/samples/html/makefile.gcc +++ b/samples/html/makefile.gcc @@ -1,10 +1,10 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.2 (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,15 @@ include ../../build/config.gcc ### Variables: ### +MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ + CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" 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_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \ + USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \ + VENDOR="$(VENDOR)" CFG="$(CFG)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \ + GCC_VERSION="$(GCC_VERSION)" ### Conditionally set variables: ### @@ -21,31 +30,31 @@ include ../../build/config.gcc all: about help helpview printing test virtual widget zip -about: - (cd about && $(MAKE) all) - clean: -if exist .\*.o del .\*.o +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 about clean help helpview printing test virtual widget zip +.PHONY: all clean about help helpview printing test virtual widget zip