]> git.saurik.com Git - wxWidgets.git/blame - utils/makefile.gcc
Added wxWinCE project files and project file cleaner,
[wxWidgets.git] / utils / makefile.gcc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
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
19c35fa5
VS
15MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
16 LDFLAGS="$(LDFLAGS)" CC="$(CC)" USE_GUI="$(USE_GUI)" \
17 MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \
18 GCC_VERSION="$(GCC_VERSION)" USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" \
b71531ad
VZ
19 DEBUG_INFO="$(DEBUG_INFO)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
20 VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
21 MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
22 CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
23 USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
2ace0078
VS
24
25### Conditionally set variables: ###
26
27
28
29### Targets: ###
30
e1e61c81 31all: configtool emulator helpview tex2rtf helpgen
2ace0078
VS
32
33clean:
34 -if exist .\*.o del .\*.o
35
e1e61c81
VS
36configtool:
37 $(MAKE) -C configtool\src -f makefile.gcc $(MAKEARGS) all
38
39emulator:
40 $(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
41
2ace0078
VS
42helpgen:
43 $(MAKE) -C HelpGen -f makefile.gcc $(MAKEARGS) all
44
e1e61c81
VS
45helpview:
46 $(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all
47
2ace0078
VS
48tex2rtf:
49 $(MAKE) -C tex2rtf\src -f makefile.gcc $(MAKEARGS) all
50
e1e61c81 51.PHONY: all clean configtool emulator helpgen helpview tex2rtf