#include <psf_pre.imake>
#include <installmanpage.imake>

PTYL = parseterm.y scanterm.l
PTC = parsetermutil.c parsetermerror.c

SRCS = $(PTYL) $(PTC:.c=.h) $(PTC) parseterm.h scanterm.h parseterm.man

all::	/* nothing: this is just a source repository */

depend::

makefile: Makefile depend

PSFInstallManPage(parseterm,3)

ARCHIVE = Imakefile $(SRCS) parseterm.man parseterm.imake

rcsdiff:
	rcsdiff -c $(ARCHIVE) > src.diffs

rcsci:
	ci -f -m"." -t/dev/null $(ARCHIVE)

rcsco:
	co -l $(ARCHIVE)

#include <psf_post.imake>
