~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# =========================================================================
#     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)" 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: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc

clean: 
	-if exist .\*.o del .\*.o
	-if exist .\*.d del .\*.d
	$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
	$(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) clean
	$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
	$(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) clean
	$(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) clean
	$(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) clean
	$(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) clean

emulator: 
	$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all

execmon: 
	$(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) all

helpview: 
	$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all

hhp2cached: 
	$(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) all

ifacecheck: 
	$(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) all

screenshotgen: 
	$(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) all

wxrc: 
	$(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) all

.PHONY: all clean emulator execmon helpview hhp2cached ifacecheck screenshotgen \
	wxrc


SHELL := $(COMSPEC)

# Dependencies tracking:
-include ./*.d