]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.gcc
Reduce width and height of drawing ops by one in all vector printing backends
[wxWidgets.git] / samples / opengl / makefile.gcc
index 85afbe85b18a2245ac64d2077dd90d0a2da532ff..f2f6eb64355b3e2da913ca8e3921833f9c8bfe14 100644 (file)
@@ -1,10 +1,10 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
-include ../../build/config.gcc
+include ../../build/msw/config.gcc
 
 # -------------------------------------------------------------------------
 # Do not modify the rest of this file!
@@ -12,6 +12,20 @@ include ../../build/config.gcc
 
 ### Variables: ###
 
+MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
+       CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
+       WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
+       DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
+       MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
+       USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
+       USE_RICHTEXT="$(USE_RICHTEXT)" USE_OPENGL="$(USE_OPENGL)" \
+       USE_ODBC="$(USE_ODBC)" USE_QA="$(USE_QA)" \
+       USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
+       USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
+       OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
+       WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
+       CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
+       RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
 
 ### Conditionally set variables: ###
 
@@ -19,12 +33,26 @@ include ../../build/config.gcc
 
 ### Targets: ###
 
-all: cube
+all: cube isosurf penguin
 
 clean: 
        -if exist .\*.o del .\*.o
+       -if exist .\*.d del .\*.d
+       $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) clean
 
 cube: 
-       (cd cube && $(MAKE) all)
+       $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all
 
-.PHONY: all clean cube
+isosurf: 
+       $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) all
+
+penguin: 
+       $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) all
+
+.PHONY: all clean cube isosurf penguin
+
+
+# Dependencies tracking:
+-include ./*.d