There's a bunch of files that shouldn't be included in libpython*.a!

This commit is contained in:
Guido van Rossum 1998-08-09 03:55:31 +00:00
parent 37ea4107b1
commit c3e3e6486f
1 changed files with 5 additions and 4 deletions

View File

@ -32,16 +32,17 @@ SHELL= /bin/sh
POBJS= acceler.o grammar1.o \
listnode.o node.o parser.o \
parsetok.o tokenizer.o bitset.o \
firstsets.o grammar.o metagrammar.o pgen.o \
printgrammar.o
metagrammar.o
OBJS= $(POBJS) intrcheck.o myreadline.o
PGENMAIN= pgenmain.o
PGENOBJS= $(PGENMAIN) $(POBJS)
PGOBJS= firstsets.o grammar.o pgen.o printgrammar.o
DOBJS= $(PGENMAIN) $(OBJS)
PGENOBJS= $(PGENMAIN) $(POBJS) $(PGOBJS)
DOBJS= $(PGENMAIN) $(OBJS) $(PGOBJS)
PGEN= pgen