]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.unx
respect wxBU_NOTEXT style in wxButton
[wxWidgets.git] / samples / opengl / makefile.unx
index e65698f63beb0faa1e7684b9df3a4b22472005f0..3402cd769d19e9aead714bfa029552033ea7dc22 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.6 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
 
 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)