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