/**/#
/**/# $Id: Imakefile,v 1.2 1992/08/19 06:34:29 proj Exp $
/**/#
INSTALLFLAGS = $(INSTINCFLAGS)

HEADERS = jllib.h \
	jslib.h \
	rk_spclval.h \
	wnnerror.h \
	commonhd.h \
	cplib.h \
	msg.h

all::

instlib:: install

InstallMultipleDest(install, $(HEADERS),$(JWNNINCDIR))

depend::

clean::

