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
02530b0f
Commit
02530b0f
authored
Jul 31, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for AIX shared libs
parent
9e277db7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
Modules/Makefile.pre.in
Modules/Makefile.pre.in
+2
-0
Modules/Setup.in
Modules/Setup.in
+7
-2
No files found.
Modules/Makefile.pre.in
View file @
02530b0f
...
...
@@ -158,6 +158,7 @@ audioop.o: audioop.c
cdmodule.o
:
cdmodule.c
clmodule.o
:
clmodule.c
dbmmodule.o
:
dbmmodule.c
errnomodule.o
:
errnomodule.c
fcntlmodule.o
:
fcntlmodule.c
flmodule.o
:
flmodule.c
fmmodule.o
:
fmmodule.c
...
...
@@ -170,6 +171,7 @@ md5c.o: md5c.c
md5module.o
:
md5module.c
mpzmodule.o
:
mpzmodule.c
nismodule.o
:
nismodule.c
operator.o
:
operator.c
parsermodule.o
:
parsermodule.c
posixmodule.o
:
posixmodule.c
pwdmodule.o
:
pwdmodule.c
...
...
Modules/Setup.in
View file @
02530b0f
...
...
@@ -46,6 +46,11 @@
# to ftp sources from elsewhere.
# -------> Uncomment this line if you are running AIX <----------
# -------> and if you are building with shared libraries <----------
#LINKCC= makexp_aix python.exp "" $(MYLIBS) $(ADDOBJS) ; $(CC)
# Some special rules to define PYTHONPATH.
# Edit the definitions below to indicate which options you are using.
# Don't add any whitespace or comments!
...
...
@@ -102,7 +107,7 @@ signal signalmodule.c # signal(2)
array arraymodule.c # array objects
cmath cmathmodule.c # complex math library functions
math mathmodule.c
-lm
# math library functions, e.g. sin()
math mathmodule.c # math library functions, e.g. sin()
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
strop stropmodule.c # fast string operations implemented in C
struct structmodule.c # binary structure packing/unpacking
...
...
@@ -194,7 +199,7 @@ md5 md5module.c md5c.c
# This module requires the header file
# /usr/people/4Dgifts/iristools/include/izoom.h:
#imgfile imgfile.c -limage -lgutil
-lm
# Image Processing Utilities
#imgfile imgfile.c -limage -lgutil # Image Processing Utilities
# These modules require the Multimedia Development Option (I think):
...
...
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