File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ audioop.o: audioop.c
158158cdmodule.o: cdmodule.c
159159clmodule.o: clmodule.c
160160dbmmodule.o: dbmmodule.c
161+ errnomodule.o: errnomodule.c
161162fcntlmodule.o: fcntlmodule.c
162163flmodule.o: flmodule.c
163164fmmodule.o: fmmodule.c
@@ -170,6 +171,7 @@ md5c.o: md5c.c
170171md5module.o: md5module.c
171172mpzmodule.o: mpzmodule.c
172173nismodule.o: nismodule.c
174+ operator.o: operator.c
173175parsermodule.o: parsermodule.c
174176posixmodule.o: posixmodule.c
175177pwdmodule.o: pwdmodule.c
Original file line number Diff line number Diff line change 4646# to ftp sources from elsewhere.
4747
4848
49+ # -------> Uncomment this line if you are running AIX <----------
50+ # -------> and if you are building with shared libraries <----------
51+ #LINKCC= makexp_aix python.exp "" $(MYLIBS) $(ADDOBJS) ; $(CC)
52+
53+
4954# Some special rules to define PYTHONPATH.
5055# Edit the definitions below to indicate which options you are using.
5156# Don't add any whitespace or comments!
@@ -102,7 +107,7 @@ signal signalmodule.c # signal(2)
102107
103108array arraymodule.c # array objects
104109cmath cmathmodule.c # complex math library functions
105- math mathmodule.c -lm # math library functions, e.g. sin()
110+ math mathmodule.c # math library functions, e.g. sin()
106111regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
107112strop stropmodule.c # fast string operations implemented in C
108113struct structmodule.c # binary structure packing/unpacking
@@ -194,7 +199,7 @@ md5 md5module.c md5c.c
194199# This module requires the header file
195200# /usr/people/4Dgifts/iristools/include/izoom.h:
196201
197- #imgfile imgfile.c -limage -lgutil -lm # Image Processing Utilities
202+ #imgfile imgfile.c -limage -lgutil # Image Processing Utilities
198203
199204
200205# These modules require the Multimedia Development Option (I think):
You can’t perform that action at this time.
0 commit comments