summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-06-21 14:48:38 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-06-21 14:48:38 (GMT)
commit0b06be7b0be87bd78707a939cb9964f634f392d4 (patch)
tree67f36019aec912aa406a235b8f16fb3add8c64bf /Makefile.pre.in
parent6f45eeb0f3258ee6482f0984622bcc1052ba36bd (diff)
downloadcpython-0b06be7b0be87bd78707a939cb9964f634f392d4.zip
cpython-0b06be7b0be87bd78707a939cb9964f634f392d4.tar.gz
cpython-0b06be7b0be87bd78707a939cb9964f634f392d4.tar.bz2
Patch #557719 by Tony Lownds, slightly massaged by me: streamline the
OSX framework build process. Things fixed/modified: - the filesystem case-sensitivity test now works for builds outside the source directory - various other fixes for building outside the source directory - python.app now has a target in the main Makefile - WASTE and AquaTk are found more automatically
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0590fa8..98fb113 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -798,6 +798,12 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
$(LN) -fsh Versions/Current/Resources $(PYTHONFRAMEWORKINSTALLDIR)/Resources
$(INSTALL_DATA) $(LDLIBRARY) $(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
+# Build Python executable that can run GUI code. Another MacOSX pseudo
+# target.
+python.app:
+ $(MAKE) -f $(srcdir)/Mac/OSX/Makefile install installmacsubtree \
+ PYTHONSRCDIR=$(srcdir) PYTHONBUILDDIR=.
+
# Build the toplevel Makefile
Makefile.pre: Makefile.pre.in config.status
CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status