shithub: mc

ref: 0cf1870f4b5a8a547ce1334e6e83cc0275b94774
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