# Set P=& for Sequent parallel-make.
P=

OBJS=	builtin.o meta.o file.o init_branch.o tio.o structure.o name.o \
	buffer.o other.o time.o compare.o substuff.o arith.o saverest.o \
	syscmap.o

HS=	builtin.h ../sim.h ../aux.h

builtin:$P ${OBJS}
	ld -o builtin -r $(OBJS)

clean:
	rm -f builtin ${OBJS} *.out

# Not all OBJS's depend on all headers, but this is easier to specify.

${OBJS}: ${HS}
