]> git.saurik.com Git - wxWidgets.git/blame - utils/makefile.gcc
translate wxMessageDialog labels to the language of the current locale (closes #10962)
[wxWidgets.git] / utils / makefile.gcc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
aa113d87 3# Bakefile 0.2.6 (http://www.bakefile.org)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
6e0fbb3d
VS
15MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
16 LINK_MODULE_FLAGS="$(LINK_MODULE_FLAGS)" CC="$(CC)" CXX="$(CXX)" \
17 CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
18 LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" WXUNIV="$(WXUNIV)" \
19 UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
b17c1746
DE
20 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
21 MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
3b2cb431 22 USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
63052a50
FM
23 USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
24 USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
3b2cb431 25 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
3abcf424
RD
26 USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
27 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
28 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
c33fae85
RN
29 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
30 RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
2ace0078
VS
31
32### Conditionally set variables: ###
33
34
35
36### Targets: ###
37
aa113d87 38all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
2ace0078
VS
39
40clean:
41 -if exist .\*.o del .\*.o
0d90d6ea 42 -if exist .\*.d del .\*.d
b92ca8cf 43 $(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
aa113d87 44 $(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) clean
b92ca8cf 45 $(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
63052a50 46 $(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) clean
5934cda1 47 $(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) clean
63052a50 48 $(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) clean
0e0d3ae1 49 $(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) clean
2ace0078 50
e1e61c81
VS
51emulator:
52 $(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
53
aa113d87
FM
54execmon:
55 $(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) all
56
e1e61c81
VS
57helpview:
58 $(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all
59
63052a50
FM
60hhp2cached:
61 $(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) all
62
5934cda1
FM
63ifacecheck:
64 $(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) all
65
63052a50
FM
66screenshotgen:
67 $(MAKE) -C screenshotgen\src -f makefile.gcc $(MAKEARGS) all
68
0e0d3ae1
VZ
69wxrc:
70 $(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) all
71
aa113d87
FM
72.PHONY: all clean emulator execmon helpview hhp2cached ifacecheck screenshotgen \
73 wxrc
162a956b 74
8c9f8f91 75
6e0fbb3d
VS
76SHELL := $(COMSPEC)
77
0d90d6ea
JS
78# Dependencies tracking:
79-include ./*.d