File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# for AIX platforms which has to be included in the Modules
1010# directory of the python source tree.
1111# It contains all global symbols defined in the following files:
12- # a) main.o config.o getpath .o
13- # b) libModules.a libPython.a libObjects.a libParser .a
12+ # a) python .o
13+ # b) ../libpython1.5 .a
1414#
1515# The script should be run after a new unpack, configure & make
1616# of the python release, without any options nor changes to
4141#
4242# Variables
4343#
44+ VERSION=1.5
4445ROOTDIR=$1
4546MODSDIR=$ROOTDIR /Modules
4647PYTHDIR=$ROOTDIR /Python
4748OBJSDIR=$ROOTDIR /Objects
4849PARSDIR=$ROOTDIR /Parser
4950
50- OBJFILES=" $MODSDIR /main.o $MODSDIR /config.o $MODSDIR /getpath.o"
51- LIBFILES=" $MODSDIR /libModules.a $OBJSDIR /libObjects.a $PARSDIR /libParser.a"
52- LIBFILES=" $LIBFILES $PYTHDIR /libPython.a"
51+ OBJFILES=" $MODSDIR /python.o"
52+ LIBFILES=" $ROOTDIR /libpython$( VERSION) .a"
5353ALLFILES=" $OBJFILES $LIBFILES "
5454
5555#
You can’t perform that action at this time.
0 commit comments