Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1 | # Top-level Makefile for Python |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 2 | # |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 3 | # As distributed, this file is called Makefile.pre.in; it is processed |
| 4 | # into the real Makefile by running the script ./configure, which |
| 5 | # replaces things like @spam@ with values appropriate for your system. |
| 6 | # This means that if you edit Makefile, your changes get lost the next |
| 7 | # time you run the configure script. Ideally, you can do: |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 8 | # |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 9 | # ./configure |
| 10 | # make |
| 11 | # make test |
| 12 | # make install |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 13 | # |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 14 | # If you have a previous version of Python installed that you don't |
| 15 | # want to overwrite, you can use "make altinstall" instead of "make |
Neil Schemenauer | 2b2681a | 2001-02-16 04:16:34 +0000 | [diff] [blame] | 16 | # install". Refer to the "Installing" section in the README file for |
| 17 | # additional details. |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 18 | # |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 19 | # See also the section "Build instructions" in the README file. |
| 20 | |
| 21 | # === Variables set by makesetup === |
| 22 | |
xdegaye | c0364fc | 2017-05-27 18:25:03 +0200 | [diff] [blame] | 23 | MODBUILT_NAMES= _MODBUILT_NAMES_ |
| 24 | MODDISABLED_NAMES= _MODDISABLED_NAMES_ |
| 25 | MODOBJS= _MODOBJS_ |
| 26 | MODLIBS= _MODLIBS_ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 27 | |
| 28 | # === Variables set by configure |
| 29 | VERSION= @VERSION@ |
| 30 | srcdir= @srcdir@ |
| 31 | VPATH= @srcdir@ |
Trent Nelson | 739fc54 | 2012-10-17 04:45:30 -0400 | [diff] [blame] | 32 | abs_srcdir= @abs_srcdir@ |
| 33 | abs_builddir= @abs_builddir@ |
Trent Nelson | 9effe69 | 2012-10-16 08:41:32 -0400 | [diff] [blame] | 34 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 35 | |
| 36 | CC= @CC@ |
| 37 | CXX= @CXX@ |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 38 | MAINCC= @MAINCC@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 39 | LINKCC= @LINKCC@ |
| 40 | AR= @AR@ |
doko@ubuntu.com | 5884449 | 2012-06-30 18:25:32 +0200 | [diff] [blame] | 41 | READELF= @READELF@ |
Georg Brandl | 0d169ea | 2010-09-03 22:14:52 +0000 | [diff] [blame] | 42 | SOABI= @SOABI@ |
Barry Warsaw | 8cf4eae | 2010-10-16 01:04:07 +0000 | [diff] [blame] | 43 | LDVERSION= @LDVERSION@ |
Ned Deily | 5c4b0d0 | 2017-03-04 00:19:55 -0500 | [diff] [blame] | 44 | GITVERSION= @GITVERSION@ |
| 45 | GITTAG= @GITTAG@ |
| 46 | GITBRANCH= @GITBRANCH@ |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 47 | PGO_PROF_GEN_FLAG=@PGO_PROF_GEN_FLAG@ |
| 48 | PGO_PROF_USE_FLAG=@PGO_PROF_USE_FLAG@ |
| 49 | LLVM_PROF_MERGER=@LLVM_PROF_MERGER@ |
| 50 | LLVM_PROF_FILE=@LLVM_PROF_FILE@ |
| 51 | LLVM_PROF_ERR=@LLVM_PROF_ERR@ |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 52 | DTRACE= @DTRACE@ |
| 53 | DFLAGS= @DFLAGS@ |
| 54 | DTRACE_HEADERS= @DTRACE_HEADERS@ |
| 55 | DTRACE_OBJS= @DTRACE_OBJS@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 56 | |
Georg Brandl | 0d169ea | 2010-09-03 22:14:52 +0000 | [diff] [blame] | 57 | GNULD= @GNULD@ |
Tarek Ziadé | be720e0 | 2009-05-09 11:55:12 +0000 | [diff] [blame] | 58 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 59 | # Shell used by make (some versions default to the login shell, which is bad) |
| 60 | SHELL= /bin/sh |
| 61 | |
| 62 | # Use this to make a link between python$(VERSION) and python in $(BINDIR) |
| 63 | LN= @LN@ |
| 64 | |
| 65 | # Portable install script (configure doesn't always guess right) |
| 66 | INSTALL= @INSTALL@ |
| 67 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ |
Neil Schemenauer | 3f5cc20 | 2001-04-10 23:03:35 +0000 | [diff] [blame] | 68 | INSTALL_SCRIPT= @INSTALL_SCRIPT@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 69 | INSTALL_DATA= @INSTALL_DATA@ |
| 70 | # Shared libraries must be installed with executable mode on some systems; |
| 71 | # rather than figuring out exactly which, we always give them executable mode. |
| 72 | # Also, making them read-only seems to be a good idea... |
| 73 | INSTALL_SHARED= ${INSTALL} -m 555 |
| 74 | |
Matthias Klose | 93a0ef1 | 2012-03-15 18:08:34 +0100 | [diff] [blame] | 75 | MKDIR_P= @MKDIR_P@ |
| 76 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 77 | MAKESETUP= $(srcdir)/Modules/makesetup |
| 78 | |
| 79 | # Compiler options |
| 80 | OPT= @OPT@ |
Skip Montanaro | decc6a4 | 2003-01-01 20:07:49 +0000 | [diff] [blame] | 81 | BASECFLAGS= @BASECFLAGS@ |
Trent Nelson | 9effe69 | 2012-10-16 08:41:32 -0400 | [diff] [blame] | 82 | BASECPPFLAGS= @BASECPPFLAGS@ |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 83 | CONFIGURE_CFLAGS= @CFLAGS@ |
Benjamin Peterson | acb8c52 | 2014-08-09 20:01:49 -0700 | [diff] [blame] | 84 | # CFLAGS_NODIST is used for building the interpreter and stdlib C extensions. |
| 85 | # Use it when a compiler flag should _not_ be part of the distutils CFLAGS |
| 86 | # once Python is installed (Issue #21121). |
| 87 | CONFIGURE_CFLAGS_NODIST=@CFLAGS_NODIST@ |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 88 | CONFIGURE_CPPFLAGS= @CPPFLAGS@ |
| 89 | CONFIGURE_LDFLAGS= @LDFLAGS@ |
| 90 | # Avoid assigning CFLAGS, LDFLAGS, etc. so users can use them on the |
| 91 | # command line to append to these values without stomping the pre-set |
| 92 | # values. |
| 93 | PY_CFLAGS= $(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) |
Benjamin Peterson | acb8c52 | 2014-08-09 20:01:49 -0700 | [diff] [blame] | 94 | PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) |
Brett Cannon | 516592f | 2004-12-07 00:42:59 +0000 | [diff] [blame] | 95 | # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to |
| 96 | # be able to build extension modules using the directories specified in the |
| 97 | # environment variables |
Martin Panter | 1341926 | 2016-09-13 12:21:47 +0000 | [diff] [blame] | 98 | PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS) |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 99 | PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS) |
Martin v. Löwis | 48e14d3 | 2011-05-09 07:37:45 +0200 | [diff] [blame] | 100 | NO_AS_NEEDED= @NO_AS_NEEDED@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 101 | LDLAST= @LDLAST@ |
| 102 | SGI_ABI= @SGI_ABI@ |
Neil Schemenauer | 7ac954b | 2001-01-26 16:14:41 +0000 | [diff] [blame] | 103 | CCSHARED= @CCSHARED@ |
| 104 | LINKFORSHARED= @LINKFORSHARED@ |
Tarek Ziadé | 5662d3e | 2009-05-07 21:24:43 +0000 | [diff] [blame] | 105 | ARFLAGS= @ARFLAGS@ |
Neil Schemenauer | 7ac954b | 2001-01-26 16:14:41 +0000 | [diff] [blame] | 106 | # Extra C flags added for building the interpreter object files. |
| 107 | CFLAGSFORSHARED=@CFLAGSFORSHARED@ |
| 108 | # C flags used for building the interpreter object files |
Benjamin Peterson | acb8c52 | 2014-08-09 20:01:49 -0700 | [diff] [blame] | 109 | PY_CORE_CFLAGS= $(PY_CFLAGS) $(PY_CFLAGS_NODIST) $(PY_CPPFLAGS) $(CFLAGSFORSHARED) -DPy_BUILD_CORE |
Victor Stinner | 826f83f | 2017-04-28 15:07:10 +0200 | [diff] [blame] | 110 | # Strict or non-strict aliasing flags used to compile dtoa.c, see above |
| 111 | CFLAGS_ALIASING=@CFLAGS_ALIASING@ |
Neil Schemenauer | 7ac954b | 2001-01-26 16:14:41 +0000 | [diff] [blame] | 112 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 113 | |
| 114 | # Machine-dependent subdirectories |
| 115 | MACHDEP= @MACHDEP@ |
| 116 | |
doko@python.org | 3e6e2ac | 2013-01-25 13:12:29 +0100 | [diff] [blame] | 117 | # Multiarch directory (may be empty) |
| 118 | MULTIARCH= @MULTIARCH@ |
doko@ubuntu.com | 5553231 | 2016-06-14 08:55:19 +0200 | [diff] [blame] | 119 | MULTIARCH_CPPFLAGS = @MULTIARCH_CPPFLAGS@ |
doko@python.org | 3e6e2ac | 2013-01-25 13:12:29 +0100 | [diff] [blame] | 120 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 121 | # Install prefix for architecture-independent files |
| 122 | prefix= @prefix@ |
| 123 | |
| 124 | # Install prefix for architecture-dependent files |
| 125 | exec_prefix= @exec_prefix@ |
| 126 | |
Thomas Wouters | bca5480 | 2007-09-10 19:32:14 +0000 | [diff] [blame] | 127 | # Install prefix for data files |
| 128 | datarootdir= @datarootdir@ |
| 129 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 130 | # Expanded directories |
Antoine Pitrou | 7a61ba9 | 2010-03-21 19:25:26 +0000 | [diff] [blame] | 131 | BINDIR= @bindir@ |
| 132 | LIBDIR= @libdir@ |
Martin v. Löwis | d429ab6 | 2001-08-02 06:20:20 +0000 | [diff] [blame] | 133 | MANDIR= @mandir@ |
| 134 | INCLUDEDIR= @includedir@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 135 | CONFINCLUDEDIR= $(exec_prefix)/include |
| 136 | SCRIPTDIR= $(prefix)/lib |
Barry Warsaw | 8cf4eae | 2010-10-16 01:04:07 +0000 | [diff] [blame] | 137 | ABIFLAGS= @ABIFLAGS@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 138 | |
| 139 | # Detailed destination directories |
| 140 | BINLIBDEST= $(LIBDIR)/python$(VERSION) |
| 141 | LIBDEST= $(SCRIPTDIR)/python$(VERSION) |
Barry Warsaw | 14d98ac | 2010-11-24 19:43:47 +0000 | [diff] [blame] | 142 | INCLUDEPY= $(INCLUDEDIR)/python$(LDVERSION) |
| 143 | CONFINCLUDEPY= $(CONFINCLUDEDIR)/python$(LDVERSION) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 144 | |
| 145 | # Symbols used for using shared libraries |
doko@ubuntu.com | d5537d0 | 2013-03-21 13:21:49 -0700 | [diff] [blame] | 146 | SHLIB_SUFFIX= @SHLIB_SUFFIX@ |
| 147 | EXT_SUFFIX= @EXT_SUFFIX@ |
Antoine Pitrou | dbec780 | 2010-10-10 09:37:12 +0000 | [diff] [blame] | 148 | LDSHARED= @LDSHARED@ $(PY_LDFLAGS) |
| 149 | BLDSHARED= @BLDSHARED@ $(PY_LDFLAGS) |
Tarek Ziadé | 03d788d | 2010-04-03 08:46:49 +0000 | [diff] [blame] | 150 | LDCXXSHARED= @LDCXXSHARED@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 151 | DESTSHARED= $(BINLIBDEST)/lib-dynload |
| 152 | |
| 153 | # Executable suffix (.exe on Windows and Mac OS X) |
Neil Schemenauer | cf9926c | 2001-02-27 18:50:56 +0000 | [diff] [blame] | 154 | EXE= @EXEEXT@ |
Jack Jansen | 1999ef4 | 2001-12-06 21:47:20 +0000 | [diff] [blame] | 155 | BUILDEXE= @BUILDEXEEXT@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 156 | |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 157 | # Short name and location for Mac OS X Python framework |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 158 | UNIVERSALSDK=@UNIVERSALSDK@ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 159 | PYTHONFRAMEWORK= @PYTHONFRAMEWORK@ |
| 160 | PYTHONFRAMEWORKDIR= @PYTHONFRAMEWORKDIR@ |
| 161 | PYTHONFRAMEWORKPREFIX= @PYTHONFRAMEWORKPREFIX@ |
| 162 | PYTHONFRAMEWORKINSTALLDIR= @PYTHONFRAMEWORKINSTALLDIR@ |
Jack Jansen | 6b08a40 | 2004-06-03 12:41:45 +0000 | [diff] [blame] | 163 | # Deployment target selected during configure, to be checked |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 164 | # by distutils. The export statement is needed to ensure that the |
| 165 | # deployment target is active during build. |
| 166 | MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@ |
| 167 | @EXPORT_MACOSX_DEPLOYMENT_TARGET@export MACOSX_DEPLOYMENT_TARGET |
| 168 | |
Ned Deily | b8f944f | 2013-11-21 22:42:25 -0800 | [diff] [blame] | 169 | # Option to install to strip binaries |
| 170 | STRIPFLAG=-s |
| 171 | |
| 172 | # Flags to lipo to produce a 32-bit-only universal executable |
| 173 | LIPO_32BIT_FLAGS=@LIPO_32BIT_FLAGS@ |
| 174 | |
Bob Ippolito | 7026a0a | 2005-03-28 23:23:47 +0000 | [diff] [blame] | 175 | # Options to enable prebinding (for fast startup prior to Mac OS X 10.3) |
| 176 | OTHER_LIBTOOL_OPT=@OTHER_LIBTOOL_OPT@ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 177 | |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 178 | # Environment to run shared python without installed libraries |
| 179 | RUNSHARED= @RUNSHARED@ |
| 180 | |
Ned Deily | 322f5ba | 2013-11-21 23:01:59 -0800 | [diff] [blame] | 181 | # ensurepip options |
| 182 | ENSUREPIP= @ENSUREPIP@ |
| 183 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 184 | # Modes for directories, executables and data files created by the |
| 185 | # install process. Default to user-only-writable for all file types. |
| 186 | DIRMODE= 755 |
| 187 | EXEMODE= 755 |
| 188 | FILEMODE= 644 |
| 189 | |
Neil Schemenauer | 64b1b68 | 2001-03-22 00:32:32 +0000 | [diff] [blame] | 190 | # configure script arguments |
| 191 | CONFIG_ARGS= @CONFIG_ARGS@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 192 | |
| 193 | |
| 194 | # Subdirectories with code |
| 195 | SRCDIRS= @SRCDIRS@ |
| 196 | |
| 197 | # Other subdirectories |
Georg Brandl | 59b4472 | 2010-12-30 22:12:40 +0000 | [diff] [blame] | 198 | SUBDIRSTOO= Include Lib Misc |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 199 | |
| 200 | # Files and directories to be distributed |
Matthias Klose | 0f4c16e | 2012-03-14 23:10:15 +0100 | [diff] [blame] | 201 | CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in |
Victor Stinner | d783b01 | 2017-02-11 02:21:38 +0100 | [diff] [blame] | 202 | DISTFILES= README.rst ChangeLog $(CONFIGFILES) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 203 | DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy |
| 204 | DIST= $(DISTFILES) $(DISTDIRS) |
| 205 | |
| 206 | |
Neil Schemenauer | 7ac954b | 2001-01-26 16:14:41 +0000 | [diff] [blame] | 207 | LIBRARY= @LIBRARY@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 208 | LDLIBRARY= @LDLIBRARY@ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 209 | BLDLIBRARY= @BLDLIBRARY@ |
Martin v. Löwis | d1fc34d | 2010-12-30 14:55:47 +0000 | [diff] [blame] | 210 | PY3LIBRARY= @PY3LIBRARY@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 211 | DLLLIBRARY= @DLLLIBRARY@ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 212 | LDLIBRARYDIR= @LDLIBRARYDIR@ |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 213 | INSTSONAME= @INSTSONAME@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 214 | |
| 215 | |
| 216 | LIBS= @LIBS@ |
| 217 | LIBM= @LIBM@ |
| 218 | LIBC= @LIBC@ |
| 219 | SYSLIBS= $(LIBM) $(LIBC) |
Martin v. Löwis | f90ae20 | 2002-06-11 06:22:31 +0000 | [diff] [blame] | 220 | SHLIBS= @SHLIBS@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 221 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 222 | DLINCLDIR= @DLINCLDIR@ |
| 223 | DYNLOADFILE= @DYNLOADFILE@ |
Jack Jansen | c49e5b7 | 2001-06-19 15:00:23 +0000 | [diff] [blame] | 224 | MACHDEP_OBJS= @MACHDEP_OBJS@ |
Christian Heimes | 32fbe59 | 2007-11-12 15:01:33 +0000 | [diff] [blame] | 225 | LIBOBJDIR= Python/ |
| 226 | LIBOBJS= @LIBOBJS@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 227 | |
Neil Schemenauer | cf9926c | 2001-02-27 18:50:56 +0000 | [diff] [blame] | 228 | PYTHON= python$(EXE) |
Jack Jansen | 1999ef4 | 2001-12-06 21:47:20 +0000 | [diff] [blame] | 229 | BUILDPYTHON= python$(BUILDEXE) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 230 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 231 | PYTHON_FOR_REGEN=@PYTHON_FOR_REGEN@ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 232 | UPDATE_FILE=@PYTHON_FOR_REGEN@ $(srcdir)/Tools/scripts/update_file.py |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 233 | PYTHON_FOR_BUILD=@PYTHON_FOR_BUILD@ |
| 234 | _PYTHON_HOST_PLATFORM=@_PYTHON_HOST_PLATFORM@ |
doko@python.org | a10e4a9 | 2013-01-25 18:45:12 +0100 | [diff] [blame] | 235 | BUILD_GNU_TYPE= @build@ |
| 236 | HOST_GNU_TYPE= @host@ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 237 | |
Ned Deily | d819b93 | 2013-09-06 01:07:05 -0700 | [diff] [blame] | 238 | # Tcl and Tk config info from --with-tcltk-includes and -libs options |
| 239 | TCLTK_INCLUDES= @TCLTK_INCLUDES@ |
| 240 | TCLTK_LIBS= @TCLTK_LIBS@ |
| 241 | |
Gregory P. Smith | ad45ab8 | 2016-04-15 16:45:43 -0700 | [diff] [blame] | 242 | # The task to run while instrumented when building the profile-opt target. |
| 243 | # We exclude unittests with -x that take a rediculious amount of time to |
| 244 | # run in the instrumented training build or do not provide much value. |
Steve Dower | 22d0698 | 2016-09-06 19:38:15 -0700 | [diff] [blame] | 245 | PROFILE_TASK=-m test.regrtest --pgo |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 246 | |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 247 | # report files for gcov / lcov coverage report |
| 248 | COVERAGE_INFO= $(abs_builddir)/coverage.info |
| 249 | COVERAGE_REPORT=$(abs_builddir)/lcov-report |
| 250 | COVERAGE_REPORT_OPTIONS=--no-branch-coverage --title "CPython lcov report" |
| 251 | |
| 252 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 253 | # === Definitions added by makesetup === |
| 254 | |
| 255 | |
| 256 | ########################################################################## |
| 257 | # Modules |
| 258 | MODULE_OBJS= \ |
| 259 | Modules/config.o \ |
| 260 | Modules/getpath.o \ |
Neil Schemenauer | 9c63e6d | 2001-08-29 23:44:38 +0000 | [diff] [blame] | 261 | Modules/main.o \ |
| 262 | Modules/gcmodule.o |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 263 | |
Alexandre Vassalotti | 8d8d630 | 2009-04-04 19:58:40 +0000 | [diff] [blame] | 264 | IO_H= Modules/_io/_iomodule.h |
Benjamin Peterson | 4fa88fa | 2009-03-04 00:14:51 +0000 | [diff] [blame] | 265 | |
| 266 | IO_OBJS= \ |
Alexandre Vassalotti | 8d8d630 | 2009-04-04 19:58:40 +0000 | [diff] [blame] | 267 | Modules/_io/_iomodule.o \ |
| 268 | Modules/_io/iobase.o \ |
| 269 | Modules/_io/fileio.o \ |
| 270 | Modules/_io/bufferedio.o \ |
| 271 | Modules/_io/textio.o \ |
| 272 | Modules/_io/bytesio.o \ |
| 273 | Modules/_io/stringio.o |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 274 | |
| 275 | ########################################################################## |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 276 | |
Benjamin Peterson | d78735d | 2010-01-01 16:04:23 +0000 | [diff] [blame] | 277 | LIBFFI_INCLUDEDIR= @LIBFFI_INCLUDEDIR@ |
| 278 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 279 | ########################################################################## |
| 280 | # Parser |
Neil Schemenauer | cf9926c | 2001-02-27 18:50:56 +0000 | [diff] [blame] | 281 | PGEN= Parser/pgen$(EXE) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 282 | |
| 283 | POBJS= \ |
| 284 | Parser/acceler.o \ |
| 285 | Parser/grammar1.o \ |
| 286 | Parser/listnode.o \ |
| 287 | Parser/node.o \ |
| 288 | Parser/parser.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 289 | Parser/bitset.o \ |
Guido van Rossum | d3ab37f | 2003-04-17 14:55:42 +0000 | [diff] [blame] | 290 | Parser/metagrammar.o \ |
| 291 | Parser/firstsets.o \ |
| 292 | Parser/grammar.o \ |
| 293 | Parser/pgen.o |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 294 | |
Victor Stinner | 7f2fee3 | 2011-04-05 00:39:01 +0200 | [diff] [blame] | 295 | PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 296 | |
| 297 | PGOBJS= \ |
Neil Schemenauer | fd1030e | 2002-04-22 03:05:25 +0000 | [diff] [blame] | 298 | Objects/obmalloc.o \ |
Jeffrey Yasskin | 3937083 | 2010-05-03 19:29:34 +0000 | [diff] [blame] | 299 | Python/dynamic_annotations.o \ |
Guido van Rossum | f227252 | 2001-12-04 03:54:08 +0000 | [diff] [blame] | 300 | Python/mysnprintf.o \ |
Benjamin Peterson | bf92b7f | 2010-04-04 23:03:35 +0000 | [diff] [blame] | 301 | Python/pyctype.o \ |
Martin v. Löwis | 00f1e3f | 2002-08-04 17:29:52 +0000 | [diff] [blame] | 302 | Parser/tokenizer_pgen.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 303 | Parser/printgrammar.o \ |
Victor Stinner | 7f2fee3 | 2011-04-05 00:39:01 +0200 | [diff] [blame] | 304 | Parser/parsetok_pgen.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 305 | Parser/pgenmain.o |
| 306 | |
Georg Brandl | 86def6c | 2008-01-21 20:36:10 +0000 | [diff] [blame] | 307 | PARSER_HEADERS= \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 308 | $(srcdir)/Parser/parser.h \ |
| 309 | $(srcdir)/Include/parsetok.h \ |
| 310 | $(srcdir)/Parser/tokenizer.h |
Georg Brandl | 86def6c | 2008-01-21 20:36:10 +0000 | [diff] [blame] | 311 | |
Matthias Klose | 93a0ef1 | 2012-03-15 18:08:34 +0100 | [diff] [blame] | 312 | PGENOBJS= $(POBJS) $(PGOBJS) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 313 | |
Jeremy Hylton | 3e0055f | 2005-10-20 19:59:25 +0000 | [diff] [blame] | 314 | ########################################################################## |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 315 | # Python |
Antoine Pitrou | b52ec78 | 2009-01-25 16:34:23 +0000 | [diff] [blame] | 316 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 317 | PYTHON_OBJS= \ |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 318 | Python/_warnings.o \ |
Jeremy Hylton | 3e0055f | 2005-10-20 19:59:25 +0000 | [diff] [blame] | 319 | Python/Python-ast.o \ |
| 320 | Python/asdl.o \ |
| 321 | Python/ast.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 322 | Python/bltinmodule.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 323 | Python/ceval.o \ |
| 324 | Python/compile.o \ |
| 325 | Python/codecs.o \ |
Jeffrey Yasskin | 3937083 | 2010-05-03 19:29:34 +0000 | [diff] [blame] | 326 | Python/dynamic_annotations.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 327 | Python/errors.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 328 | Python/frozenmain.o \ |
Jeremy Hylton | 4db62b1 | 2001-02-27 19:07:02 +0000 | [diff] [blame] | 329 | Python/future.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 330 | Python/getargs.o \ |
| 331 | Python/getcompiler.o \ |
| 332 | Python/getcopyright.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 333 | Python/getplatform.o \ |
| 334 | Python/getversion.o \ |
| 335 | Python/graminit.o \ |
| 336 | Python/import.o \ |
| 337 | Python/importdl.o \ |
| 338 | Python/marshal.o \ |
| 339 | Python/modsupport.o \ |
Marc-André Lemburg | e5006eb | 2001-07-31 13:24:44 +0000 | [diff] [blame] | 340 | Python/mysnprintf.o \ |
Victor Stinner | 0ea395a | 2017-12-01 20:50:58 +0100 | [diff] [blame] | 341 | Python/mystrtoul.o \ |
| 342 | Python/pathconfig.o \ |
Thomas Wouters | 00ee7ba | 2006-08-21 19:07:27 +0000 | [diff] [blame] | 343 | Python/peephole.o \ |
Neal Norwitz | adb69fc | 2005-12-17 20:54:49 +0000 | [diff] [blame] | 344 | Python/pyarena.o \ |
Eric Smith | 6dc46f5 | 2009-04-27 20:39:49 +0000 | [diff] [blame] | 345 | Python/pyctype.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 346 | Python/pyfpe.o \ |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 347 | Python/pyhash.o \ |
Nick Coghlan | d600951 | 2014-11-20 21:39:37 +1000 | [diff] [blame] | 348 | Python/pylifecycle.o \ |
Christian Heimes | 53876d9 | 2008-04-19 00:31:39 +0000 | [diff] [blame] | 349 | Python/pymath.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 350 | Python/pystate.o \ |
| 351 | Python/pythonrun.o \ |
Alexander Belopolsky | 6fc4ade | 2010-08-05 17:34:27 +0000 | [diff] [blame] | 352 | Python/pytime.o \ |
Eric Snow | 6b4be19 | 2017-05-22 21:36:03 -0700 | [diff] [blame] | 353 | Python/bootstrap_hash.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 354 | Python/structmember.o \ |
Jeremy Hylton | cb17ae8 | 2001-02-09 22:22:18 +0000 | [diff] [blame] | 355 | Python/symtable.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 356 | Python/sysmodule.o \ |
Antoine Pitrou | a6a4dc8 | 2017-09-07 18:56:24 +0200 | [diff] [blame] | 357 | Python/thread.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 358 | Python/traceback.o \ |
| 359 | Python/getopt.o \ |
Christian Heimes | 99170a5 | 2007-12-19 02:07:34 +0000 | [diff] [blame] | 360 | Python/pystrcmp.o \ |
Martin v. Löwis | 737ea82 | 2004-06-08 18:52:54 +0000 | [diff] [blame] | 361 | Python/pystrtod.o \ |
Gregory P. Smith | 8cb6569 | 2015-04-25 23:22:26 +0000 | [diff] [blame] | 362 | Python/pystrhex.o \ |
Mark Dickinson | b08a53a | 2009-04-16 19:52:09 +0000 | [diff] [blame] | 363 | Python/dtoa.o \ |
Eric Smith | 8c66326 | 2007-08-25 02:26:07 +0000 | [diff] [blame] | 364 | Python/formatter_unicode.o \ |
Victor Stinner | 4e31443 | 2010-10-07 21:45:39 +0000 | [diff] [blame] | 365 | Python/fileutils.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 366 | Python/$(DYNLOADFILE) \ |
Christian Heimes | 32fbe59 | 2007-11-12 15:01:33 +0000 | [diff] [blame] | 367 | $(LIBOBJS) \ |
Jack Jansen | c49e5b7 | 2001-06-19 15:00:23 +0000 | [diff] [blame] | 368 | $(MACHDEP_OBJS) \ |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 369 | $(DTRACE_OBJS) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 370 | |
| 371 | |
| 372 | ########################################################################## |
| 373 | # Objects |
| 374 | OBJECT_OBJS= \ |
| 375 | Objects/abstract.o \ |
Antoine Pitrou | eeb7eea | 2011-10-06 18:57:27 +0200 | [diff] [blame] | 376 | Objects/accu.o \ |
Guido van Rossum | 77f6a65 | 2002-04-03 22:41:51 +0000 | [diff] [blame] | 377 | Objects/boolobject.o \ |
Gregory P. Smith | 60d241f | 2007-10-16 06:31:30 +0000 | [diff] [blame] | 378 | Objects/bytes_methods.o \ |
Christian Heimes | 2c9c7a5 | 2008-05-26 13:42:13 +0000 | [diff] [blame] | 379 | Objects/bytearrayobject.o \ |
Guido van Rossum | 4dfe8a1 | 2006-04-22 23:28:04 +0000 | [diff] [blame] | 380 | Objects/bytesobject.o \ |
Victor Stinner | c22bfaa | 2017-02-12 19:27:05 +0100 | [diff] [blame] | 381 | Objects/call.o \ |
Jeremy Hylton | fbd849f | 2001-01-25 20:04:14 +0000 | [diff] [blame] | 382 | Objects/cellobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 383 | Objects/classobject.o \ |
Jeremy Hylton | 3e0055f | 2005-10-20 19:59:25 +0000 | [diff] [blame] | 384 | Objects/codeobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 385 | Objects/complexobject.o \ |
Tim Peters | 6d6c1a3 | 2001-08-02 04:15:00 +0000 | [diff] [blame] | 386 | Objects/descrobject.o \ |
Guido van Rossum | 7dab242 | 2002-04-26 19:40:56 +0000 | [diff] [blame] | 387 | Objects/enumobject.o \ |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 388 | Objects/exceptions.o \ |
Martin v. Löwis | e440e47 | 2004-06-01 15:22:42 +0000 | [diff] [blame] | 389 | Objects/genobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 390 | Objects/fileobject.o \ |
| 391 | Objects/floatobject.o \ |
| 392 | Objects/frameobject.o \ |
| 393 | Objects/funcobject.o \ |
Guido van Rossum | 59d1d2b | 2001-04-20 19:13:02 +0000 | [diff] [blame] | 394 | Objects/iterobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 395 | Objects/listobject.o \ |
| 396 | Objects/longobject.o \ |
| 397 | Objects/dictobject.o \ |
Eric Snow | 96c6af9 | 2015-05-29 22:21:39 -0600 | [diff] [blame] | 398 | Objects/odictobject.o \ |
Travis E. Oliphant | b99f762 | 2007-08-18 11:21:56 +0000 | [diff] [blame] | 399 | Objects/memoryobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 400 | Objects/methodobject.o \ |
| 401 | Objects/moduleobject.o \ |
Barry Warsaw | 409da15 | 2012-06-03 16:18:47 -0400 | [diff] [blame] | 402 | Objects/namespaceobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 403 | Objects/object.o \ |
Tim Peters | 1221c0a | 2002-03-23 00:20:15 +0000 | [diff] [blame] | 404 | Objects/obmalloc.o \ |
Benjamin Peterson | b173f78 | 2009-05-05 22:31:58 +0000 | [diff] [blame] | 405 | Objects/capsule.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 406 | Objects/rangeobject.o \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 407 | Objects/setobject.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 408 | Objects/sliceobject.o \ |
Guido van Rossum | 98bf58f | 2001-10-18 20:34:25 +0000 | [diff] [blame] | 409 | Objects/structseq.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 410 | Objects/tupleobject.o \ |
| 411 | Objects/typeobject.o \ |
Georg Brandl | 52d168a | 2008-01-07 18:10:24 +0000 | [diff] [blame] | 412 | Objects/unicodeobject.o \ |
| 413 | Objects/unicodectype.o \ |
| 414 | Objects/weakrefobject.o |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 415 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 416 | ########################################################################## |
| 417 | # objects that get linked into the Python library |
Antoine Pitrou | e67f48c | 2012-06-19 22:29:35 +0200 | [diff] [blame] | 418 | LIBRARY_OBJS_OMIT_FROZEN= \ |
Neil Schemenauer | 1882182 | 2001-01-27 21:42:38 +0000 | [diff] [blame] | 419 | Modules/getbuildinfo.o \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 420 | $(PARSER_OBJS) \ |
| 421 | $(OBJECT_OBJS) \ |
| 422 | $(PYTHON_OBJS) \ |
| 423 | $(MODULE_OBJS) \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 424 | $(MODOBJS) |
| 425 | |
Antoine Pitrou | e67f48c | 2012-06-19 22:29:35 +0200 | [diff] [blame] | 426 | LIBRARY_OBJS= \ |
| 427 | $(LIBRARY_OBJS_OMIT_FROZEN) \ |
| 428 | Python/frozen.o |
| 429 | |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 430 | ########################################################################## |
| 431 | # DTrace |
| 432 | |
| 433 | # On some systems, object files that reference DTrace probes need to be modified |
| 434 | # in-place by dtrace(1). |
| 435 | DTRACE_DEPS = \ |
| 436 | Python/ceval.o |
| 437 | # XXX: should gcmodule, etc. be here, too? |
| 438 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 439 | ######################################################################### |
| 440 | # Rules |
| 441 | |
| 442 | # Default target |
Brett Cannon | 63d98bc | 2016-09-06 17:12:40 -0700 | [diff] [blame] | 443 | all: @DEF_MAKE_ALL_RULE@ |
xdegaye | 0de9285 | 2017-11-08 16:03:58 +0100 | [diff] [blame] | 444 | build_all: check-clean-src $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks \ |
| 445 | Programs/_testembed python-config |
| 446 | |
| 447 | # Check that the source is clean when building out of source. |
| 448 | check-clean-src: |
| 449 | @if test -n "$(VPATH)" -a -f "$(srcdir)/Programs/python.o"; then \ |
| 450 | echo "Error: The source directory ($(srcdir)) is not clean" ; \ |
| 451 | echo "Building Python out of the source tree (in $(abs_builddir)) requires a clean source tree ($(abs_srcdir))" ; \ |
| 452 | echo "Try to run: make -C \"$(srcdir)\" clean" ; \ |
| 453 | exit 1; \ |
| 454 | fi |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 455 | |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 456 | # Profile generation build must start from a clean tree. |
| 457 | profile-clean-stamp: |
| 458 | $(MAKE) clean profile-removal |
| 459 | touch $@ |
| 460 | |
| 461 | # Compile with profile generation enabled. |
| 462 | profile-gen-stamp: profile-clean-stamp |
doko@ubuntu.com | 3a56b77 | 2016-03-23 12:57:29 +0100 | [diff] [blame] | 463 | @if [ $(LLVM_PROF_ERR) = yes ]; then \ |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 464 | echo "Error: Cannot perform PGO build because llvm-profdata was not found in PATH" ;\ |
| 465 | echo "Please add it to PATH and run ./configure again" ;\ |
| 466 | exit 1;\ |
| 467 | fi |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 468 | @echo "Building with support for profile generation:" |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 469 | $(MAKE) build_all_generate_profile |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 470 | touch $@ |
| 471 | |
| 472 | # Run task with profile generation build to create profile information. |
| 473 | profile-run-stamp: |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 474 | @echo "Running code to generate profile data (this can take a while):" |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 475 | # First, we need to create a clean build with profile generation |
| 476 | # enabled. |
| 477 | $(MAKE) profile-gen-stamp |
| 478 | # Next, run the profile task to generate the profile information. |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 479 | $(MAKE) run_profile_task |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 480 | $(MAKE) build_all_merge_profile |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 481 | # Remove profile generation binary since we are done with it. |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 482 | $(MAKE) clean |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 483 | # This is an expensive target to build and it does not have proper |
luzpaz | a5293b4 | 2017-11-05 07:37:50 -0600 | [diff] [blame] | 484 | # makefile dependency information. So, we create a "stamp" file |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 485 | # to record its completion and avoid re-running it. |
| 486 | touch $@ |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 487 | |
| 488 | build_all_generate_profile: |
octaviansoldea | 4c81401 | 2017-09-08 12:14:33 -0700 | [diff] [blame] | 489 | $(MAKE) @DEF_MAKE_RULE@ CFLAGS_NODIST="$(CFLAGS) $(PGO_PROF_GEN_FLAG)" LDFLAGS="$(LDFLAGS) $(PGO_PROF_GEN_FLAG)" LIBS="$(LIBS)" |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 490 | |
| 491 | run_profile_task: |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 492 | @ # FIXME: can't run for a cross build |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 493 | $(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true |
| 494 | |
| 495 | build_all_merge_profile: |
| 496 | $(LLVM_PROF_MERGER) |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 497 | |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 498 | # Compile Python binary with profile guided optimization. |
| 499 | # To force re-running of the profile task, remove the profile-run-stamp file. |
| 500 | profile-opt: profile-run-stamp |
| 501 | @echo "Rebuilding with profile guided optimizations:" |
| 502 | -rm -f profile-clean-stamp |
octaviansoldea | 4c81401 | 2017-09-08 12:14:33 -0700 | [diff] [blame] | 503 | $(MAKE) @DEF_MAKE_RULE@ CFLAGS_NODIST="$(CFLAGS) $(PGO_PROF_USE_FLAG)" LDFLAGS="$(LDFLAGS)" |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 504 | |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 505 | # Compile and run with gcov |
| 506 | .PHONY=coverage coverage-lcov coverage-report |
Georg Brandl | b533e26 | 2008-05-25 18:19:30 +0000 | [diff] [blame] | 507 | coverage: |
| 508 | @echo "Building with support for coverage checking:" |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 509 | $(MAKE) clean profile-removal |
Brett Cannon | 63d98bc | 2016-09-06 17:12:40 -0700 | [diff] [blame] | 510 | $(MAKE) @DEF_MAKE_RULE@ CFLAGS="$(CFLAGS) -O0 -pg -fprofile-arcs -ftest-coverage" LIBS="$(LIBS) -lgcov" |
Georg Brandl | b533e26 | 2008-05-25 18:19:30 +0000 | [diff] [blame] | 511 | |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 512 | coverage-lcov: |
| 513 | @echo "Creating Coverage HTML report with LCOV:" |
| 514 | @rm -f $(COVERAGE_INFO) |
| 515 | @rm -rf $(COVERAGE_REPORT) |
| 516 | @lcov --capture --directory $(abs_builddir) \ |
| 517 | --base-directory $(realpath $(abs_builddir)) \ |
| 518 | --path $(realpath $(abs_srcdir)) \ |
| 519 | --output-file $(COVERAGE_INFO) |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 520 | @ # remove 3rd party modules, system headers and internal files with |
| 521 | @ # debug, test or dummy functions. |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 522 | @lcov --remove $(COVERAGE_INFO) \ |
Christian Heimes | 79f9d4f | 2016-09-21 14:55:43 +0200 | [diff] [blame] | 523 | '*/Modules/_blake2/impl/*' \ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 524 | '*/Modules/_ctypes/libffi*/*' \ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 525 | '*/Modules/_decimal/libmpdec/*' \ |
Christian Heimes | 79f9d4f | 2016-09-21 14:55:43 +0200 | [diff] [blame] | 526 | '*/Modules/_sha3/kcp/*' \ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 527 | '*/Modules/expat/*' \ |
| 528 | '*/Modules/zlib/*' \ |
| 529 | '*/Include/*' \ |
Christian Heimes | 79f9d4f | 2016-09-21 14:55:43 +0200 | [diff] [blame] | 530 | '*/Modules/xx*.c' \ |
| 531 | '*/Parser/listnode.c' \ |
| 532 | '*/Python/pyfpe.c' \ |
| 533 | '*/Python/pystrcmp.c' \ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 534 | '/usr/include/*' \ |
| 535 | '/usr/local/include/*' \ |
Christian Heimes | 79f9d4f | 2016-09-21 14:55:43 +0200 | [diff] [blame] | 536 | '/usr/lib/gcc/*' \ |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 537 | --output-file $(COVERAGE_INFO) |
| 538 | @genhtml $(COVERAGE_INFO) --output-directory $(COVERAGE_REPORT) \ |
| 539 | $(COVERAGE_REPORT_OPTIONS) |
| 540 | @echo |
| 541 | @echo "lcov report at $(COVERAGE_REPORT)/index.html" |
| 542 | @echo |
| 543 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 544 | # Force regeneration of parser and importlib |
| 545 | coverage-report: regen-grammar regen-importlib |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 546 | @ # build with coverage info |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 547 | $(MAKE) coverage |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 548 | @ # run tests, ignore failures |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 549 | $(TESTRUNNER) $(TESTOPTS) || true |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 550 | @ # build lcov report |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 551 | $(MAKE) coverage-lcov |
Georg Brandl | b533e26 | 2008-05-25 18:19:30 +0000 | [diff] [blame] | 552 | |
Larry Hastings | dcd340e | 2013-11-23 14:58:45 -0800 | [diff] [blame] | 553 | # Run "Argument Clinic" over all source files |
| 554 | # (depends on python having already been built) |
| 555 | .PHONY=clinic |
xdegaye | 0de9285 | 2017-11-08 16:03:58 +0100 | [diff] [blame] | 556 | clinic: check-clean-src $(BUILDPYTHON) $(srcdir)/Modules/_blake2/blake2s_impl.c |
Gregory P. Smith | 178418a | 2017-05-27 16:40:45 -0700 | [diff] [blame] | 557 | $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/Tools/clinic/clinic.py --make --srcdir $(srcdir) |
Larry Hastings | dcd340e | 2013-11-23 14:58:45 -0800 | [diff] [blame] | 558 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 559 | # Build the interpreter |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 560 | $(BUILDPYTHON): Programs/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) |
| 561 | $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 562 | |
Trent Nelson | c101bf3 | 2012-10-16 08:13:12 -0400 | [diff] [blame] | 563 | platform: $(BUILDPYTHON) pybuilddir.txt |
Serhiy Storchaka | 885bdc4 | 2016-02-11 13:10:36 +0200 | [diff] [blame] | 564 | $(RUNSHARED) $(PYTHON_FOR_BUILD) -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 565 | |
Trent Nelson | c101bf3 | 2012-10-16 08:13:12 -0400 | [diff] [blame] | 566 | # Create build directory and generate the sysconfig build-time data there. |
| 567 | # pybuilddir.txt contains the name of the build dir and is used for |
| 568 | # sys.path fixup -- see Modules/getpath.c. |
Ned Deily | fcbc246 | 2014-08-22 13:32:49 -0700 | [diff] [blame] | 569 | # Since this step runs before shared modules are built, try to avoid bootstrap |
Ned Deily | ec7aaf5 | 2014-08-23 18:10:16 -0700 | [diff] [blame] | 570 | # problems by creating a dummy pybuilddir.txt just to allow interpreter |
Ned Deily | fcbc246 | 2014-08-22 13:32:49 -0700 | [diff] [blame] | 571 | # initialization to succeed. It will be overwritten by generate-posix-vars |
| 572 | # or removed in case of failure. |
Trent Nelson | c101bf3 | 2012-10-16 08:13:12 -0400 | [diff] [blame] | 573 | pybuilddir.txt: $(BUILDPYTHON) |
Ned Deily | fcbc246 | 2014-08-22 13:32:49 -0700 | [diff] [blame] | 574 | @echo "none" > ./pybuilddir.txt |
| 575 | $(RUNSHARED) $(PYTHON_FOR_BUILD) -S -m sysconfig --generate-posix-vars ;\ |
| 576 | if test $$? -ne 0 ; then \ |
| 577 | echo "generate-posix-vars failed" ; \ |
| 578 | rm -f ./pybuilddir.txt ; \ |
| 579 | exit 1 ; \ |
| 580 | fi |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 581 | |
Martin Panter | c9deece | 2016-02-03 05:19:44 +0000 | [diff] [blame] | 582 | # This is shared by the math and cmath modules |
| 583 | Modules/_math.o: Modules/_math.c Modules/_math.h |
| 584 | $(CC) -c $(CCSHARED) $(PY_CORE_CFLAGS) -o $@ $< |
| 585 | |
Christian Heimes | 121b948 | 2016-09-06 22:03:25 +0200 | [diff] [blame] | 586 | # blake2s is auto-generated from blake2b |
Christian Heimes | 3c397e4 | 2016-09-06 22:35:14 +0200 | [diff] [blame] | 587 | $(srcdir)/Modules/_blake2/blake2s_impl.c: $(BUILDPYTHON) $(srcdir)/Modules/_blake2/blake2b_impl.c $(srcdir)/Modules/_blake2/blake2b2s.py |
| 588 | $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/Modules/_blake2/blake2b2s.py |
| 589 | $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/Tools/clinic/clinic.py -f $@ |
Christian Heimes | 121b948 | 2016-09-06 22:03:25 +0200 | [diff] [blame] | 590 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 591 | # Build the shared modules |
Christian Heimes | 17ad40e | 2012-12-02 07:37:35 +0100 | [diff] [blame] | 592 | # Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for |
Christian Heimes | 5f38121 | 2012-09-07 02:24:58 +0200 | [diff] [blame] | 593 | # -s, --silent or --quiet is always the first char. |
Christian Heimes | 17ad40e | 2012-12-02 07:37:35 +0100 | [diff] [blame] | 594 | # Under BSD make, MAKEFLAGS might be " -s -v x=y". |
Martin Panter | c9deece | 2016-02-03 05:19:44 +0000 | [diff] [blame] | 595 | sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o |
Christian Heimes | 5f38121 | 2012-09-07 02:24:58 +0200 | [diff] [blame] | 596 | @case "$$MAKEFLAGS" in \ |
Christian Heimes | 17ad40e | 2012-12-02 07:37:35 +0100 | [diff] [blame] | 597 | *\ -s*|s*) quiet="-q";; \ |
Christian Heimes | 5f38121 | 2012-09-07 02:24:58 +0200 | [diff] [blame] | 598 | *) quiet="";; \ |
| 599 | esac; \ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 600 | $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \ |
Ned Deily | d819b93 | 2013-09-06 01:07:05 -0700 | [diff] [blame] | 601 | _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ |
Christian Heimes | 4e25140 | 2012-09-07 02:26:26 +0200 | [diff] [blame] | 602 | $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 603 | |
Christian Heimes | 121b948 | 2016-09-06 22:03:25 +0200 | [diff] [blame] | 604 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 605 | # Build static library |
| 606 | $(LIBRARY): $(LIBRARY_OBJS) |
| 607 | -rm -f $@ |
Benjamin Peterson | 6fb0e4a | 2017-09-29 09:26:48 -0700 | [diff] [blame] | 608 | $(AR) $(ARFLAGS) $@ $(LIBRARY_OBJS) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 609 | |
Barry Warsaw | 8cf4eae | 2010-10-16 01:04:07 +0000 | [diff] [blame] | 610 | libpython$(LDVERSION).so: $(LIBRARY_OBJS) |
Martin v. Löwis | bc12262 | 2003-06-14 13:11:24 +0000 | [diff] [blame] | 611 | if test $(INSTSONAME) != $(LDLIBRARY); then \ |
Antoine Pitrou | dbec780 | 2010-10-10 09:37:12 +0000 | [diff] [blame] | 612 | $(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ |
Martin v. Löwis | 45ec95d | 2003-03-30 15:37:33 +0000 | [diff] [blame] | 613 | $(LN) -f $(INSTSONAME) $@; \ |
Georg Brandl | b1441c7 | 2009-01-03 22:33:39 +0000 | [diff] [blame] | 614 | else \ |
Antoine Pitrou | dbec780 | 2010-10-10 09:37:12 +0000 | [diff] [blame] | 615 | $(BLDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ |
Martin v. Löwis | 45ec95d | 2003-03-30 15:37:33 +0000 | [diff] [blame] | 616 | fi |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 617 | |
Martin v. Löwis | d1fc34d | 2010-12-30 14:55:47 +0000 | [diff] [blame] | 618 | libpython3.so: libpython$(LDVERSION).so |
Martin v. Löwis | 48e14d3 | 2011-05-09 07:37:45 +0200 | [diff] [blame] | 619 | $(BLDSHARED) $(NO_AS_NEEDED) -o $@ -Wl,-h$@ $^ |
Martin v. Löwis | d1fc34d | 2010-12-30 14:55:47 +0000 | [diff] [blame] | 620 | |
Georg Brandl | 6e8d17c | 2011-02-19 08:47:14 +0000 | [diff] [blame] | 621 | libpython$(LDVERSION).dylib: $(LIBRARY_OBJS) |
| 622 | $(CC) -dynamiclib -Wl,-single_module $(PY_LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(LDVERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ |
Victor Stinner | 4e31443 | 2010-10-07 21:45:39 +0000 | [diff] [blame] | 623 | |
Georg Brandl | b1441c7 | 2009-01-03 22:33:39 +0000 | [diff] [blame] | 624 | |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 625 | libpython$(VERSION).sl: $(LIBRARY_OBJS) |
Antoine Pitrou | dbec780 | 2010-10-10 09:37:12 +0000 | [diff] [blame] | 626 | $(LDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 627 | |
Benjamin Peterson | 6a6666a | 2010-04-11 21:49:28 +0000 | [diff] [blame] | 628 | # Copy up the gdb python hooks into a position where they can be automatically |
| 629 | # loaded by gdb during Lib/test/test_gdb.py |
| 630 | # |
| 631 | # Distributors are likely to want to install this somewhere else e.g. relative |
| 632 | # to the stripped DWARF data for the shared library. |
| 633 | gdbhooks: $(BUILDPYTHON)-gdb.py |
| 634 | |
| 635 | SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py |
| 636 | $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS) |
| 637 | $(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py |
| 638 | |
Jack Jansen | ea0c382 | 2002-08-01 21:57:49 +0000 | [diff] [blame] | 639 | # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary |
| 640 | # minimal framework (not including the Lib directory and such) in the current |
| 641 | # directory. |
Christian Heimes | 81ee3ef | 2008-05-04 22:42:01 +0000 | [diff] [blame] | 642 | RESSRCDIR=Mac/Resources/framework |
Jack Jansen | ea0c382 | 2002-08-01 21:57:49 +0000 | [diff] [blame] | 643 | $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \ |
| 644 | $(LIBRARY) \ |
Christian Heimes | 81ee3ef | 2008-05-04 22:42:01 +0000 | [diff] [blame] | 645 | $(RESSRCDIR)/Info.plist |
Jack Jansen | 246debb | 2002-02-12 21:30:53 +0000 | [diff] [blame] | 646 | $(INSTALL) -d -m $(DIRMODE) $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION) |
Ronald Oussoren | 42d0f68 | 2011-03-14 11:04:34 -0400 | [diff] [blame] | 647 | $(CC) -o $(LDLIBRARY) $(PY_LDFLAGS) -dynamiclib \ |
Ronald Oussoren | 2503249 | 2011-03-14 10:11:59 -0400 | [diff] [blame] | 648 | -all_load $(LIBRARY) -Wl,-single_module \ |
| 649 | -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \ |
| 650 | -compatibility_version $(VERSION) \ |
| 651 | -current_version $(VERSION) \ |
Victor Stinner | dfb866d | 2011-09-29 01:12:24 +0200 | [diff] [blame] | 652 | -framework CoreFoundation $(LIBS); |
Jack Jansen | ea0c382 | 2002-08-01 21:57:49 +0000 | [diff] [blame] | 653 | $(INSTALL) -d -m $(DIRMODE) \ |
| 654 | $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj |
| 655 | $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \ |
| 656 | $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist |
Jack Jansen | c736b8d | 2002-08-04 21:17:20 +0000 | [diff] [blame] | 657 | $(LN) -fsn $(VERSION) $(PYTHONFRAMEWORKDIR)/Versions/Current |
Jack Jansen | b36687a | 2004-07-16 08:43:47 +0000 | [diff] [blame] | 658 | $(LN) -fsn Versions/Current/$(PYTHONFRAMEWORK) $(PYTHONFRAMEWORKDIR)/$(PYTHONFRAMEWORK) |
Jack Jansen | c736b8d | 2002-08-04 21:17:20 +0000 | [diff] [blame] | 659 | $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 660 | |
Jason Tishler | 3076559 | 2003-09-04 11:04:06 +0000 | [diff] [blame] | 661 | # This rule builds the Cygwin Python DLL and import library if configured |
| 662 | # for a shared core library; otherwise, this rule is a noop. |
Zachary Ware | 3839d99 | 2016-10-01 16:15:09 -0500 | [diff] [blame] | 663 | $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) |
Jason Tishler | 3076559 | 2003-09-04 11:04:06 +0000 | [diff] [blame] | 664 | if test -n "$(DLLLIBRARY)"; then \ |
Antoine Pitrou | dbec780 | 2010-10-10 09:37:12 +0000 | [diff] [blame] | 665 | $(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \ |
Benjamin Peterson | ae5360b | 2008-09-08 23:05:23 +0000 | [diff] [blame] | 666 | $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST); \ |
Jason Tishler | 3076559 | 2003-09-04 11:04:06 +0000 | [diff] [blame] | 667 | else true; \ |
| 668 | fi |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 669 | |
| 670 | |
| 671 | oldsharedmods: $(SHAREDMODS) |
| 672 | |
| 673 | |
| 674 | Makefile Modules/config.c: Makefile.pre \ |
| 675 | $(srcdir)/Modules/config.c.in \ |
| 676 | $(MAKESETUP) \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 677 | Modules/Setup \ |
| 678 | Modules/Setup.local |
| 679 | $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \ |
| 680 | -s Modules \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 681 | Modules/Setup.local \ |
| 682 | Modules/Setup |
| 683 | @mv config.c Modules |
| 684 | @echo "The Makefile was updated, you may need to re-run make." |
| 685 | |
| 686 | |
| 687 | Modules/Setup: $(srcdir)/Modules/Setup.dist |
| 688 | @if test -f Modules/Setup; then \ |
| 689 | echo "-----------------------------------------------"; \ |
| 690 | echo "Modules/Setup.dist is newer than Modules/Setup;"; \ |
| 691 | echo "check to make sure you have all the updates you"; \ |
| 692 | echo "need in your Modules/Setup file."; \ |
Alexandre Vassalotti | eca20b6 | 2008-05-16 02:54:33 +0000 | [diff] [blame] | 693 | echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 694 | echo "-----------------------------------------------"; \ |
Neil Schemenauer | 7ac954b | 2001-01-26 16:14:41 +0000 | [diff] [blame] | 695 | fi |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 696 | |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 697 | Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) |
| 698 | $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) |
Marc-Andre Lemburg | aed9773 | 2012-04-25 19:45:11 +0200 | [diff] [blame] | 699 | |
Brett Cannon | fd07415 | 2012-04-14 14:10:13 -0400 | [diff] [blame] | 700 | ############################################################################ |
| 701 | # Importlib |
Antoine Pitrou | 8e60577 | 2011-04-25 21:21:07 +0200 | [diff] [blame] | 702 | |
Nick Coghlan | 8d11ccc | 2015-04-13 11:30:49 -0400 | [diff] [blame] | 703 | Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile |
Antoine Pitrou | 895ce14 | 2014-09-21 00:21:58 +0200 | [diff] [blame] | 704 | |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 705 | Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) |
| 706 | $(LINKCC) $(PY_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) |
Antoine Pitrou | e67f48c | 2012-06-19 22:29:35 +0200 | [diff] [blame] | 707 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 708 | .PHONY: regen-importlib |
| 709 | regen-importlib: Programs/_freeze_importlib |
| 710 | # Regenerate Python/importlib_external.h |
| 711 | # from Lib/importlib/_bootstrap_external.py using _freeze_importlib |
Martin Panter | 43a94a7 | 2016-07-29 05:52:32 +0000 | [diff] [blame] | 712 | ./Programs/_freeze_importlib \ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 713 | $(srcdir)/Lib/importlib/_bootstrap_external.py \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 714 | $(srcdir)/Python/importlib_external.h.new |
| 715 | $(UPDATE_FILE) $(srcdir)/Python/importlib_external.h $(srcdir)/Python/importlib_external.h.new |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 716 | # Regenerate Python/importlib.h from Lib/importlib/_bootstrap.py |
| 717 | # using _freeze_importlib |
Martin Panter | 43a94a7 | 2016-07-29 05:52:32 +0000 | [diff] [blame] | 718 | ./Programs/_freeze_importlib \ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 719 | $(srcdir)/Lib/importlib/_bootstrap.py \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 720 | $(srcdir)/Python/importlib.h.new |
| 721 | $(UPDATE_FILE) $(srcdir)/Python/importlib.h $(srcdir)/Python/importlib.h.new |
Antoine Pitrou | e67f48c | 2012-06-19 22:29:35 +0200 | [diff] [blame] | 722 | |
Marc-Andre Lemburg | aed9773 | 2012-04-25 19:45:11 +0200 | [diff] [blame] | 723 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 724 | ############################################################################ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 725 | # Regenerate all generated files |
| 726 | |
| 727 | regen-all: regen-opcode regen-opcode-targets regen-typeslots regen-grammar regen-ast regen-importlib |
| 728 | |
| 729 | ############################################################################ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 730 | # Special rules for object files |
| 731 | |
Martin v. Löwis | dea59e5 | 2006-01-05 10:00:36 +0000 | [diff] [blame] | 732 | Modules/getbuildinfo.o: $(PARSER_OBJS) \ |
| 733 | $(OBJECT_OBJS) \ |
| 734 | $(PYTHON_OBJS) \ |
| 735 | $(MODULE_OBJS) \ |
Martin v. Löwis | dea59e5 | 2006-01-05 10:00:36 +0000 | [diff] [blame] | 736 | $(MODOBJS) \ |
| 737 | $(srcdir)/Modules/getbuildinfo.c |
Georg Brandl | 13039c8 | 2011-03-06 10:13:00 +0100 | [diff] [blame] | 738 | $(CC) -c $(PY_CORE_CFLAGS) \ |
Ned Deily | 5c4b0d0 | 2017-03-04 00:19:55 -0500 | [diff] [blame] | 739 | -DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \ |
| 740 | -DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \ |
| 741 | -DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \ |
Georg Brandl | 1ca2e79 | 2011-03-05 20:51:24 +0100 | [diff] [blame] | 742 | -o $@ $(srcdir)/Modules/getbuildinfo.c |
Andrew M. Kuchling | 03184e2 | 2001-01-26 22:52:45 +0000 | [diff] [blame] | 743 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 744 | Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 745 | $(CC) -c $(PY_CORE_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \ |
Neil Schemenauer | 7ac954b | 2001-01-26 16:14:41 +0000 | [diff] [blame] | 746 | -DPREFIX='"$(prefix)"' \ |
| 747 | -DEXEC_PREFIX='"$(exec_prefix)"' \ |
| 748 | -DVERSION='"$(VERSION)"' \ |
| 749 | -DVPATH='"$(VPATH)"' \ |
Sjoerd Mullender | 30be870 | 2001-01-29 09:39:14 +0000 | [diff] [blame] | 750 | -o $@ $(srcdir)/Modules/getpath.c |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 751 | |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 752 | Programs/python.o: $(srcdir)/Programs/python.c |
| 753 | $(MAINCC) -c $(PY_CORE_CFLAGS) -o $@ $(srcdir)/Programs/python.c |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 754 | |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 755 | Programs/_testembed.o: $(srcdir)/Programs/_testembed.c |
| 756 | $(MAINCC) -c $(PY_CORE_CFLAGS) -o $@ $(srcdir)/Programs/_testembed.c |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 757 | |
Serhiy Storchaka | 8444ebb | 2013-10-26 11:18:42 +0300 | [diff] [blame] | 758 | Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h |
| 759 | |
Serhiy Storchaka | 7cf5599 | 2013-02-10 21:56:49 +0200 | [diff] [blame] | 760 | Modules/posixmodule.o: $(srcdir)/Modules/posixmodule.c $(srcdir)/Modules/posixmodule.h |
| 761 | |
| 762 | Modules/grpmodule.o: $(srcdir)/Modules/grpmodule.c $(srcdir)/Modules/posixmodule.h |
| 763 | |
| 764 | Modules/pwdmodule.o: $(srcdir)/Modules/pwdmodule.c $(srcdir)/Modules/posixmodule.h |
| 765 | |
| 766 | Modules/signalmodule.o: $(srcdir)/Modules/signalmodule.c $(srcdir)/Modules/posixmodule.h |
| 767 | |
Barry Warsaw | 35f3a2c | 2010-09-03 18:30:30 +0000 | [diff] [blame] | 768 | Python/dynload_shlib.o: $(srcdir)/Python/dynload_shlib.c Makefile |
| 769 | $(CC) -c $(PY_CORE_CFLAGS) \ |
| 770 | -DSOABI='"$(SOABI)"' \ |
| 771 | -o $@ $(srcdir)/Python/dynload_shlib.c |
| 772 | |
doko@ubuntu.com | d5537d0 | 2013-03-21 13:21:49 -0700 | [diff] [blame] | 773 | Python/dynload_hpux.o: $(srcdir)/Python/dynload_hpux.c Makefile |
| 774 | $(CC) -c $(PY_CORE_CFLAGS) \ |
| 775 | -DSHLIB_EXT='"$(EXT_SUFFIX)"' \ |
| 776 | -o $@ $(srcdir)/Python/dynload_hpux.c |
| 777 | |
Barry Warsaw | 8cf4eae | 2010-10-16 01:04:07 +0000 | [diff] [blame] | 778 | Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile |
| 779 | $(CC) -c $(PY_CORE_CFLAGS) \ |
| 780 | -DABIFLAGS='"$(ABIFLAGS)"' \ |
doko@ubuntu.com | 5553231 | 2016-06-14 08:55:19 +0200 | [diff] [blame] | 781 | $(MULTIARCH_CPPFLAGS) \ |
Barry Warsaw | 8cf4eae | 2010-10-16 01:04:07 +0000 | [diff] [blame] | 782 | -o $@ $(srcdir)/Python/sysmodule.c |
| 783 | |
Benjamin Peterson | 4fa88fa | 2009-03-04 00:14:51 +0000 | [diff] [blame] | 784 | $(IO_OBJS): $(IO_H) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 785 | |
Antoine Pitrou | 895ce14 | 2014-09-21 00:21:58 +0200 | [diff] [blame] | 786 | $(PGEN): $(PGENOBJS) |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 787 | $(CC) $(OPT) $(PY_LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 788 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 789 | .PHONY: regen-grammar |
| 790 | regen-grammar: $(PGEN) |
| 791 | # Regenerate Include/graminit.h and Python/graminit.c |
| 792 | # from Grammar/Grammar using pgen |
| 793 | @$(MKDIR_P) Include |
| 794 | $(PGEN) $(srcdir)/Grammar/Grammar \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 795 | $(srcdir)/Include/graminit.h.new \ |
| 796 | $(srcdir)/Python/graminit.c.new |
| 797 | $(UPDATE_FILE) $(srcdir)/Include/graminit.h $(srcdir)/Include/graminit.h.new |
| 798 | $(UPDATE_FILE) $(srcdir)/Python/graminit.c $(srcdir)/Python/graminit.c.new |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 799 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 800 | Parser/grammar.o: $(srcdir)/Parser/grammar.c \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 801 | $(srcdir)/Include/token.h \ |
| 802 | $(srcdir)/Include/grammar.h |
| 803 | Parser/metagrammar.o: $(srcdir)/Parser/metagrammar.c |
| 804 | |
Martin v. Löwis | 00f1e3f | 2002-08-04 17:29:52 +0000 | [diff] [blame] | 805 | Parser/tokenizer_pgen.o: $(srcdir)/Parser/tokenizer.c |
Victor Stinner | 7f2fee3 | 2011-04-05 00:39:01 +0200 | [diff] [blame] | 806 | Parser/parsetok_pgen.o: $(srcdir)/Parser/parsetok.c |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 807 | Parser/printgrammar.o: $(srcdir)/Parser/printgrammar.c |
Martin v. Löwis | 00f1e3f | 2002-08-04 17:29:52 +0000 | [diff] [blame] | 808 | |
Thomas Wouters | fc7bb8c | 2007-01-15 15:49:28 +0000 | [diff] [blame] | 809 | Parser/pgenmain.o: $(srcdir)/Include/parsetok.h |
| 810 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 811 | .PHONY=regen-ast |
| 812 | regen-ast: |
| 813 | # Regenerate Include/Python-ast.h using Parser/asdl_c.py -h |
| 814 | $(MKDIR_P) $(srcdir)/Include |
| 815 | $(PYTHON_FOR_REGEN) $(srcdir)/Parser/asdl_c.py \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 816 | -h $(srcdir)/Include/Python-ast.h.new \ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 817 | $(srcdir)/Parser/Python.asdl |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 818 | $(UPDATE_FILE) $(srcdir)/Include/Python-ast.h $(srcdir)/Include/Python-ast.h.new |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 819 | # Regenerate Python/Python-ast.c using Parser/asdl_c.py -c |
| 820 | $(MKDIR_P) $(srcdir)/Python |
| 821 | $(PYTHON_FOR_REGEN) $(srcdir)/Parser/asdl_c.py \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 822 | -c $(srcdir)/Python/Python-ast.c.new \ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 823 | $(srcdir)/Parser/Python.asdl |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 824 | $(UPDATE_FILE) $(srcdir)/Python/Python-ast.c $(srcdir)/Python/Python-ast.c.new |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 825 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 826 | .PHONY: regen-opcode |
| 827 | regen-opcode: |
| 828 | # Regenerate Include/opcode.h from Lib/opcode.py |
| 829 | # using Tools/scripts/generate_opcode_h.py |
| 830 | $(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/generate_opcode_h.py \ |
| 831 | $(srcdir)/Lib/opcode.py \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 832 | $(srcdir)/Include/opcode.h.new |
| 833 | $(UPDATE_FILE) $(srcdir)/Include/opcode.h $(srcdir)/Include/opcode.h.new |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 834 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 835 | Python/compile.o Python/symtable.o Python/ast.o: $(srcdir)/Include/graminit.h $(srcdir)/Include/Python-ast.h |
Neil Schemenauer | 4041774 | 2001-02-27 02:45:36 +0000 | [diff] [blame] | 836 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 837 | Python/getplatform.o: $(srcdir)/Python/getplatform.c |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 838 | $(CC) -c $(PY_CORE_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 839 | |
| 840 | Python/importdl.o: $(srcdir)/Python/importdl.c |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 841 | $(CC) -c $(PY_CORE_CFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Python/importdl.c |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 842 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 843 | Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \ |
| 844 | $(srcdir)/Objects/unicodetype_db.h |
| 845 | |
Christian Heimes | da99683 | 2008-03-22 18:37:22 +0000 | [diff] [blame] | 846 | BYTESTR_DEPS = \ |
Christian Heimes | da99683 | 2008-03-22 18:37:22 +0000 | [diff] [blame] | 847 | $(srcdir)/Objects/stringlib/count.h \ |
| 848 | $(srcdir)/Objects/stringlib/ctype.h \ |
Christian Heimes | da99683 | 2008-03-22 18:37:22 +0000 | [diff] [blame] | 849 | $(srcdir)/Objects/stringlib/fastsearch.h \ |
| 850 | $(srcdir)/Objects/stringlib/find.h \ |
Antoine Pitrou | 74375fc | 2012-10-18 21:31:22 +0200 | [diff] [blame] | 851 | $(srcdir)/Objects/stringlib/join.h \ |
Christian Heimes | da99683 | 2008-03-22 18:37:22 +0000 | [diff] [blame] | 852 | $(srcdir)/Objects/stringlib/partition.h \ |
Antoine Pitrou | f2c5484 | 2010-01-13 08:07:53 +0000 | [diff] [blame] | 853 | $(srcdir)/Objects/stringlib/split.h \ |
Christian Heimes | da99683 | 2008-03-22 18:37:22 +0000 | [diff] [blame] | 854 | $(srcdir)/Objects/stringlib/stringdefs.h \ |
Serhiy Storchaka | 05aba6c | 2013-01-06 21:36:21 +0200 | [diff] [blame] | 855 | $(srcdir)/Objects/stringlib/transmogrify.h |
Antoine Pitrou | 3e62324 | 2011-11-13 19:37:58 +0100 | [diff] [blame] | 856 | |
Serhiy Storchaka | 05aba6c | 2013-01-06 21:36:21 +0200 | [diff] [blame] | 857 | UNICODE_DEPS = \ |
Antoine Pitrou | 3e62324 | 2011-11-13 19:37:58 +0100 | [diff] [blame] | 858 | $(srcdir)/Objects/stringlib/asciilib.h \ |
Antoine Pitrou | 0a3229d | 2011-11-21 20:39:13 +0100 | [diff] [blame] | 859 | $(srcdir)/Objects/stringlib/codecs.h \ |
Serhiy Storchaka | 05aba6c | 2013-01-06 21:36:21 +0200 | [diff] [blame] | 860 | $(srcdir)/Objects/stringlib/count.h \ |
| 861 | $(srcdir)/Objects/stringlib/fastsearch.h \ |
| 862 | $(srcdir)/Objects/stringlib/find.h \ |
| 863 | $(srcdir)/Objects/stringlib/find_max_char.h \ |
| 864 | $(srcdir)/Objects/stringlib/localeutil.h \ |
| 865 | $(srcdir)/Objects/stringlib/partition.h \ |
Serhiy Storchaka | e2cef88 | 2013-04-13 22:45:04 +0300 | [diff] [blame] | 866 | $(srcdir)/Objects/stringlib/replace.h \ |
Serhiy Storchaka | 05aba6c | 2013-01-06 21:36:21 +0200 | [diff] [blame] | 867 | $(srcdir)/Objects/stringlib/split.h \ |
Antoine Pitrou | 3e62324 | 2011-11-13 19:37:58 +0100 | [diff] [blame] | 868 | $(srcdir)/Objects/stringlib/ucs1lib.h \ |
| 869 | $(srcdir)/Objects/stringlib/ucs2lib.h \ |
| 870 | $(srcdir)/Objects/stringlib/ucs4lib.h \ |
Serhiy Storchaka | 05aba6c | 2013-01-06 21:36:21 +0200 | [diff] [blame] | 871 | $(srcdir)/Objects/stringlib/undef.h \ |
Antoine Pitrou | 3e62324 | 2011-11-13 19:37:58 +0100 | [diff] [blame] | 872 | $(srcdir)/Objects/stringlib/unicode_format.h \ |
| 873 | $(srcdir)/Objects/stringlib/unicodedefs.h |
Gregory P. Smith | 60d241f | 2007-10-16 06:31:30 +0000 | [diff] [blame] | 874 | |
Xiang Zhang | 3d40e37 | 2016-12-15 16:41:12 +0800 | [diff] [blame] | 875 | Objects/bytes_methods.o: $(srcdir)/Objects/bytes_methods.c $(BYTESTR_DEPS) |
Benjamin Peterson | 9ae3220 | 2009-01-13 21:53:28 +0000 | [diff] [blame] | 876 | Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS) |
Victor Stinner | 4e31443 | 2010-10-07 21:45:39 +0000 | [diff] [blame] | 877 | Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS) |
Gregory P. Smith | 60d241f | 2007-10-16 06:31:30 +0000 | [diff] [blame] | 878 | |
Antoine Pitrou | 3e62324 | 2011-11-13 19:37:58 +0100 | [diff] [blame] | 879 | Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS) |
Eric Smith | 8c66326 | 2007-08-25 02:26:07 +0000 | [diff] [blame] | 880 | |
Benjamin Peterson | 41356f9 | 2016-09-08 13:19:14 -0700 | [diff] [blame] | 881 | Objects/odictobject.o: $(srcdir)/Objects/dict-common.h |
| 882 | Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h $(srcdir)/Objects/dict-common.h |
Martin v. Löwis | 6fb4472 | 2011-09-25 17:36:11 +0200 | [diff] [blame] | 883 | Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h |
| 884 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 885 | .PHONY: regen-opcode-targets |
| 886 | regen-opcode-targets: |
| 887 | # Regenerate Python/opcode_targets.h from Lib/opcode.py |
| 888 | # using Python/makeopcodetargets.py |
| 889 | $(PYTHON_FOR_REGEN) $(srcdir)/Python/makeopcodetargets.py \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 890 | $(srcdir)/Python/opcode_targets.h.new |
| 891 | $(UPDATE_FILE) $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/opcode_targets.h.new |
Antoine Pitrou | b52ec78 | 2009-01-25 16:34:23 +0000 | [diff] [blame] | 892 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 893 | Python/ceval.o: $(srcdir)/Python/opcode_targets.h $(srcdir)/Python/ceval_gil.h |
Antoine Pitrou | b52ec78 | 2009-01-25 16:34:23 +0000 | [diff] [blame] | 894 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 895 | Python/frozen.o: $(srcdir)/Python/importlib.h $(srcdir)/Python/importlib_external.h |
Antoine Pitrou | a493235 | 2012-04-16 18:29:28 +0200 | [diff] [blame] | 896 | |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 897 | # Generate DTrace probe macros, then rename them (PYTHON_ -> PyDTrace_) to |
| 898 | # follow our naming conventions. dtrace(1) uses the output filename to generate |
| 899 | # an include guard, so we can't use a pipeline to transform its output. |
| 900 | Include/pydtrace_probes.h: $(srcdir)/Include/pydtrace.d |
stratakis | f6eae5b | 2017-05-10 17:08:15 +0200 | [diff] [blame] | 901 | $(MKDIR_P) Include |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 902 | $(DTRACE) $(DFLAGS) -o $@ -h -s $< |
| 903 | : sed in-place edit with POSIX-only tools |
| 904 | sed 's/PYTHON_/PyDTrace_/' $@ > $@.tmp |
| 905 | mv $@.tmp $@ |
| 906 | |
| 907 | Python/pydtrace.o: $(srcdir)/Include/pydtrace.d $(DTRACE_DEPS) |
| 908 | $(DTRACE) $(DFLAGS) -o $@ -G -s $< $(DTRACE_DEPS) |
| 909 | |
Trent Nelson | 9effe69 | 2012-10-16 08:41:32 -0400 | [diff] [blame] | 910 | Objects/typeobject.o: Objects/typeslots.inc |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 911 | |
| 912 | .PHONY: regen-typeslots |
| 913 | regen-typeslots: |
| 914 | # Regenerate Objects/typeslots.inc from Include/typeslotsh |
| 915 | # using Objects/typeslots.py |
| 916 | $(PYTHON_FOR_REGEN) $(srcdir)/Objects/typeslots.py \ |
| 917 | < $(srcdir)/Include/typeslots.h \ |
Antoine Pitrou | b091bec | 2017-09-20 23:57:56 +0200 | [diff] [blame] | 918 | $(srcdir)/Objects/typeslots.inc.new |
| 919 | $(UPDATE_FILE) $(srcdir)/Objects/typeslots.inc $(srcdir)/Objects/typeslots.inc.new |
Eric Smith | 8c66326 | 2007-08-25 02:26:07 +0000 | [diff] [blame] | 920 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 921 | ############################################################################ |
| 922 | # Header files |
| 923 | |
Neil Schemenauer | f65e500 | 2001-01-25 20:07:50 +0000 | [diff] [blame] | 924 | PYTHON_HEADERS= \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 925 | $(srcdir)/Include/Python.h \ |
| 926 | $(srcdir)/Include/abstract.h \ |
| 927 | $(srcdir)/Include/accu.h \ |
| 928 | $(srcdir)/Include/asdl.h \ |
| 929 | $(srcdir)/Include/ast.h \ |
| 930 | $(srcdir)/Include/bltinmodule.h \ |
| 931 | $(srcdir)/Include/bitset.h \ |
| 932 | $(srcdir)/Include/boolobject.h \ |
| 933 | $(srcdir)/Include/bytes_methods.h \ |
| 934 | $(srcdir)/Include/bytearrayobject.h \ |
| 935 | $(srcdir)/Include/bytesobject.h \ |
| 936 | $(srcdir)/Include/cellobject.h \ |
| 937 | $(srcdir)/Include/ceval.h \ |
| 938 | $(srcdir)/Include/classobject.h \ |
| 939 | $(srcdir)/Include/code.h \ |
| 940 | $(srcdir)/Include/codecs.h \ |
| 941 | $(srcdir)/Include/compile.h \ |
| 942 | $(srcdir)/Include/complexobject.h \ |
| 943 | $(srcdir)/Include/descrobject.h \ |
| 944 | $(srcdir)/Include/dictobject.h \ |
| 945 | $(srcdir)/Include/dtoa.h \ |
| 946 | $(srcdir)/Include/dynamic_annotations.h \ |
| 947 | $(srcdir)/Include/enumobject.h \ |
| 948 | $(srcdir)/Include/errcode.h \ |
| 949 | $(srcdir)/Include/eval.h \ |
| 950 | $(srcdir)/Include/fileobject.h \ |
| 951 | $(srcdir)/Include/fileutils.h \ |
| 952 | $(srcdir)/Include/floatobject.h \ |
| 953 | $(srcdir)/Include/frameobject.h \ |
| 954 | $(srcdir)/Include/funcobject.h \ |
| 955 | $(srcdir)/Include/genobject.h \ |
| 956 | $(srcdir)/Include/import.h \ |
| 957 | $(srcdir)/Include/intrcheck.h \ |
| 958 | $(srcdir)/Include/iterobject.h \ |
| 959 | $(srcdir)/Include/listobject.h \ |
| 960 | $(srcdir)/Include/longintrepr.h \ |
| 961 | $(srcdir)/Include/longobject.h \ |
| 962 | $(srcdir)/Include/marshal.h \ |
| 963 | $(srcdir)/Include/memoryobject.h \ |
| 964 | $(srcdir)/Include/metagrammar.h \ |
| 965 | $(srcdir)/Include/methodobject.h \ |
| 966 | $(srcdir)/Include/modsupport.h \ |
| 967 | $(srcdir)/Include/moduleobject.h \ |
Barry Warsaw | 409da15 | 2012-06-03 16:18:47 -0400 | [diff] [blame] | 968 | $(srcdir)/Include/namespaceobject.h \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 969 | $(srcdir)/Include/node.h \ |
| 970 | $(srcdir)/Include/object.h \ |
| 971 | $(srcdir)/Include/objimpl.h \ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 972 | $(srcdir)/Include/opcode.h \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 973 | $(srcdir)/Include/osdefs.h \ |
Brett Cannon | 82029ac | 2016-06-12 13:21:22 -0700 | [diff] [blame] | 974 | $(srcdir)/Include/osmodule.h \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 975 | $(srcdir)/Include/patchlevel.h \ |
| 976 | $(srcdir)/Include/pgen.h \ |
| 977 | $(srcdir)/Include/pgenheaders.h \ |
| 978 | $(srcdir)/Include/pyarena.h \ |
| 979 | $(srcdir)/Include/pyatomic.h \ |
| 980 | $(srcdir)/Include/pycapsule.h \ |
| 981 | $(srcdir)/Include/pyctype.h \ |
| 982 | $(srcdir)/Include/pydebug.h \ |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 983 | $(srcdir)/Include/pydtrace.h \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 984 | $(srcdir)/Include/pyerrors.h \ |
| 985 | $(srcdir)/Include/pyfpe.h \ |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 986 | $(srcdir)/Include/pyhash.h \ |
Nick Coghlan | d600951 | 2014-11-20 21:39:37 +1000 | [diff] [blame] | 987 | $(srcdir)/Include/pylifecycle.h \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 988 | $(srcdir)/Include/pymath.h \ |
| 989 | $(srcdir)/Include/pygetopt.h \ |
| 990 | $(srcdir)/Include/pymacro.h \ |
| 991 | $(srcdir)/Include/pymem.h \ |
| 992 | $(srcdir)/Include/pyport.h \ |
| 993 | $(srcdir)/Include/pystate.h \ |
| 994 | $(srcdir)/Include/pystrcmp.h \ |
| 995 | $(srcdir)/Include/pystrtod.h \ |
Gregory P. Smith | 8cb6569 | 2015-04-25 23:22:26 +0000 | [diff] [blame] | 996 | $(srcdir)/Include/pystrhex.h \ |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 997 | $(srcdir)/Include/pythonrun.h \ |
| 998 | $(srcdir)/Include/pythread.h \ |
| 999 | $(srcdir)/Include/pytime.h \ |
| 1000 | $(srcdir)/Include/rangeobject.h \ |
| 1001 | $(srcdir)/Include/setobject.h \ |
| 1002 | $(srcdir)/Include/sliceobject.h \ |
| 1003 | $(srcdir)/Include/structmember.h \ |
| 1004 | $(srcdir)/Include/structseq.h \ |
| 1005 | $(srcdir)/Include/symtable.h \ |
| 1006 | $(srcdir)/Include/sysmodule.h \ |
| 1007 | $(srcdir)/Include/traceback.h \ |
| 1008 | $(srcdir)/Include/tupleobject.h \ |
| 1009 | $(srcdir)/Include/ucnhash.h \ |
| 1010 | $(srcdir)/Include/unicodeobject.h \ |
| 1011 | $(srcdir)/Include/warnings.h \ |
| 1012 | $(srcdir)/Include/weakrefobject.h \ |
Georg Brandl | 86def6c | 2008-01-21 20:36:10 +0000 | [diff] [blame] | 1013 | pyconfig.h \ |
Charles-François Natali | 46c686f | 2013-12-15 19:09:00 +0100 | [diff] [blame] | 1014 | $(PARSER_HEADERS) \ |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 1015 | $(srcdir)/Include/Python-ast.h \ |
Eric Snow | 2ebc5ce | 2017-09-07 23:51:28 -0600 | [diff] [blame] | 1016 | $(srcdir)/Include/internal/ceval.h \ |
| 1017 | $(srcdir)/Include/internal/gil.h \ |
| 1018 | $(srcdir)/Include/internal/mem.h \ |
Eric Snow | 2ebc5ce | 2017-09-07 23:51:28 -0600 | [diff] [blame] | 1019 | $(srcdir)/Include/internal/pystate.h \ |
| 1020 | $(srcdir)/Include/internal/warnings.h \ |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 1021 | $(DTRACE_HEADERS) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1022 | |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 1023 | $(LIBRARY_OBJS) $(MODOBJS) Programs/python.o: $(PYTHON_HEADERS) |
Neil Schemenauer | f65e500 | 2001-01-25 20:07:50 +0000 | [diff] [blame] | 1024 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1025 | |
| 1026 | ###################################################################### |
| 1027 | |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1028 | TESTOPTS= $(EXTRATESTOPTS) |
| 1029 | TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS) |
| 1030 | TESTRUNNER= $(TESTPYTHON) $(srcdir)/Tools/scripts/run_tests.py |
Victor Stinner | 2f462a6 | 2016-09-12 13:04:17 +0200 | [diff] [blame] | 1031 | TESTTIMEOUT= 1200 |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1032 | |
Victor Stinner | a3a01a2 | 2017-08-18 11:31:52 +0200 | [diff] [blame] | 1033 | .PHONY: test testall testuniversal buildbottest pythoninfo |
| 1034 | |
Nadeem Vawda | ecd3e38 | 2011-07-31 01:09:04 +0200 | [diff] [blame] | 1035 | # Run a basic set of regression tests. |
| 1036 | # This excludes some tests that are particularly resource-intensive. |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1037 | test: @DEF_MAKE_RULE@ platform |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1038 | $(TESTRUNNER) $(TESTOPTS) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1039 | |
Nadeem Vawda | ecd3e38 | 2011-07-31 01:09:04 +0200 | [diff] [blame] | 1040 | # Run the full test suite twice - once without .pyc files, and once with. |
| 1041 | # In the past, we've had problems where bugs in the marshalling or |
| 1042 | # elsewhere caused bytecode read from .pyc files to behave differently |
| 1043 | # than bytecode generated directly from a .py source file. Sometimes |
| 1044 | # the bytecode read from a .pyc file had the bug, sometimes the directly |
| 1045 | # generated bytecode. This is sometimes a very shy bug needing a lot of |
| 1046 | # sample data. |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1047 | testall: @DEF_MAKE_RULE@ platform |
Skip Montanaro | 446ad71 | 2003-05-06 15:30:20 +0000 | [diff] [blame] | 1048 | -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1049 | $(TESTPYTHON) -E $(srcdir)/Lib/compileall.py |
Christian Heimes | 905a904 | 2007-11-21 02:51:50 +0000 | [diff] [blame] | 1050 | -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1051 | -$(TESTRUNNER) -u all $(TESTOPTS) |
| 1052 | $(TESTRUNNER) -u all $(TESTOPTS) |
Skip Montanaro | 446ad71 | 2003-05-06 15:30:20 +0000 | [diff] [blame] | 1053 | |
Nadeem Vawda | ecd3e38 | 2011-07-31 01:09:04 +0200 | [diff] [blame] | 1054 | # Run the test suite for both architectures in a Universal build on OSX. |
| 1055 | # Must be run on an Intel box. |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1056 | testuniversal: @DEF_MAKE_RULE@ platform |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 1057 | @if [ `arch` != 'i386' ]; then \ |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1058 | echo "This can only be used on OSX/i386" ;\ |
| 1059 | exit 1 ;\ |
| 1060 | fi |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1061 | $(TESTRUNNER) -u all $(TESTOPTS) |
| 1062 | $(RUNSHARED) /usr/libexec/oah/translate \ |
| 1063 | ./$(BUILDPYTHON) -E -m test -j 0 -u all $(TESTOPTS) |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1064 | |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1065 | # Like testall, but with only one pass and without multiple processes. |
Nadeem Vawda | ecd3e38 | 2011-07-31 01:09:04 +0200 | [diff] [blame] | 1066 | # Run an optional script to include information about the build environment. |
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 255295f | 2016-09-09 12:22:49 -0700 | [diff] [blame] | 1067 | buildbottest: build_all platform |
Thomas Wouters | 89d996e | 2007-09-08 17:39:28 +0000 | [diff] [blame] | 1068 | -@if which pybuildbot.identify >/dev/null 2>&1; then \ |
| 1069 | pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \ |
| 1070 | fi |
Victor Stinner | 0056118 | 2017-06-30 16:44:08 +0200 | [diff] [blame] | 1071 | $(TESTRUNNER) -j 1 -u all -W --slowest --fail-env-changed --timeout=$(TESTTIMEOUT) $(TESTOPTS) |
Martin v. Löwis | bfa8bd7 | 2006-03-13 10:59:32 +0000 | [diff] [blame] | 1072 | |
Victor Stinner | a3a01a2 | 2017-08-18 11:31:52 +0200 | [diff] [blame] | 1073 | pythoninfo: build_all |
| 1074 | $(RUNSHARED) ./$(BUILDPYTHON) -m test.pythoninfo |
| 1075 | |
Jeremy Hylton | fdd6dee | 2009-03-27 21:24:45 +0000 | [diff] [blame] | 1076 | QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \ |
| 1077 | test_multibytecodec test_urllib2_localnet test_itertools \ |
Richard Oudkerk | 84ed9a6 | 2013-08-14 15:35:41 +0100 | [diff] [blame] | 1078 | test_multiprocessing_fork test_multiprocessing_spawn \ |
| 1079 | test_multiprocessing_forkserver \ |
| 1080 | test_mailbox test_socket test_poll \ |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1081 | test_select test_zipfile test_concurrent_futures |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1082 | quicktest: @DEF_MAKE_RULE@ platform |
Nadeem Vawda | 3c01d16 | 2011-08-01 23:48:26 +0200 | [diff] [blame] | 1083 | $(TESTRUNNER) $(QUICKTESTOPTS) |
Jeremy Hylton | 2a850d9 | 2001-02-01 19:51:28 +0000 | [diff] [blame] | 1084 | |
Christian Heimes | d3b9f97 | 2017-09-06 18:59:22 -0700 | [diff] [blame] | 1085 | # SSL tests |
| 1086 | .PHONY: multisslcompile multissltest |
| 1087 | multisslcompile: build_all |
| 1088 | $(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py --compile-only |
| 1089 | |
| 1090 | multissltest: build_all |
| 1091 | $(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py |
Barry Warsaw | 4211925 | 2001-03-03 04:14:21 +0000 | [diff] [blame] | 1092 | |
Ned Deily | 322f5ba | 2013-11-21 23:01:59 -0800 | [diff] [blame] | 1093 | install: @FRAMEWORKINSTALLFIRST@ commoninstall bininstall maninstall @FRAMEWORKINSTALLLAST@ |
| 1094 | if test "x$(ENSUREPIP)" != "xno" ; then \ |
| 1095 | case $(ENSUREPIP) in \ |
| 1096 | upgrade) ensurepip="--upgrade" ;; \ |
| 1097 | install|*) ensurepip="" ;; \ |
| 1098 | esac; \ |
| 1099 | $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \ |
| 1100 | $$ensurepip --root=$(DESTDIR)/ ; \ |
| 1101 | fi |
Guido van Rossum | dc21db3 | 2008-04-07 18:37:41 +0000 | [diff] [blame] | 1102 | |
Ned Deily | 322f5ba | 2013-11-21 23:01:59 -0800 | [diff] [blame] | 1103 | altinstall: commoninstall |
| 1104 | if test "x$(ENSUREPIP)" != "xno" ; then \ |
| 1105 | case $(ENSUREPIP) in \ |
| 1106 | upgrade) ensurepip="--altinstall --upgrade" ;; \ |
| 1107 | install|*) ensurepip="--altinstall" ;; \ |
| 1108 | esac; \ |
| 1109 | $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \ |
| 1110 | $$ensurepip --root=$(DESTDIR)/ ; \ |
| 1111 | fi |
| 1112 | |
xdegaye | 0de9285 | 2017-11-08 16:03:58 +0100 | [diff] [blame] | 1113 | commoninstall: check-clean-src @FRAMEWORKALTINSTALLFIRST@ \ |
Ned Deily | 322f5ba | 2013-11-21 23:01:59 -0800 | [diff] [blame] | 1114 | altbininstall libinstall inclinstall libainstall \ |
| 1115 | sharedinstall oldsharedinstall altmaninstall \ |
| 1116 | @FRAMEWORKALTINSTALLLAST@ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1117 | |
| 1118 | # Install shared libraries enabled by Setup |
| 1119 | DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED) |
| 1120 | |
| 1121 | oldsharedinstall: $(DESTSHARED) $(SHAREDMODS) |
| 1122 | @for i in X $(SHAREDMODS); do \ |
Neil Schemenauer | ac95977 | 2001-02-06 14:50:27 +0000 | [diff] [blame] | 1123 | if test $$i != X; then \ |
| 1124 | echo $(INSTALL_SHARED) $$i $(DESTSHARED)/`basename $$i`; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1125 | $(INSTALL_SHARED) $$i $(DESTDIR)$(DESTSHARED)/`basename $$i`; \ |
Neil Schemenauer | ac95977 | 2001-02-06 14:50:27 +0000 | [diff] [blame] | 1126 | fi; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1127 | done |
| 1128 | |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 1129 | $(DESTSHARED): |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1130 | @for i in $(DESTDIRS); \ |
| 1131 | do \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1132 | if test ! -d $(DESTDIR)$$i; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1133 | echo "Creating directory $$i"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1134 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1135 | else true; \ |
| 1136 | fi; \ |
| 1137 | done |
| 1138 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1139 | # Install the interpreter with $(VERSION) affixed |
| 1140 | # This goes into $(exec_prefix) |
Ned Deily | b8f944f | 2013-11-21 22:42:25 -0800 | [diff] [blame] | 1141 | altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@ |
Martin v. Löwis | d8a20d2 | 2002-05-08 08:59:59 +0000 | [diff] [blame] | 1142 | @for i in $(BINDIR) $(LIBDIR); \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1143 | do \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1144 | if test ! -d $(DESTDIR)$$i; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1145 | echo "Creating directory $$i"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1146 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1147 | else true; \ |
| 1148 | fi; \ |
| 1149 | done |
Ned Deily | b8f944f | 2013-11-21 22:42:25 -0800 | [diff] [blame] | 1150 | if test "$(PYTHONFRAMEWORKDIR)" = "no-framework" ; then \ |
| 1151 | $(INSTALL_PROGRAM) $(BUILDPYTHON) $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \ |
| 1152 | else \ |
| 1153 | $(INSTALL_PROGRAM) $(STRIPFLAG) Mac/pythonw $(DESTDIR)$(BINDIR)/python$(LDVERSION)$(EXE); \ |
| 1154 | fi |
Barry Warsaw | 771d33e | 2010-12-13 18:04:23 +0000 | [diff] [blame] | 1155 | -if test "$(VERSION)" != "$(LDVERSION)"; then \ |
Nick Coghlan | 4fcad3c | 2012-02-17 23:17:34 +1000 | [diff] [blame] | 1156 | if test -f $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE) -o -h $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE); \ |
Barry Warsaw | 771d33e | 2010-12-13 18:04:23 +0000 | [diff] [blame] | 1157 | then rm -f $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE); \ |
| 1158 | fi; \ |
| 1159 | (cd $(DESTDIR)$(BINDIR); $(LN) python$(LDVERSION)$(EXE) python$(VERSION)$(EXE)); \ |
Barry Warsaw | ad6f877 | 2010-12-11 21:32:01 +0000 | [diff] [blame] | 1160 | fi |
Ned Deily | 78094ac | 2013-07-08 14:33:03 -0700 | [diff] [blame] | 1161 | if test -f $(LDLIBRARY) && test "$(PYTHONFRAMEWORKDIR)" = "no-framework" ; then \ |
Georg Brandl | 1f01deb | 2009-01-03 22:47:39 +0000 | [diff] [blame] | 1162 | if test -n "$(DLLLIBRARY)" ; then \ |
| 1163 | $(INSTALL_SHARED) $(DLLLIBRARY) $(DESTDIR)$(BINDIR); \ |
Jason Tishler | c0f1e77 | 2002-07-29 16:18:23 +0000 | [diff] [blame] | 1164 | else \ |
Georg Brandl | b1441c7 | 2009-01-03 22:33:39 +0000 | [diff] [blame] | 1165 | $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \ |
| 1166 | if test $(LDLIBRARY) != $(INSTSONAME); then \ |
| 1167 | (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \ |
Martin v. Löwis | e3be860 | 2003-11-18 19:54:20 +0000 | [diff] [blame] | 1168 | fi \ |
Jason Tishler | c0f1e77 | 2002-07-29 16:18:23 +0000 | [diff] [blame] | 1169 | fi; \ |
Martin v. Löwis | d1fc34d | 2010-12-30 14:55:47 +0000 | [diff] [blame] | 1170 | if test -n "$(PY3LIBRARY)"; then \ |
| 1171 | $(INSTALL_SHARED) $(PY3LIBRARY) $(DESTDIR)$(LIBDIR)/$(PY3LIBRARY); \ |
| 1172 | fi; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1173 | else true; \ |
| 1174 | fi |
Ned Deily | b8f944f | 2013-11-21 22:42:25 -0800 | [diff] [blame] | 1175 | if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \ |
| 1176 | rm -f $(DESTDIR)$(BINDIR)python$(VERSION)-32$(EXE); \ |
| 1177 | lipo $(LIPO_32BIT_FLAGS) \ |
| 1178 | -output $(DESTDIR)$(BINDIR)/python$(VERSION)-32$(EXE) \ |
| 1179 | $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE); \ |
| 1180 | fi |
Benjamin Peterson | 932073a | 2009-05-23 16:14:33 +0000 | [diff] [blame] | 1181 | |
| 1182 | bininstall: altbininstall |
Victor Stinner | 8de795f | 2015-12-13 21:26:17 +0100 | [diff] [blame] | 1183 | if test ! -d $(DESTDIR)$(LIBPC); then \ |
Victor Stinner | c202155 | 2015-12-13 21:20:36 +0100 | [diff] [blame] | 1184 | echo "Creating directory $(LIBPC)"; \ |
| 1185 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \ |
| 1186 | fi |
Nick Coghlan | 4fcad3c | 2012-02-17 23:17:34 +1000 | [diff] [blame] | 1187 | -if test -f $(DESTDIR)$(BINDIR)/python3$(EXE) -o -h $(DESTDIR)$(BINDIR)/python3$(EXE); \ |
| 1188 | then rm -f $(DESTDIR)$(BINDIR)/python3$(EXE); \ |
Benjamin Peterson | f4841e2 | 2009-04-25 21:04:19 +0000 | [diff] [blame] | 1189 | else true; \ |
| 1190 | fi |
Nick Coghlan | 4fcad3c | 2012-02-17 23:17:34 +1000 | [diff] [blame] | 1191 | (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python3$(EXE)) |
Barry Warsaw | 771d33e | 2010-12-13 18:04:23 +0000 | [diff] [blame] | 1192 | -if test "$(VERSION)" != "$(LDVERSION)"; then \ |
| 1193 | rm -f $(DESTDIR)$(BINDIR)/python$(VERSION)-config; \ |
| 1194 | (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(LDVERSION)-config python$(VERSION)-config); \ |
| 1195 | rm -f $(DESTDIR)$(LIBPC)/python-$(LDVERSION).pc; \ |
| 1196 | (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python-$(LDVERSION).pc); \ |
| 1197 | fi |
Benjamin Peterson | f4841e2 | 2009-04-25 21:04:19 +0000 | [diff] [blame] | 1198 | -rm -f $(DESTDIR)$(BINDIR)/python3-config |
| 1199 | (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python3-config) |
Antoine Pitrou | 2032722 | 2009-05-24 20:39:11 +0000 | [diff] [blame] | 1200 | -rm -f $(DESTDIR)$(LIBPC)/python3.pc |
| 1201 | (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python3.pc) |
Georg Brandl | ff52f76 | 2010-12-28 09:51:43 +0000 | [diff] [blame] | 1202 | -rm -f $(DESTDIR)$(BINDIR)/idle3 |
| 1203 | (cd $(DESTDIR)$(BINDIR); $(LN) -s idle$(VERSION) idle3) |
| 1204 | -rm -f $(DESTDIR)$(BINDIR)/pydoc3 |
| 1205 | (cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3) |
| 1206 | -rm -f $(DESTDIR)$(BINDIR)/2to3 |
| 1207 | (cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3) |
Vinay Sajip | 7ded1f0 | 2012-05-26 03:45:29 +0100 | [diff] [blame] | 1208 | -rm -f $(DESTDIR)$(BINDIR)/pyvenv |
| 1209 | (cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv) |
Ned Deily | b8f944f | 2013-11-21 22:42:25 -0800 | [diff] [blame] | 1210 | if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \ |
| 1211 | rm -f $(DESTDIR)$(BINDIR)/python3-32$(EXE); \ |
| 1212 | (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-32$(EXE) python3-32$(EXE)) \ |
| 1213 | fi |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1214 | |
Ned Deily | a48b61f | 2013-02-08 22:53:51 -0800 | [diff] [blame] | 1215 | # Install the versioned manual page |
| 1216 | altmaninstall: |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1217 | @for i in $(MANDIR) $(MANDIR)/man1; \ |
| 1218 | do \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1219 | if test ! -d $(DESTDIR)$$i; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1220 | echo "Creating directory $$i"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1221 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1222 | else true; \ |
| 1223 | fi; \ |
| 1224 | done |
| 1225 | $(INSTALL_DATA) $(srcdir)/Misc/python.man \ |
Benjamin Peterson | 1a6e0d0 | 2008-10-25 15:49:17 +0000 | [diff] [blame] | 1226 | $(DESTDIR)$(MANDIR)/man1/python$(VERSION).1 |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1227 | |
Ned Deily | a48b61f | 2013-02-08 22:53:51 -0800 | [diff] [blame] | 1228 | # Install the unversioned manual page |
| 1229 | maninstall: altmaninstall |
| 1230 | -rm -f $(DESTDIR)$(MANDIR)/man1/python3.1 |
| 1231 | (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python3.1) |
| 1232 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1233 | # Install the library |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1234 | XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax |
Benjamin Peterson | cb6dbe5 | 2010-03-18 21:36:06 +0000 | [diff] [blame] | 1235 | LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ |
Victor Stinner | 5b32659 | 2011-05-25 01:15:59 +0200 | [diff] [blame] | 1236 | tkinter/test/test_ttk site-packages test \ |
Serhiy Storchaka | c3a9b35 | 2013-10-14 21:18:50 +0300 | [diff] [blame] | 1237 | test/audiodata \ |
Ned Deily | e2d5190 | 2011-07-04 19:06:20 -0700 | [diff] [blame] | 1238 | test/capath test/data \ |
Barry Warsaw | 04fe64b | 2011-06-14 16:51:58 -0400 | [diff] [blame] | 1239 | test/cjkencodings test/decimaltestdata test/xmltestdata \ |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 1240 | test/dtracedata \ |
Ned Deily | 914db0f | 2015-02-08 15:48:40 +1100 | [diff] [blame] | 1241 | test/eintrdata \ |
Ned Deily | 6bb21c4 | 2014-02-02 13:59:49 -0800 | [diff] [blame] | 1242 | test/imghdrdata \ |
Victor Stinner | dc09655 | 2015-11-22 15:18:40 +0100 | [diff] [blame] | 1243 | test/libregrtest \ |
Ned Deily | cdc75d9 | 2013-07-30 14:30:15 -0700 | [diff] [blame] | 1244 | test/subprocessdata test/sndhdrdata test/support \ |
Alexander Belopolsky | e8f5832 | 2010-10-15 16:28:20 +0000 | [diff] [blame] | 1245 | test/tracedmodules test/encoded_modules \ |
Ned Deily | 7c562f6 | 2014-12-13 02:05:15 -0800 | [diff] [blame] | 1246 | test/test_import \ |
| 1247 | test/test_import/data \ |
| 1248 | test/test_import/data/circular_imports \ |
| 1249 | test/test_import/data/circular_imports/subpkg \ |
Serhiy Storchaka | d5ed47d | 2017-07-27 12:24:36 +0300 | [diff] [blame] | 1250 | test/test_import/data/package \ |
| 1251 | test/test_import/data/package2 \ |
Ned Deily | 490e53b | 2014-04-08 18:54:49 -0700 | [diff] [blame] | 1252 | test/test_importlib/namespace_pkgs \ |
| 1253 | test/test_importlib/namespace_pkgs/both_portions \ |
| 1254 | test/test_importlib/namespace_pkgs/both_portions/foo \ |
| 1255 | test/test_importlib/namespace_pkgs/not_a_namespace_pkg \ |
| 1256 | test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo \ |
| 1257 | test/test_importlib/namespace_pkgs/portion1 \ |
| 1258 | test/test_importlib/namespace_pkgs/portion1/foo \ |
| 1259 | test/test_importlib/namespace_pkgs/portion2 \ |
| 1260 | test/test_importlib/namespace_pkgs/portion2/foo \ |
| 1261 | test/test_importlib/namespace_pkgs/project1 \ |
| 1262 | test/test_importlib/namespace_pkgs/project1/parent \ |
| 1263 | test/test_importlib/namespace_pkgs/project1/parent/child \ |
| 1264 | test/test_importlib/namespace_pkgs/project2 \ |
| 1265 | test/test_importlib/namespace_pkgs/project2/parent \ |
| 1266 | test/test_importlib/namespace_pkgs/project2/parent/child \ |
| 1267 | test/test_importlib/namespace_pkgs/project3 \ |
| 1268 | test/test_importlib/namespace_pkgs/project3/parent \ |
| 1269 | test/test_importlib/namespace_pkgs/project3/parent/child \ |
| 1270 | test/test_importlib/namespace_pkgs/module_and_namespace_package \ |
| 1271 | test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \ |
Ned Deily | 3c97e46 | 2013-10-17 18:08:00 -0700 | [diff] [blame] | 1272 | asyncio \ |
| 1273 | test/test_asyncio \ |
Georg Brandl | 5329123 | 2011-02-23 07:30:12 +0000 | [diff] [blame] | 1274 | collections concurrent concurrent/futures encodings \ |
R David Murray | 92cafb8 | 2011-06-17 11:41:49 -0400 | [diff] [blame] | 1275 | email email/mime test/test_email test/test_email/data \ |
Nick Coghlan | d0cf063 | 2013-11-11 22:11:55 +1000 | [diff] [blame] | 1276 | ensurepip ensurepip/_bundled \ |
Ezio Melotti | 66f2ea0 | 2013-08-08 15:03:45 +0300 | [diff] [blame] | 1277 | html json test/test_json http dbm xmlrpc \ |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1278 | sqlite3 sqlite3/test \ |
Georg Brandl | 1158a33 | 2009-06-04 09:30:30 +0000 | [diff] [blame] | 1279 | logging csv wsgiref urllib \ |
Alexandre Vassalotti | e9f305f | 2008-05-16 04:39:54 +0000 | [diff] [blame] | 1280 | lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ |
Barry Warsaw | 04fe64b | 2011-06-14 16:51:58 -0400 | [diff] [blame] | 1281 | lib2to3/tests/data lib2to3/tests/data/fixers \ |
| 1282 | lib2to3/tests/data/fixers/myfixes \ |
Ned Deily | c3909e5 | 2013-11-03 20:08:53 -0800 | [diff] [blame] | 1283 | ctypes ctypes/test ctypes/macholib \ |
| 1284 | idlelib idlelib/Icons idlelib/idle_test \ |
Fred Drake | e612c8e | 2005-01-19 06:24:58 +0000 | [diff] [blame] | 1285 | distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ |
Ned Deily | cc409f4 | 2012-07-20 13:24:58 -0700 | [diff] [blame] | 1286 | importlib test/test_importlib test/test_importlib/builtin \ |
| 1287 | test/test_importlib/extension test/test_importlib/frozen \ |
| 1288 | test/test_importlib/import_ test/test_importlib/source \ |
Zachary Ware | de354bc | 2016-08-30 02:12:27 -0500 | [diff] [blame] | 1289 | test/test_tools test/test_warnings test/test_warnings/data \ |
Alexander Belopolsky | ea13d9d | 2010-11-01 17:39:37 +0000 | [diff] [blame] | 1290 | turtledemo \ |
Benjamin Peterson | 6bf2d6b | 2008-06-20 02:54:41 +0000 | [diff] [blame] | 1291 | multiprocessing multiprocessing/dummy \ |
Ned Deily | e8b416e | 2012-03-22 13:34:11 -0700 | [diff] [blame] | 1292 | unittest unittest/test unittest/test/testmock \ |
Vinay Sajip | 5fd832b | 2017-01-13 19:08:47 +0000 | [diff] [blame] | 1293 | venv venv/scripts venv/scripts/common venv/scripts/posix \ |
Zachary Ware | c4b53af | 2016-09-09 17:59:49 -0700 | [diff] [blame] | 1294 | curses pydoc_data |
| 1295 | libinstall: build_all $(srcdir)/Modules/xxmodule.c |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1296 | @for i in $(SCRIPTDIR) $(LIBDEST); \ |
| 1297 | do \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1298 | if test ! -d $(DESTDIR)$$i; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1299 | echo "Creating directory $$i"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1300 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1301 | else true; \ |
| 1302 | fi; \ |
| 1303 | done |
| 1304 | @for d in $(LIBSUBDIRS); \ |
| 1305 | do \ |
| 1306 | a=$(srcdir)/Lib/$$d; \ |
| 1307 | if test ! -d $$a; then continue; else true; fi; \ |
| 1308 | b=$(LIBDEST)/$$d; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1309 | if test ! -d $(DESTDIR)$$b; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1310 | echo "Creating directory $$b"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1311 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$b; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1312 | else true; \ |
| 1313 | fi; \ |
| 1314 | done |
doko@ubuntu.com | 5553231 | 2016-06-14 08:55:19 +0200 | [diff] [blame] | 1315 | @for i in $(srcdir)/Lib/*.py; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1316 | do \ |
| 1317 | if test -x $$i; then \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1318 | $(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \ |
Neil Schemenauer | 3f5cc20 | 2001-04-10 23:03:35 +0000 | [diff] [blame] | 1319 | echo $(INSTALL_SCRIPT) $$i $(LIBDEST); \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1320 | else \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1321 | $(INSTALL_DATA) $$i $(DESTDIR)$(LIBDEST); \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1322 | echo $(INSTALL_DATA) $$i $(LIBDEST); \ |
| 1323 | fi; \ |
| 1324 | done |
| 1325 | @for d in $(LIBSUBDIRS); \ |
| 1326 | do \ |
| 1327 | a=$(srcdir)/Lib/$$d; \ |
| 1328 | if test ! -d $$a; then continue; else true; fi; \ |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1329 | if test `ls $$a | wc -l` -lt 1; then continue; fi; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1330 | b=$(LIBDEST)/$$d; \ |
| 1331 | for i in $$a/*; \ |
| 1332 | do \ |
| 1333 | case $$i in \ |
| 1334 | *CVS) ;; \ |
| 1335 | *.py[co]) ;; \ |
| 1336 | *.orig) ;; \ |
| 1337 | *~) ;; \ |
| 1338 | *) \ |
| 1339 | if test -d $$i; then continue; fi; \ |
| 1340 | if test -x $$i; then \ |
Neil Schemenauer | 3f5cc20 | 2001-04-10 23:03:35 +0000 | [diff] [blame] | 1341 | echo $(INSTALL_SCRIPT) $$i $$b; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1342 | $(INSTALL_SCRIPT) $$i $(DESTDIR)$$b; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1343 | else \ |
| 1344 | echo $(INSTALL_DATA) $$i $$b; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1345 | $(INSTALL_DATA) $$i $(DESTDIR)$$b; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1346 | fi;; \ |
| 1347 | esac; \ |
| 1348 | done; \ |
| 1349 | done |
Zachary Ware | c4b53af | 2016-09-09 17:59:49 -0700 | [diff] [blame] | 1350 | $(INSTALL_DATA) `cat pybuilddir.txt`/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py \ |
| 1351 | $(DESTDIR)$(LIBDEST); \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1352 | $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt |
Ned Deily | 58f27b2 | 2011-06-28 00:42:50 -0700 | [diff] [blame] | 1353 | if test -d $(DESTDIR)$(LIBDEST)/distutils/tests; then \ |
| 1354 | $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \ |
| 1355 | $(DESTDIR)$(LIBDEST)/distutils/tests ; \ |
| 1356 | fi |
Guido van Rossum | 827bfd0 | 2007-07-15 13:12:42 +0000 | [diff] [blame] | 1357 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 1358 | $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ |
Martin v. Löwis | 975302d | 2003-06-21 13:26:28 +0000 | [diff] [blame] | 1359 | -d $(LIBDEST) -f \ |
Benjamin Peterson | 89a545f | 2010-03-18 22:58:19 +0000 | [diff] [blame] | 1360 | -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ |
Benjamin Peterson | f47ed4a | 2009-04-11 20:45:40 +0000 | [diff] [blame] | 1361 | $(DESTDIR)$(LIBDEST) |
Guido van Rossum | 827bfd0 | 2007-07-15 13:12:42 +0000 | [diff] [blame] | 1362 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 1363 | $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ |
Martin v. Löwis | 975302d | 2003-06-21 13:26:28 +0000 | [diff] [blame] | 1364 | -d $(LIBDEST) -f \ |
Benjamin Peterson | 89a545f | 2010-03-18 22:58:19 +0000 | [diff] [blame] | 1365 | -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ |
Benjamin Peterson | f47ed4a | 2009-04-11 20:45:40 +0000 | [diff] [blame] | 1366 | $(DESTDIR)$(LIBDEST) |
Brett Cannon | f299abd | 2015-04-13 14:21:02 -0400 | [diff] [blame] | 1367 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
| 1368 | $(PYTHON_FOR_BUILD) -Wi -OO $(DESTDIR)$(LIBDEST)/compileall.py \ |
| 1369 | -d $(LIBDEST) -f \ |
| 1370 | -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ |
| 1371 | $(DESTDIR)$(LIBDEST) |
| 1372 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 1373 | $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ |
Martin v. Löwis | 975302d | 2003-06-21 13:26:28 +0000 | [diff] [blame] | 1374 | -d $(LIBDEST)/site-packages -f \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1375 | -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages |
Hye-Shik Chang | 0e5e6c7 | 2004-03-18 07:51:27 +0000 | [diff] [blame] | 1376 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 1377 | $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ |
Martin v. Löwis | 975302d | 2003-06-21 13:26:28 +0000 | [diff] [blame] | 1378 | -d $(LIBDEST)/site-packages -f \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1379 | -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages |
Ned Deily | 4725b13 | 2012-09-08 19:04:47 -0700 | [diff] [blame] | 1380 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
Brett Cannon | f299abd | 2015-04-13 14:21:02 -0400 | [diff] [blame] | 1381 | $(PYTHON_FOR_BUILD) -Wi -OO $(DESTDIR)$(LIBDEST)/compileall.py \ |
| 1382 | -d $(LIBDEST)/site-packages -f \ |
| 1383 | -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages |
| 1384 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
Ned Deily | 4725b13 | 2012-09-08 19:04:47 -0700 | [diff] [blame] | 1385 | $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt |
| 1386 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
| 1387 | $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/PatternGrammar.txt |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1388 | |
doko@python.org | 8742119 | 2013-01-26 11:39:31 +0100 | [diff] [blame] | 1389 | python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 1390 | @ # Substitution happens here, as the completely-expanded BINDIR |
| 1391 | @ # is not available in configure |
doko@python.org | 8742119 | 2013-01-26 11:39:31 +0100 | [diff] [blame] | 1392 | sed -e "s,@EXENAME@,$(BINDIR)/python$(LDVERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python-config.py |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 1393 | @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR} |
Serhiy Storchaka | 80bc7dc | 2016-09-29 20:29:23 +0300 | [diff] [blame] | 1394 | LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config |
Martin Panter | adab00f | 2016-09-22 09:34:43 +0000 | [diff] [blame] | 1395 | @ # On Darwin, always use the python version of the script, the shell |
| 1396 | @ # version doesn't use the compiler customizations that are provided |
| 1397 | @ # in python (_osx_support.py). |
| 1398 | @if test `uname -s` = Darwin; then \ |
doko@ubuntu.com | 0df35b0 | 2013-08-01 15:32:49 +0200 | [diff] [blame] | 1399 | cp python-config.py python-config; \ |
| 1400 | fi |
| 1401 | |
Collin Winter | bf19907 | 2010-03-19 21:17:17 +0000 | [diff] [blame] | 1402 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1403 | # Install the include files |
| 1404 | INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY) |
| 1405 | inclinstall: |
| 1406 | @for i in $(INCLDIRSTOMAKE); \ |
| 1407 | do \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1408 | if test ! -d $(DESTDIR)$$i; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1409 | echo "Creating directory $$i"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1410 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1411 | else true; \ |
| 1412 | fi; \ |
| 1413 | done |
| 1414 | @for i in $(srcdir)/Include/*.h; \ |
| 1415 | do \ |
| 1416 | echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1417 | $(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY); \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1418 | done |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1419 | $(INSTALL_DATA) pyconfig.h $(DESTDIR)$(CONFINCLUDEPY)/pyconfig.h |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1420 | |
| 1421 | # Install the library and miscellaneous stuff needed for extending/embedding |
| 1422 | # This goes into $(exec_prefix) |
doko@ubuntu.com | 100aa18 | 2015-04-13 22:10:21 +0200 | [diff] [blame] | 1423 | LIBPL= @LIBPL@ |
Antoine Pitrou | 2032722 | 2009-05-24 20:39:11 +0000 | [diff] [blame] | 1424 | |
| 1425 | # pkgconfig directory |
| 1426 | LIBPC= $(LIBDIR)/pkgconfig |
| 1427 | |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1428 | libainstall: @DEF_MAKE_RULE@ python-config |
Barry Warsaw | 14d98ac | 2010-11-24 19:43:47 +0000 | [diff] [blame] | 1429 | @for i in $(LIBDIR) $(LIBPL) $(LIBPC); \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1430 | do \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1431 | if test ! -d $(DESTDIR)$$i; then \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1432 | echo "Creating directory $$i"; \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1433 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1434 | else true; \ |
| 1435 | fi; \ |
| 1436 | done |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 1437 | @if test -d $(LIBRARY); then :; else \ |
Jack Jansen | 127e56e | 2001-09-11 14:41:54 +0000 | [diff] [blame] | 1438 | if test "$(PYTHONFRAMEWORKDIR)" = no-framework; then \ |
doko@ubuntu.com | d5537d0 | 2013-03-21 13:21:49 -0700 | [diff] [blame] | 1439 | if test "$(SHLIB_SUFFIX)" = .dll; then \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1440 | $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ |
Jason Tishler | c0f1e77 | 2002-07-29 16:18:23 +0000 | [diff] [blame] | 1441 | else \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1442 | $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ |
Jason Tishler | c0f1e77 | 2002-07-29 16:18:23 +0000 | [diff] [blame] | 1443 | fi; \ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 1444 | else \ |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 1445 | echo Skip install of $(LIBRARY) - use make frameworkinstall; \ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 1446 | fi; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1447 | fi |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1448 | $(INSTALL_DATA) Modules/config.c $(DESTDIR)$(LIBPL)/config.c |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 1449 | $(INSTALL_DATA) Programs/python.o $(DESTDIR)$(LIBPL)/python.o |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1450 | $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in |
| 1451 | $(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile |
| 1452 | $(INSTALL_DATA) Modules/Setup $(DESTDIR)$(LIBPL)/Setup |
| 1453 | $(INSTALL_DATA) Modules/Setup.local $(DESTDIR)$(LIBPL)/Setup.local |
Antoine Pitrou | 2032722 | 2009-05-24 20:39:11 +0000 | [diff] [blame] | 1454 | $(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1455 | $(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(DESTDIR)$(LIBPL)/makesetup |
| 1456 | $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh |
doko@python.org | 8742119 | 2013-01-26 11:39:31 +0100 | [diff] [blame] | 1457 | $(INSTALL_SCRIPT) python-config.py $(DESTDIR)$(LIBPL)/python-config.py |
Barry Warsaw | 14d98ac | 2010-11-24 19:43:47 +0000 | [diff] [blame] | 1458 | $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(LDVERSION)-config |
Martin Panter | 5401e87 | 2016-08-12 13:21:05 +0000 | [diff] [blame] | 1459 | @if [ -s Modules/python.exp -a \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1460 | "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ |
| 1461 | echo; echo "Installing support files for building shared extension modules on AIX:"; \ |
Martin Panter | 5401e87 | 2016-08-12 13:21:05 +0000 | [diff] [blame] | 1462 | $(INSTALL_DATA) Modules/python.exp \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1463 | $(DESTDIR)$(LIBPL)/python.exp; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1464 | echo; echo "$(LIBPL)/python.exp"; \ |
Neil Schemenauer | 3f5cc20 | 2001-04-10 23:03:35 +0000 | [diff] [blame] | 1465 | $(INSTALL_SCRIPT) $(srcdir)/Modules/makexp_aix \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1466 | $(DESTDIR)$(LIBPL)/makexp_aix; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1467 | echo "$(LIBPL)/makexp_aix"; \ |
Martin Panter | 395733d | 2016-11-20 07:56:37 +0000 | [diff] [blame] | 1468 | $(INSTALL_SCRIPT) Modules/ld_so_aix \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1469 | $(DESTDIR)$(LIBPL)/ld_so_aix; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1470 | echo "$(LIBPL)/ld_so_aix"; \ |
| 1471 | echo; echo "See Misc/AIX-NOTES for details."; \ |
| 1472 | else true; \ |
| 1473 | fi |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1474 | |
| 1475 | # Install the dynamically loadable modules |
| 1476 | # This goes into $(exec_prefix) |
Benjamin Peterson | bbda0c5 | 2010-07-17 20:39:23 +0000 | [diff] [blame] | 1477 | sharedinstall: sharedmods |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 1478 | $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \ |
Martin v. Löwis | 1142de3 | 2002-03-29 16:28:31 +0000 | [diff] [blame] | 1479 | --prefix=$(prefix) \ |
Guido van Rossum | b33e789 | 2001-10-17 06:26:53 +0000 | [diff] [blame] | 1480 | --install-scripts=$(BINDIR) \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1481 | --install-platlib=$(DESTSHARED) \ |
Thomas Wouters | 81638f1 | 2011-03-06 11:49:15 -0800 | [diff] [blame] | 1482 | --root=$(DESTDIR)/ |
Xavier de Gaye | 1c17e7f | 2016-10-28 11:22:05 +0200 | [diff] [blame] | 1483 | -rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py |
Trent Nelson | c101bf3 | 2012-10-16 08:13:12 -0400 | [diff] [blame] | 1484 | -rm -r $(DESTDIR)$(DESTSHARED)/__pycache__ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1485 | |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1486 | # Here are a couple of targets for MacOSX again, to install a full |
| 1487 | # framework-based Python. frameworkinstall installs everything, the |
| 1488 | # subtargets install specific parts. Much of the actual work is offloaded to |
Thomas Wouters | 73e5a5b | 2006-06-08 15:35:45 +0000 | [diff] [blame] | 1489 | # the Makefile in Mac |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1490 | # |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1491 | # |
Martin Panter | 46f5072 | 2016-05-26 05:35:26 +0000 | [diff] [blame] | 1492 | # This target is here for backward compatibility, previous versions of Python |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1493 | # hadn't integrated framework installation in the normal install process. |
| 1494 | frameworkinstall: install |
Guido van Rossum | ed2f725 | 2002-08-09 19:18:25 +0000 | [diff] [blame] | 1495 | |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 1496 | # On install, we re-make the framework |
| 1497 | # structure in the install location, /Library/Frameworks/ or the argument to |
| 1498 | # --enable-framework. If --enable-framework has been specified then we have |
| 1499 | # automatically set prefix to the location deep down in the framework, so we |
| 1500 | # only have to cater for the structural bits of the framework. |
| 1501 | |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1502 | frameworkinstallframework: frameworkinstallstructure install frameworkinstallmaclib |
| 1503 | |
| 1504 | frameworkinstallstructure: $(LDLIBRARY) |
Jack Jansen | 127e56e | 2001-09-11 14:41:54 +0000 | [diff] [blame] | 1505 | @if test "$(PYTHONFRAMEWORKDIR)" = no-framework; then \ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 1506 | echo Not configured with --enable-framework; \ |
Jack Jansen | 127e56e | 2001-09-11 14:41:54 +0000 | [diff] [blame] | 1507 | exit 1; \ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 1508 | else true; \ |
| 1509 | fi |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1510 | @for i in $(prefix)/Resources/English.lproj $(prefix)/lib; do\ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1511 | if test ! -d $(DESTDIR)$$i; then \ |
Jack Jansen | 9592fe9 | 2003-05-25 22:01:32 +0000 | [diff] [blame] | 1512 | echo "Creating directory $(DESTDIR)$$i"; \ |
| 1513 | $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$i; \ |
Jack Jansen | b6e9cad | 2001-08-15 01:26:28 +0000 | [diff] [blame] | 1514 | else true; \ |
| 1515 | fi; \ |
| 1516 | done |
Ronald Oussoren | 0499d0b | 2010-12-07 14:41:05 +0000 | [diff] [blame] | 1517 | $(LN) -fsn include/python$(LDVERSION) $(DESTDIR)$(prefix)/Headers |
Benjamin Peterson | 4c29b47 | 2008-07-01 14:42:51 +0000 | [diff] [blame] | 1518 | sed 's/%VERSION%/'"`$(RUNSHARED) ./$(BUILDPYTHON) -c 'import platform; print(platform.python_version())'`"'/g' < $(RESSRCDIR)/Info.plist > $(DESTDIR)$(prefix)/Resources/Info.plist |
Jack Jansen | 9592fe9 | 2003-05-25 22:01:32 +0000 | [diff] [blame] | 1519 | $(LN) -fsn $(VERSION) $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/Current |
Christian Heimes | 81ee3ef | 2008-05-04 22:42:01 +0000 | [diff] [blame] | 1520 | $(LN) -fsn Versions/Current/$(PYTHONFRAMEWORK) $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/$(PYTHONFRAMEWORK) |
Jack Jansen | 9592fe9 | 2003-05-25 22:01:32 +0000 | [diff] [blame] | 1521 | $(LN) -fsn Versions/Current/Headers $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Headers |
| 1522 | $(LN) -fsn Versions/Current/Resources $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Resources |
Jack Jansen | 4735b23 | 2003-06-20 20:36:53 +0000 | [diff] [blame] | 1523 | $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY) |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 1524 | |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1525 | # This installs Mac/Lib into the framework |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1526 | # Install a number of symlinks to keep software that expects a normal unix |
| 1527 | # install (which includes python-config) happy. |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1528 | frameworkinstallmaclib: |
Ned Deily | b8d3e40 | 2016-06-18 15:58:52 -0400 | [diff] [blame] | 1529 | $(LN) -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(LIBPL)/libpython$(LDVERSION).a" |
| 1530 | $(LN) -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(LIBPL)/libpython$(LDVERSION).dylib" |
| 1531 | $(LN) -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(LIBPL)/libpython$(VERSION).a" |
| 1532 | $(LN) -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(LIBPL)/libpython$(VERSION).dylib" |
Christian Heimes | ae6275d | 2013-07-09 14:30:04 +0200 | [diff] [blame] | 1533 | $(LN) -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(LDVERSION).dylib" |
| 1534 | $(LN) -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib" |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1535 | |
| 1536 | # This installs the IDE, the Launcher and other apps into /Applications |
| 1537 | frameworkinstallapps: |
Thomas Wouters | 73e5a5b | 2006-06-08 15:35:45 +0000 | [diff] [blame] | 1538 | cd Mac && $(MAKE) installapps DESTDIR="$(DESTDIR)" |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1539 | |
Ned Deily | b8f944f | 2013-11-21 22:42:25 -0800 | [diff] [blame] | 1540 | # Build the bootstrap executable that will spawn the interpreter inside |
| 1541 | # an app bundle within the framework. This allows the interpreter to |
| 1542 | # run OS X GUI APIs. |
| 1543 | frameworkpythonw: |
| 1544 | cd Mac && $(MAKE) pythonw |
| 1545 | |
| 1546 | # This installs the python* and other bin symlinks in $prefix/bin or in |
| 1547 | # a bin directory relative to the framework root |
Jack Jansen | cb4321e | 2002-08-09 00:18:21 +0000 | [diff] [blame] | 1548 | frameworkinstallunixtools: |
Thomas Wouters | 73e5a5b | 2006-06-08 15:35:45 +0000 | [diff] [blame] | 1549 | cd Mac && $(MAKE) installunixtools DESTDIR="$(DESTDIR)" |
| 1550 | |
| 1551 | frameworkaltinstallunixtools: |
| 1552 | cd Mac && $(MAKE) altinstallunixtools DESTDIR="$(DESTDIR)" |
Jack Jansen | 0b06be7 | 2002-06-21 14:48:38 +0000 | [diff] [blame] | 1553 | |
Georg Brandl | 59b4472 | 2010-12-30 22:12:40 +0000 | [diff] [blame] | 1554 | # This installs the Tools into the applications directory. |
Jack Jansen | a1b7758 | 2003-06-19 22:35:20 +0000 | [diff] [blame] | 1555 | # It is not part of a normal frameworkinstall |
| 1556 | frameworkinstallextras: |
Mark Dickinson | 09027aa | 2008-12-18 19:49:35 +0000 | [diff] [blame] | 1557 | cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)" |
Jack Jansen | a1b7758 | 2003-06-19 22:35:20 +0000 | [diff] [blame] | 1558 | |
Skip Montanaro | decc6a4 | 2003-01-01 20:07:49 +0000 | [diff] [blame] | 1559 | # This installs a few of the useful scripts in Tools/scripts |
| 1560 | scriptsinstall: |
Martin v. Löwis | 01f4311 | 2003-01-03 20:39:29 +0000 | [diff] [blame] | 1561 | SRCDIR=$(srcdir) $(RUNSHARED) \ |
doko@ubuntu.com | 1abe1c5 | 2012-06-30 20:42:45 +0200 | [diff] [blame] | 1562 | $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \ |
Skip Montanaro | decc6a4 | 2003-01-01 20:07:49 +0000 | [diff] [blame] | 1563 | --prefix=$(prefix) \ |
Martin v. Löwis | 3b8ee08 | 2003-05-11 20:25:35 +0000 | [diff] [blame] | 1564 | --install-scripts=$(BINDIR) \ |
Thomas Wouters | 81638f1 | 2011-03-06 11:49:15 -0800 | [diff] [blame] | 1565 | --root=$(DESTDIR)/ |
Skip Montanaro | decc6a4 | 2003-01-01 20:07:49 +0000 | [diff] [blame] | 1566 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1567 | # Build the toplevel Makefile |
Victor Stinner | 69f55cc | 2011-10-12 22:09:40 +0200 | [diff] [blame] | 1568 | Makefile.pre: $(srcdir)/Makefile.pre.in config.status |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1569 | CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status |
| 1570 | $(MAKE) -f Makefile.pre Makefile |
| 1571 | |
Neil Schemenauer | 64b1b68 | 2001-03-22 00:32:32 +0000 | [diff] [blame] | 1572 | # Run the configure script. |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1573 | config.status: $(srcdir)/configure |
Neil Schemenauer | 64b1b68 | 2001-03-22 00:32:32 +0000 | [diff] [blame] | 1574 | $(SHELL) $(srcdir)/configure $(CONFIG_ARGS) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1575 | |
Jack Jansen | 1999ef4 | 2001-12-06 21:47:20 +0000 | [diff] [blame] | 1576 | .PRECIOUS: config.status $(BUILDPYTHON) Makefile Makefile.pre |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1577 | |
| 1578 | # Some make's put the object file in the current directory |
| 1579 | .c.o: |
Jeffrey Yasskin | d4fcdb1 | 2010-07-09 16:30:58 +0000 | [diff] [blame] | 1580 | $(CC) -c $(PY_CORE_CFLAGS) -o $@ $< |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1581 | |
Victor Stinner | 826f83f | 2017-04-28 15:07:10 +0200 | [diff] [blame] | 1582 | # bpo-30104: dtoa.c uses union to cast double to unsigned long[2]. clang 4.0 |
| 1583 | # with -O2 or higher and strict aliasing miscompiles the ratio() function |
| 1584 | # causing rounding issues. Compile dtoa.c using -fno-strict-aliasing on clang. |
| 1585 | # https://bugs.llvm.org//show_bug.cgi?id=31928 |
| 1586 | Python/dtoa.o: Python/dtoa.c |
| 1587 | $(CC) -c $(PY_CORE_CFLAGS) $(CFLAGS_ALIASING) -o $@ $< |
| 1588 | |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1589 | # Run reindent on the library |
| 1590 | reindent: |
Christian Heimes | fd66e51 | 2008-01-29 12:18:50 +0000 | [diff] [blame] | 1591 | ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1592 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1593 | # Rerun configure with the same options as it was run last time, |
| 1594 | # provided the config.status script exists |
| 1595 | recheck: |
| 1596 | $(SHELL) config.status --recheck |
| 1597 | $(SHELL) config.status |
| 1598 | |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 1599 | # Regenerate configure and pyconfig.h.in |
| 1600 | .PHONY: autoconf |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1601 | autoconf: |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 1602 | # Regenerate the configure script from configure.ac using autoconf |
Matthias Klose | 80b09d4 | 2010-04-25 21:23:32 +0000 | [diff] [blame] | 1603 | (cd $(srcdir); autoconf -Wall) |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 1604 | # Regenerate pyconfig.h.in from configure.ac using autoheader |
Matthias Klose | 80b09d4 | 2010-04-25 21:23:32 +0000 | [diff] [blame] | 1605 | (cd $(srcdir); autoheader -Wall) |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1606 | |
| 1607 | # Create a tags file for vi |
| 1608 | tags:: |
Victor Stinner | 3be3b97 | 2017-11-30 22:49:10 +0100 | [diff] [blame] | 1609 | ctags -w $(srcdir)/Include/*.h $(srcdir)/Include/internal/*.h |
| 1610 | for i in $(SRCDIRS); do ctags -f tags -w -a $(srcdir)/$$i/*.[ch]; done |
| 1611 | ctags -f tags -w -a $(srcdir)/Modules/_ctypes/*.[ch] |
Victor Stinner | cf0ac6a | 2016-08-17 13:58:12 +0200 | [diff] [blame] | 1612 | LC_ALL=C sort -o tags tags |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1613 | |
| 1614 | # Create a tags file for GNU Emacs |
| 1615 | TAGS:: |
| 1616 | cd $(srcdir); \ |
Victor Stinner | 4866957 | 2017-09-11 09:34:36 -0700 | [diff] [blame] | 1617 | etags Include/*.h Include/internal/*.h; \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1618 | for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done |
| 1619 | |
| 1620 | # Sanitation targets -- clean leaves libraries, executables and tags |
Mark Dickinson | 067b38e | 2009-09-24 19:24:44 +0000 | [diff] [blame] | 1621 | # files, which clobber removes as well |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1622 | pycremoval: |
Petri Lehtinen | bc74ee0 | 2011-11-05 21:04:24 +0200 | [diff] [blame] | 1623 | -find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';' |
Barry Warsaw | 5f2347d | 2010-04-26 16:02:14 +0000 | [diff] [blame] | 1624 | -find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1625 | |
Guido van Rossum | 77b5e33 | 2007-08-29 23:24:02 +0000 | [diff] [blame] | 1626 | rmtestturds: |
| 1627 | -rm -f *BAD *GOOD *SKIPPED |
| 1628 | -rm -rf OUT |
| 1629 | -rm -f *.TXT |
| 1630 | -rm -f *.txt |
| 1631 | -rm -f gb-18030-2000.xml |
| 1632 | |
Guido van Rossum | 8188e63 | 2007-08-29 23:48:29 +0000 | [diff] [blame] | 1633 | docclean: |
| 1634 | -rm -rf Doc/build |
| 1635 | -rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils |
| 1636 | |
Guido van Rossum | 5420bc3 | 2007-08-29 23:35:30 +0000 | [diff] [blame] | 1637 | clean: pycremoval |
Georg Brandl | 241bdab | 2010-07-31 22:05:54 +0000 | [diff] [blame] | 1638 | find . -name '*.[oa]' -exec rm -f {} ';' |
Guido van Rossum | cd0ed97 | 2001-04-14 17:57:07 +0000 | [diff] [blame] | 1639 | find . -name '*.s[ol]' -exec rm -f {} ';' |
Georg Brandl | 241bdab | 2010-07-31 22:05:54 +0000 | [diff] [blame] | 1640 | find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';' |
Thomas Heller | 6ab9148 | 2009-04-24 18:27:10 +0000 | [diff] [blame] | 1641 | find build -name 'fficonfig.h' -exec rm -f {} ';' || true |
Trent Nelson | c101bf3 | 2012-10-16 08:13:12 -0400 | [diff] [blame] | 1642 | find build -name '*.py' -exec rm -f {} ';' || true |
| 1643 | find build -name '*.py[co]' -exec rm -f {} ';' || true |
| 1644 | -rm -f pybuilddir.txt |
Ned Deily | 4725b13 | 2012-09-08 19:04:47 -0700 | [diff] [blame] | 1645 | -rm -f Lib/lib2to3/*Grammar*.pickle |
Nick Coghlan | 973fe0b | 2014-07-25 21:52:14 +1000 | [diff] [blame] | 1646 | -rm -f Programs/_testembed Programs/_freeze_importlib |
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 653c850 | 2016-09-06 23:56:54 +0000 | [diff] [blame] | 1647 | -find build -type f -a ! -name '*.gc??' -exec rm -f {} ';' |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 1648 | -rm -f Include/pydtrace_probes.h |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 1649 | -rm -f profile-gen-stamp |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1650 | |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 1651 | profile-removal: |
| 1652 | find . -name '*.gc??' -exec rm -f {} ';' |
Brett Cannon | 7188a3e | 2015-09-18 15:13:44 -0700 | [diff] [blame] | 1653 | find . -name '*.profclang?' -exec rm -f {} ';' |
Zachary Ware | 5af8564 | 2015-12-21 12:09:17 -0600 | [diff] [blame] | 1654 | find . -name '*.dyn' -exec rm -f {} ';' |
Christian Heimes | 49e52f9 | 2013-07-31 00:55:18 +0200 | [diff] [blame] | 1655 | rm -f $(COVERAGE_INFO) |
| 1656 | rm -rf $(COVERAGE_REPORT) |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 1657 | rm -f profile-run-stamp |
Christian Heimes | 33fe809 | 2008-04-13 13:53:33 +0000 | [diff] [blame] | 1658 | |
| 1659 | clobber: clean profile-removal |
Jack Jansen | 1999ef4 | 2001-12-06 21:47:20 +0000 | [diff] [blame] | 1660 | -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \ |
Matthias Klose | 597e6b4 | 2012-04-04 13:20:55 +0200 | [diff] [blame] | 1661 | tags TAGS \ |
Guido van Rossum | 7cb32ae | 2001-08-17 15:32:31 +0000 | [diff] [blame] | 1662 | config.cache config.log pyconfig.h Modules/config.c |
Guido van Rossum | 1d88c59 | 2001-06-06 17:51:57 +0000 | [diff] [blame] | 1663 | -rm -rf build platform |
Jack Jansen | c609689 | 2003-02-27 23:19:46 +0000 | [diff] [blame] | 1664 | -rm -rf $(PYTHONFRAMEWORKDIR) |
doko@python.org | 8742119 | 2013-01-26 11:39:31 +0100 | [diff] [blame] | 1665 | -rm -f python-config.py python-config |
Neil Schemenauer | 4e38d71 | 2017-11-02 10:46:02 -0700 | [diff] [blame] | 1666 | -rm -f profile-gen-stamp profile-clean-stamp |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1667 | |
| 1668 | # Make things extra clean, before making a distribution: |
| 1669 | # remove all generated files, even Makefile[.pre] |
Neal Norwitz | 1a196b5 | 2006-01-03 01:38:53 +0000 | [diff] [blame] | 1670 | # Keep configure and Python-ast.[ch], it's possible they can't be generated |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1671 | distclean: clobber |
Christian Heimes | f847186 | 2013-11-24 03:32:40 +0100 | [diff] [blame] | 1672 | for file in $(srcdir)/Lib/test/data/* ; do \ |
| 1673 | if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \ |
Mark Dickinson | de802be | 2010-08-01 21:33:01 +0000 | [diff] [blame] | 1674 | done |
Martin v. Löwis | dea59e5 | 2006-01-05 10:00:36 +0000 | [diff] [blame] | 1675 | -rm -f core Makefile Makefile.pre config.status \ |
Antoine Pitrou | a6a4dc8 | 2017-09-07 18:56:24 +0200 | [diff] [blame] | 1676 | Modules/Setup Modules/Setup.local \ |
Xiang Zhang | fa5abac | 2017-05-09 10:32:13 +0800 | [diff] [blame] | 1677 | Modules/ld_so_aix Modules/python.exp Misc/python.pc \ |
| 1678 | Misc/python-config.sh |
Benjamin Peterson | 6a6666a | 2010-04-11 21:49:28 +0000 | [diff] [blame] | 1679 | -rm -f python*-gdb.py |
Victor Stinner | 8d50d62 | 2016-09-29 22:31:06 +0200 | [diff] [blame] | 1680 | # Issue #28258: set LC_ALL to avoid issues with Estonian locale. |
| 1681 | # Expansion is performed here by shell (spawned by make) itself before |
| 1682 | # arguments are passed to find. So LC_ALL=C must be set as a separate |
| 1683 | # command. |
Serhiy Storchaka | 80bc7dc | 2016-09-29 20:29:23 +0300 | [diff] [blame] | 1684 | LC_ALL=C; find $(srcdir)/[a-zA-Z]* '(' -name '*.fdc' -o -name '*~' \ |
Eric V. Smith | f4c47b5 | 2013-07-02 09:06:54 -0400 | [diff] [blame] | 1685 | -o -name '[@,#]*' -o -name '*.old' \ |
| 1686 | -o -name '*.orig' -o -name '*.rej' \ |
| 1687 | -o -name '*.bak' ')' \ |
| 1688 | -exec rm -f {} ';' |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1689 | |
Victor Stinner | 87d332d | 2017-10-24 01:29:53 -0700 | [diff] [blame] | 1690 | # Check that all symbols exported by libpython start with "Py" or "_Py" |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1691 | smelly: @DEF_MAKE_RULE@ |
Victor Stinner | 87d332d | 2017-10-24 01:29:53 -0700 | [diff] [blame] | 1692 | $(RUNSHARED) ./$(BUILDPYTHON) Tools/scripts/smelly.py |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1693 | |
| 1694 | # Find files with funny names |
| 1695 | funny: |
Éric Araujo | 1c608e3 | 2011-08-10 02:01:32 +0200 | [diff] [blame] | 1696 | find $(SUBDIRS) $(SUBDIRSTOO) \ |
Éric Araujo | e9715b9 | 2011-08-10 21:42:23 +0200 | [diff] [blame] | 1697 | -type d \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1698 | -o -name '*.[chs]' \ |
| 1699 | -o -name '*.py' \ |
Georg Brandl | 4c9aa45 | 2010-08-14 13:43:37 +0000 | [diff] [blame] | 1700 | -o -name '*.pyw' \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1701 | -o -name '*.dat' \ |
| 1702 | -o -name '*.el' \ |
| 1703 | -o -name '*.fd' \ |
| 1704 | -o -name '*.in' \ |
Guido van Rossum | 77b5e33 | 2007-08-29 23:24:02 +0000 | [diff] [blame] | 1705 | -o -name '*.gif' \ |
| 1706 | -o -name '*.txt' \ |
| 1707 | -o -name '*.xml' \ |
| 1708 | -o -name '*.xbm' \ |
| 1709 | -o -name '*.xpm' \ |
| 1710 | -o -name '*.uue' \ |
| 1711 | -o -name '*.decTest' \ |
Georg Brandl | 4c9aa45 | 2010-08-14 13:43:37 +0000 | [diff] [blame] | 1712 | -o -name '*.tmCommand' \ |
| 1713 | -o -name '*.tmSnippet' \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1714 | -o -name 'Setup' \ |
| 1715 | -o -name 'Setup.*' \ |
| 1716 | -o -name README \ |
Georg Brandl | 4c9aa45 | 2010-08-14 13:43:37 +0000 | [diff] [blame] | 1717 | -o -name NEWS \ |
| 1718 | -o -name HISTORY \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1719 | -o -name Makefile \ |
| 1720 | -o -name ChangeLog \ |
Georg Brandl | 4c9aa45 | 2010-08-14 13:43:37 +0000 | [diff] [blame] | 1721 | -o -name .hgignore \ |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1722 | -o -name MANIFEST \ |
Éric Araujo | b5da6e9 | 2011-08-16 19:05:56 +0200 | [diff] [blame] | 1723 | -o -print |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1724 | |
Christian Heimes | ada8c3b | 2008-03-18 18:26:33 +0000 | [diff] [blame] | 1725 | # Perform some verification checks on any modified files. |
torsava | a1054c3 | 2017-05-05 17:35:50 +0200 | [diff] [blame] | 1726 | patchcheck: @DEF_MAKE_RULE@ |
Georg Brandl | fcaf910 | 2008-07-16 02:17:56 +0000 | [diff] [blame] | 1727 | $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py |
Christian Heimes | ada8c3b | 2008-03-18 18:26:33 +0000 | [diff] [blame] | 1728 | |
Guido van Rossum | 9454ad7 | 2001-08-18 21:08:22 +0000 | [diff] [blame] | 1729 | # Dependencies |
| 1730 | |
Martin v. Löwis | 06f15bb | 2001-12-02 13:02:32 +0000 | [diff] [blame] | 1731 | Python/thread.o: @THREADHEADERS@ |
Guido van Rossum | 9454ad7 | 2001-08-18 21:08:22 +0000 | [diff] [blame] | 1732 | |
Guido van Rossum | d4f7da3 | 2002-10-10 15:04:04 +0000 | [diff] [blame] | 1733 | # Declare targets that aren't real files |
xdegaye | 0de9285 | 2017-11-08 16:03:58 +0100 | [diff] [blame] | 1734 | .PHONY: all build_all sharedmods check-clean-src oldsharedmods test quicktest |
Guido van Rossum | d4f7da3 | 2002-10-10 15:04:04 +0000 | [diff] [blame] | 1735 | .PHONY: install altinstall oldsharedinstall bininstall altbininstall |
| 1736 | .PHONY: maninstall libinstall inclinstall libainstall sharedinstall |
| 1737 | .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure |
| 1738 | .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools |
Victor Stinner | a5c62a8 | 2017-05-03 18:21:48 +0200 | [diff] [blame] | 1739 | .PHONY: frameworkaltinstallunixtools recheck clean clobber distclean |
Ned Deily | 322f5ba | 2013-11-21 23:01:59 -0800 | [diff] [blame] | 1740 | .PHONY: smelly funny patchcheck touch altmaninstall commoninstall |
Benjamin Peterson | 6a6666a | 2010-04-11 21:49:28 +0000 | [diff] [blame] | 1741 | .PHONY: gdbhooks |
Guido van Rossum | d4f7da3 | 2002-10-10 15:04:04 +0000 | [diff] [blame] | 1742 | |
Neil Schemenauer | 85515ad | 2001-01-24 17:11:43 +0000 | [diff] [blame] | 1743 | # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |
Barry Warsaw | 771d33e | 2010-12-13 18:04:23 +0000 | [diff] [blame] | 1744 | # Local Variables: |
| 1745 | # mode: makefile |
| 1746 | # End: |