XCOMM
XCOMM
INSTALLFLAGS = $(INSTINCFLAGS)

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

all::

#if InstallHeader
instlib:: install

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

depend::

clean::

