X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/444833b32388f4901ab5bc092b210b28230bebbd..20125017a4bccd0920ee21e178950b0de0e4d63b:/samples/opengl/makefile.unx diff --git a/samples/opengl/makefile.unx b/samples/opengl/makefile.unx index a97939c02d..b36e4e4238 100644 --- a/samples/opengl/makefile.unx +++ b/samples/opengl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.2 (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)