Baked files with Bakefile 0.1.2 (Mac OS 10.3 Python 2.3)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
|
||||
# Bakefile 0.1.2 (http://bakefile.sourceforge.net)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
@@ -22,8 +22,11 @@ DESTDIR =
|
||||
|
||||
all: about help helpview printing test virtual widget zip
|
||||
|
||||
about:
|
||||
(cd about && $(MAKE) all)
|
||||
install: all
|
||||
|
||||
uninstall:
|
||||
|
||||
install-strip: install
|
||||
|
||||
clean:
|
||||
rm -rf ./.deps ./.pch
|
||||
@@ -40,24 +43,21 @@ clean:
|
||||
distclean: clean
|
||||
rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
||||
|
||||
about:
|
||||
(cd about && $(MAKE) all)
|
||||
|
||||
help:
|
||||
(cd help && $(MAKE) all)
|
||||
|
||||
helpview:
|
||||
(cd helpview && $(MAKE) all)
|
||||
|
||||
install: all
|
||||
|
||||
install-strip: install
|
||||
|
||||
printing:
|
||||
(cd printing && $(MAKE) all)
|
||||
|
||||
test:
|
||||
(cd test && $(MAKE) all)
|
||||
|
||||
uninstall:
|
||||
|
||||
virtual:
|
||||
(cd virtual && $(MAKE) all)
|
||||
|
||||
@@ -71,4 +71,4 @@ zip:
|
||||
# Include dependency info, if present:
|
||||
@IF_GNU_MAKE@-include .deps/*.d
|
||||
|
||||
.PHONY: all about clean distclean help helpview install printing test uninstall virtual widget zip
|
||||
.PHONY: all install uninstall clean distclean about help helpview printing test virtual widget zip
|
||||
|
Reference in New Issue
Block a user