#
# $Id: Imakefile,v 1.6 1997/04/02 20:42:15 bert Exp $
# $Source: /mit/olcdev/highlander/src/lib/RCS/Imakefile,v $
#
# Copyright (C) 1991 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h".
#


#define IHaveSubdirs
#if HaveMotif
SUBDIRS=olc_help olcr_help motif_help
#else
SUBDIRS=olc_help olcr_help
#endif

CFG= olc.cfg olcr.cfg xolc.cfg olc_browser.cfg

install::
	-if [ ! -d $(DESTDIR)/usr/athena/lib/olc ]; \
		then mkdir $(DESTDIR)/usr/athena/lib/olc; \
		else exit 0; fi

InstallMultipleFlags($(CFG), $(DESTDIR)/usr/athena/lib/olc,$(INSTDATAFLAGS))
