regenerated all 2.8 makefiles with bakefile-0.2.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-06-02 10:59:26 +00:00
parent 8f89791fb9
commit 223f9891fd
789 changed files with 5135 additions and 4607 deletions

View File

@@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.2 (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)