]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/Makefile.in
new path organisation for mac
[wxWidgets.git] / samples / opengl / Makefile.in
index 51c5380f365348fc88dee708ff067111d943549e..5f8b510719a4aa22fa6135b049b5ea4539efb184 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -9,6 +9,7 @@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 INSTALL = @INSTALL@
 
 ### Variables: ###
@@ -31,15 +32,15 @@ install-strip: install
 clean: 
        rm -rf ./.deps ./.pch
        rm -f ./*.o
-       (cd cube && $(MAKE) clean)
-       (cd isosurf && $(MAKE) clean)
-       (cd penguin && $(MAKE) clean)
+       -(cd cube && $(MAKE) clean)
+       -(cd isosurf && $(MAKE) clean)
+       -(cd penguin && $(MAKE) clean)
 
 distclean: clean
        rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-       (cd cube && $(MAKE) distclean)
-       (cd isosurf && $(MAKE) distclean)
-       (cd penguin && $(MAKE) distclean)
+       -(cd cube && $(MAKE) distclean)
+       -(cd isosurf && $(MAKE) distclean)
+       -(cd penguin && $(MAKE) distclean)
 
 cube: 
        (cd cube && $(MAKE) all)