]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.gcc
compilation fix
[wxWidgets.git] / demos / makefile.gcc
CommitLineData
7fcb2c61
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
02a9235c
VS
15MAKEARGS = CPPFLAGS=$(CPPFLAGS) DEBUG_FLAG=$(DEBUG_FLAG) LDFLAGS=$(LDFLAGS) \
16 CC=$(CC) USE_GUI=$(USE_GUI) MONOLITHIC=$(MONOLITHIC) CXXFLAGS=$(CXXFLAGS) \
17 GCC_VERSION=$(GCC_VERSION) USE_HTML=$(USE_HTML) BUILD=$(BUILD) \
18 DEBUG_INFO=$(DEBUG_INFO) VENDOR=$(VENDOR) UNICODE=$(UNICODE) \
19 OFFICIAL_BUILD=$(OFFICIAL_BUILD) MSLU=$(MSLU) WXUNIV=$(WXUNIV) \
20 RUNTIME_LIBS=$(RUNTIME_LIBS) CXX=$(CXX) CFG=$(CFG) CFLAGS=$(CFLAGS) \
21 SHARED=$(SHARED) USE_ODBC=$(USE_ODBC) USE_OPENGL=$(USE_OPENGL)
7fcb2c61
VS
22
23### Conditionally set variables: ###
24
25
7fcb2c61
VS
26
27### Targets: ###
28
29all: bombs dbbrowse forty fractal life poem
30
31bombs:
32 $(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all
33
34clean:
35 -if exist .\*.o del .\*.o
36
37dbbrowse:
38 $(MAKE) -C dbbrowse -f makefile.gcc $(MAKEARGS) all
39
40forty:
41 $(MAKE) -C forty -f makefile.gcc $(MAKEARGS) all
42
43fractal:
44 $(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) all
45
46life:
47 $(MAKE) -C life -f makefile.gcc $(MAKEARGS) all
48
49poem:
50 $(MAKE) -C poem -f makefile.gcc $(MAKEARGS) all
51
52.PHONY: all bombs clean dbbrowse forty fractal life poem