X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2add9e3c2f07bdb9234fbf3b84dda6b04d5ed598..20125017a4bccd0920ee21e178950b0de0e4d63b:/samples/opengl/makefile.unx diff --git a/samples/opengl/makefile.unx b/samples/opengl/makefile.unx index 09f90c8727..b36e4e4238 100644 --- a/samples/opengl/makefile.unx +++ b/samples/opengl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.0 (http://bakefile.sourceforge.net) +# Bakefile 0.2.9 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -10,6 +10,9 @@ # These are configurable options: # ------------------------------------------------------------------------- +# Used toolkit [MSW,GTK] +TOOLKIT ?= MSW + # ------------------------------------------------------------------------- @@ -27,16 +30,16 @@ all: cube isosurf penguin -install: all +install: uninstall: clean: rm -f ./*.o rm -f ./*.d - (cd cube && $(MAKE) clean) - (cd isosurf && $(MAKE) clean) - (cd penguin && $(MAKE) clean) + -(cd cube && $(MAKE) clean) + -(cd isosurf && $(MAKE) clean) + -(cd penguin && $(MAKE) clean) cube: (cd cube && $(MAKE) all)