head	1.6;
access;
symbols
	AR73A:1.4
	DIST1_0:1.4
	AR72A:1.1;
locks; strict;
comment	@# @;


1.6
date	97.04.02.20.42.15;	author bert;	state Exp;
branches;
next	1.5;

1.5
date	97.03.21.22.25.17;	author bert;	state Exp;
branches;
next	1.4;

1.4
date	91.04.18.22.17.04;	author lwvanels;	state Rel;
branches;
next	1.3;

1.3
date	91.04.09.02.06.27;	author lwvanels;	state Rel;
branches;
next	1.2;

1.2
date	91.03.24.18.24.35;	author lwvanels;	state Exp;
branches;
next	1.1;

1.1
date	90.07.24.12.20.31;	author lwvanels;	state Exp;
branches;
next	;


desc
@Imakefile for the lib subdir
@


1.6
log
@Added olc_browser config file.
@
text
@#
# $Id: Imakefile,v 1.5 1997/03/21 22:25:17 bert Exp bert $
# $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))
@


1.5
log
@Added install commands for configuration file
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.4 1991/04/18 22:17:04 lwvanels Rel bert $
d17 1
a17 1
CFG= olc.cfg olcr.cfg xolc.cfg
@


1.4
log
@fixed copyright
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.3 91/04/09 02:06:27 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/lib/RCS/Imakefile,v $
d16 9
@


1.3
log
@only make motif_help if has motif
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.2 91/03/24 18:24:35 lwvanels Exp $
d5 4
@


1.2
log
@added motif_help
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 90/07/24 12:20:31 lwvanels Exp Locker: lwvanels $
d7 1
d9 3
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.1 89/12/28 15:26:05 raeburn Exp $
# $Source: /mit/olcdev/src/RCS/Imakefile,v $
d7 1
a7 20
SUBDIRS=olc_help olcr_help
RM=rm -f
MV=mv -f

all::

world::
	make ${MFLAGS} Makefile
	@@make ${MFLAGS} -f Makefile world2

world2:
	make ${MFLAGS} Makefiles
	make ${MFLAGS} depend
	make ${MFLAGS} all

#if 0		/* so resulting Makefile doesn't get it twice */
Makefile::
	-$(RM) Makefile.bak ; $(MV) Makefile Makefile.bak
	imake -Iconfig -DNEW_TOP=. -s Makefile
#endif
@
