mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Collect together all detailed installation directories.
This commit is contained in:
parent
a68acba5ad
commit
276de58927
1 changed files with 13 additions and 2 deletions
|
@ -39,13 +39,24 @@ prefix= @prefix@
|
||||||
# Install prefix for architecture-dependent files
|
# Install prefix for architecture-dependent files
|
||||||
exec_prefix= @exec_prefix@
|
exec_prefix= @exec_prefix@
|
||||||
|
|
||||||
|
# Expanded directories
|
||||||
|
BINDIR= $(exec_prefix)/bin
|
||||||
|
LIBDIR= $(exec_prefix)/lib
|
||||||
|
MANDIR= $(prefix)/man
|
||||||
|
INCLUDEDIR= $(prefix)/include
|
||||||
|
SCRIPTDIR= $(prefix)/lib
|
||||||
|
|
||||||
|
# Detailed destination directories
|
||||||
|
BINLIBDEST= $(LIBDIR)/python$(VERSION)
|
||||||
|
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
|
||||||
|
INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
|
||||||
|
LIBP= $(LIBDIR)/python$(VERSION)
|
||||||
|
|
||||||
# Symbols used for using shared libraries
|
# Symbols used for using shared libraries
|
||||||
SO= @SO@
|
SO= @SO@
|
||||||
LDSHARED= @LDSHARED@
|
LDSHARED= @LDSHARED@
|
||||||
CCSHARED= @CCSHARED@
|
CCSHARED= @CCSHARED@
|
||||||
LINKFORSHARED= @LINKFORSHARED@
|
LINKFORSHARED= @LINKFORSHARED@
|
||||||
LIBDIR= $(exec_prefix)/lib
|
|
||||||
BINLIBDEST= $(LIBDIR)/python$(VERSION)
|
|
||||||
DESTSHARED= $(BINLIBDEST)/sharedmodules
|
DESTSHARED= $(BINLIBDEST)/sharedmodules
|
||||||
|
|
||||||
# Portable install script (configure doesn't always guess right)
|
# Portable install script (configure doesn't always guess right)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue