XCOMM
XCOMM config files for building InterViews libraries and applications
XCOMM

PACKAGE = config_iv

IvmkcmTargets($(PACKAGE))

#if !InstallRelative
install::
	MakeDir($(CONFIGDIR)/../InterViews)
	$(INSTALL) $(INSTINCFLAGS) *.cf $(CONFIGDIR)/../InterViews
#endif


