]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/makefile.gcc
Changed all symbols with the name "id" to "timerid" to allow Objective-C++
[wxWidgets.git] / samples / opengl / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
75a0a7b7
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)"
3b20263d
VS
24
25### Conditionally set variables: ###
26
3b20263d
VS
27
28
3b20263d
VS
29### Targets: ###
30
e93c6860 31all: cube isosurf penguin
3b20263d
VS
32
33clean:
250700e4 34 -if exist .\*.o del .\*.o
3b20263d 35
250700e4 36cube:
fd9f42b6 37 $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
3b20263d 38
e93c6860 39isosurf:
fd9f42b6 40 $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
e93c6860
VS
41
42penguin:
fd9f42b6 43 $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
e93c6860
VS
44
45.PHONY: all clean cube isosurf penguin