#
# $Id: Imakefile,v 1.4 91/06/30 13:10:53 lwvanels Exp $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/motif_help/RCS/Imakefile,v $
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

SRCS=	olc.ask olc.init.contq olc.init.newq olc.replay

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

InstallMultipleDestFlags(install, $(SRCS), \
 $(DESTDIR)/usr/athena/lib/olc/motif_help,$(INSTMANFLAGS))

depend::
