Kaydet (Commit) c3e3e648 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 37ea4107
......@@ -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
......
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