]> granicus.if.org Git - python/commitdiff
Changes for AIX shared libs
authorGuido van Rossum <guido@python.org>
Wed, 31 Jul 1996 22:43:38 +0000 (22:43 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 31 Jul 1996 22:43:38 +0000 (22:43 +0000)
Modules/Makefile.pre.in
Modules/Setup.in

index cd53ae68ad44858aeb09d2033e38b5d5d47c1251..4827e9b53372032eeb2ed60f6c5c4b8a73278fe6 100644 (file)
@@ -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
index daa1cc7a0083b4dc29c8dd7da6e624f8c3b8f4c7..69ebd3bbd3737173b6eba1abba20adf2368907d8 100644 (file)
 # 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):