diff options
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 6 |
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 |