22a3b6e4b2
wxUniversal is practically not used under MSW and just confuses people. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
73 lines
2.5 KiB
Plaintext
73 lines
2.5 KiB
Plaintext
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.2.9 (http://www.bakefile.org)
|
|
# Do not modify, all changes will be overwritten!
|
|
# =========================================================================
|
|
|
|
include ../build/msw/config.gcc
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Do not modify the rest of this file!
|
|
# -------------------------------------------------------------------------
|
|
|
|
### Variables: ###
|
|
|
|
MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
|
LINK_MODULE_FLAGS="$(LINK_MODULE_FLAGS)" CC="$(CC)" CXX="$(CXX)" \
|
|
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
|
|
LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" TOOLKIT="$(TOOLKIT)" \
|
|
TOOLKIT_VERSION="$(TOOLKIT_VERSION)" 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_WEBVIEW="$(USE_WEBVIEW)" USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" \
|
|
USE_AUI="$(USE_AUI)" USE_RIBBON="$(USE_RIBBON)" \
|
|
USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
|
|
USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
|
USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \
|
|
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: ###
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
all: bombs forty fractal life poem
|
|
|
|
clean:
|
|
-if exist .\*.o del .\*.o
|
|
-if exist .\*.d del .\*.d
|
|
$(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) clean
|
|
$(MAKE) -C forty -f makefile.gcc $(MAKEARGS) clean
|
|
$(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) clean
|
|
$(MAKE) -C life -f makefile.gcc $(MAKEARGS) clean
|
|
$(MAKE) -C poem -f makefile.gcc $(MAKEARGS) clean
|
|
|
|
bombs:
|
|
$(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all
|
|
|
|
forty:
|
|
$(MAKE) -C forty -f makefile.gcc $(MAKEARGS) all
|
|
|
|
fractal:
|
|
$(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) all
|
|
|
|
life:
|
|
$(MAKE) -C life -f makefile.gcc $(MAKEARGS) all
|
|
|
|
poem:
|
|
$(MAKE) -C poem -f makefile.gcc $(MAKEARGS) all
|
|
|
|
.PHONY: all clean bombs forty fractal life poem
|
|
|
|
|
|
SHELL := $(COMSPEC)
|
|
|
|
# Dependencies tracking:
|
|
-include ./*.d
|