]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/Makefile.in
Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / samples / opengl / Makefile.in
index fe674659d2a5ea72eb2537567c6b63ec30713ccf..799c4d03b554b563a2fab91a78c3781c9ac68cc3 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.1 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.0 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -13,6 +13,7 @@ INSTALL = @INSTALL@
 
 ### Variables: ###
 
 
 ### Variables: ###
 
+DESTDIR = 
 
 ### Conditionally set variables: ###
 
 
 ### Conditionally set variables: ###
 
@@ -21,6 +22,12 @@ INSTALL = @INSTALL@
 
 all: cube isosurf penguin
 
 
 all: cube isosurf penguin
 
+install: all
+
+uninstall: 
+
+install-strip: install
+
 clean: 
        rm -rf ./.deps ./.pch
        rm -f ./*.o
 clean: 
        rm -rf ./.deps ./.pch
        rm -f ./*.o
@@ -28,15 +35,11 @@ clean:
        (cd isosurf && $(MAKE) clean)
        (cd penguin && $(MAKE) clean)
 
        (cd isosurf && $(MAKE) clean)
        (cd penguin && $(MAKE) clean)
 
-cube: 
-       (cd cube && $(MAKE) all)
-
 distclean: clean
 distclean: clean
-       rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-
-install: all
+       rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
 
 
-install-strip: install
+cube: 
+       (cd cube && $(MAKE) all)
 
 isosurf: 
        (cd isosurf && $(MAKE) all)
 
 isosurf: 
        (cd isosurf && $(MAKE) all)
@@ -44,10 +47,8 @@ isosurf:
 penguin: 
        (cd penguin && $(MAKE) all)
 
 penguin: 
        (cd penguin && $(MAKE) all)
 
-uninstall: 
-
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d
 
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d
 
-.PHONY: all clean cube distclean install isosurf penguin uninstall
+.PHONY: all install uninstall clean distclean cube isosurf penguin