change MSW libs directories so that libraries are shared by builds
[wxWidgets.git] / samples / opengl / makefile.gcc
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
7 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 MAKEARGS = 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)" \
19         DEBUG_INFO="$(DEBUG_INFO)" VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" \
20         OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
21         RUNTIME_LIBS="$(RUNTIME_LIBS)" CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" \
22         SHARED="$(SHARED)" USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
23
24 ### Conditionally set variables: ###
25
26
27
28 ### Targets: ###
29
30 all: cube isosurf penguin
31
32 clean: 
33         -if exist .\*.o del .\*.o
34
35 cube: 
36         $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
37
38 isosurf: 
39         $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
40
41 penguin: 
42         $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
43
44 .PHONY: all clean cube isosurf penguin