]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/makefile.gcc
make wxrc installable
[wxWidgets.git] / samples / opengl / makefile.gcc
... / ...
CommitLineData
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
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)
22
23### Conditionally set variables: ###
24
25
26
27### Targets: ###
28
29all: cube isosurf penguin
30
31clean:
32 -if exist .\*.o del .\*.o
33
34cube:
35 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
36
37isosurf:
38 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
39
40penguin:
41 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
42
43.PHONY: all clean cube isosurf penguin