#
# $Id: Imakefile,v 1.4 1996/06/02 07:56:14 ghudson Exp $
# $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olc/lib/motif_help/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::
