XCOMM
XCOMM include files for using the InterViews library
XCOMM

HEADERS = *.h
DEST = $(INCDIR)/InterViews
SUBDIRS = 2.6 Bitmaps

InstallMultipleFlags($(HEADERS),$(DEST),$(INSTINCFLAGS))
MakeInSubdirs($(SUBDIRS))

gendefs:
	./_gendefs
