shithub: mc

ref: d6bd40e37b085aec922c6bb56e867e85a6c36982
dir: /parse/Makefile/

View raw version
LIB=libparse.a
OBJ=\
	dump.o \
	err.o \
	export.o \
	fold.o \
	gram.o \
	infer.o \
	names.o \
	node.o \
	specialize.o \
	stab.o \
	tok.o \
	type.o \
	use.o \

GENHDR=gram.h
CLEAN=gram.c gram.h

DEPS=../util/libutil.a

include ../mk/lexyacc.mk
include ../mk/c.mk