X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc408c4c6bfdfe743372bbd090224f293e91d07..4263de1e0586d20cb49d0dde23f0d227c5ef25cb:/samples/html/makefile.gcc diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index b4edcb38fe..b15379e04f 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.1.3 (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,39 @@ include ../../build/config.gcc all: about help helpview printing test virtual widget zip -about: - (cd about && $(MAKE) all) - clean: -if exist .\*.o del .\*.o + $(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 about clean help helpview printing test virtual widget zip +.PHONY: all clean about help helpview printing test virtual widget zip