Commit 02530b0f authored by Guido van Rossum's avatar Guido van Rossum

Changes for AIX shared libs

parent 9e277db7
...@@ -158,6 +158,7 @@ audioop.o: audioop.c ...@@ -158,6 +158,7 @@ audioop.o: audioop.c
cdmodule.o: cdmodule.c cdmodule.o: cdmodule.c
clmodule.o: clmodule.c clmodule.o: clmodule.c
dbmmodule.o: dbmmodule.c dbmmodule.o: dbmmodule.c
errnomodule.o: errnomodule.c
fcntlmodule.o: fcntlmodule.c fcntlmodule.o: fcntlmodule.c
flmodule.o: flmodule.c flmodule.o: flmodule.c
fmmodule.o: fmmodule.c fmmodule.o: fmmodule.c
...@@ -170,6 +171,7 @@ md5c.o: md5c.c ...@@ -170,6 +171,7 @@ md5c.o: md5c.c
md5module.o: md5module.c md5module.o: md5module.c
mpzmodule.o: mpzmodule.c mpzmodule.o: mpzmodule.c
nismodule.o: nismodule.c nismodule.o: nismodule.c
operator.o: operator.c
parsermodule.o: parsermodule.c parsermodule.o: parsermodule.c
posixmodule.o: posixmodule.c posixmodule.o: posixmodule.c
pwdmodule.o: pwdmodule.c pwdmodule.o: pwdmodule.c
......
...@@ -46,6 +46,11 @@ ...@@ -46,6 +46,11 @@
# to ftp sources from elsewhere. # 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. # Some special rules to define PYTHONPATH.
# Edit the definitions below to indicate which options you are using. # Edit the definitions below to indicate which options you are using.
# Don't add any whitespace or comments! # Don't add any whitespace or comments!
...@@ -102,7 +107,7 @@ signal signalmodule.c # signal(2) ...@@ -102,7 +107,7 @@ signal signalmodule.c # signal(2)
array arraymodule.c # array objects array arraymodule.c # array objects
cmath cmathmodule.c # complex math library functions 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 regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
strop stropmodule.c # fast string operations implemented in C strop stropmodule.c # fast string operations implemented in C
struct structmodule.c # binary structure packing/unpacking struct structmodule.c # binary structure packing/unpacking
...@@ -194,7 +199,7 @@ md5 md5module.c md5c.c ...@@ -194,7 +199,7 @@ md5 md5module.c md5c.c
# This module requires the header file # This module requires the header file
# /usr/people/4Dgifts/iristools/include/izoom.h: # /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): # These modules require the Multimedia Development Option (I think):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment