Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0c5e3c8d
Commit
0c5e3c8d
authored
Jul 31, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
Clarified some comments.
parent
276de589
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
Modules/Setup.in
Modules/Setup.in
+10
-8
No files found.
Modules/Setup.in
View file @
0c5e3c8d
...
...
@@ -50,17 +50,19 @@
# Edit the definitions below to indicate which options you are using.
# Don't add any whitespace or comments!
# Don't edit this (usually)
DESTLIB=$(prefix)/lib/python$(VERSION)
MACHDESTLIB=$(exec_prefix)/lib/python$(VERSION)
# Directories where library files get installed.
# DESTLIB is for Python modules; MACHDESTLIB for shared libraries.
DESTLIB=$(LIBDEST)
MACHDESTLIB=$(BINLIBDEST)
# Site specific path insertions -- should begin with : if non-empty
SITEPATH=
# Standard path -- don't edit
# Standard path -- don't edit.
# No leading colon since this is the first entry
DESTPATH=$(DESTLIB)
# Standard enabled (tests are always available)
# Site specific path components -- should begin with : if non-empty
SITEPATH=
# Standard path components for test modules
TESTPATH=:$(DESTLIB)/test
# Path components for machine- or system-dependent modules and shared libraries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment