X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/250700e4ac15d849686ba5c2e7d6cb8289d789cb..6757b5e31cb48dd909754fdd5ceb5947585b76e1:/samples/html/makefile.gcc diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index 9a6e381571..ca7367058c 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.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,14 @@ include ../../build/config.gcc ### Variables: ### +MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \ + LDFLAGS="$(LDFLAGS)" CC="$(CC)" USE_GUI="$(USE_GUI)" \ + MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \ + GCC_VERSION="$(GCC_VERSION)" USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" \ + DEBUG_INFO="$(DEBUG_INFO)" VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" \ + OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \ + RUNTIME_LIBS="$(RUNTIME_LIBS)" CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" \ + SHARED="$(SHARED)" USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)" ### Conditionally set variables: ### @@ -22,30 +30,30 @@ include ../../build/config.gcc all: about help helpview printing test virtual widget zip about: - (cd about && $(MAKE) all) + $(MAKE) -C about -f makefile.gcc $(MAKEARGS) all clean: -if exist .\*.o del .\*.o 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