head	1.15;
access;
symbols
	ATH7_4:1.12
	ATH7_6:1.12;
locks; strict;
comment	@# @;


1.15
date	95.12.25.02.03.01;	author ghudson;	state Exp;
branches;
next	1.14;

1.14
date	95.08.21.05.29.27;	author ghudson;	state Exp;
branches;
next	1.13;

1.13
date	95.08.13.21.02.36;	author ghudson;	state Exp;
branches;
next	1.12;

1.12
date	91.09.04.11.28.18;	author lwvanels;	state Exp;
branches;
next	1.11;

1.11
date	91.07.10.16.14.00;	author lwvanels;	state Exp;
branches;
next	1.10;

1.10
date	91.06.30.23.53.38;	author lwvanels;	state Exp;
branches;
next	1.9;

1.9
date	91.06.30.23.28.39;	author lwvanels;	state Exp;
branches;
next	1.8;

1.8
date	91.06.30.17.18.28;	author lwvanels;	state Exp;
branches;
next	1.7;

1.7
date	91.05.03.14.35.07;	author lwvanels;	state Exp;
branches;
next	1.6;

1.6
date	91.04.23.12.40.43;	author lwvanels;	state Exp;
branches;
next	1.5;

1.5
date	91.02.11.14.39.07;	author lwvanels;	state Exp;
branches;
next	1.4;

1.4
date	91.01.28.10.20.07;	author lwvanels;	state Exp;
branches;
next	1.3;

1.3
date	91.01.04.11.04.34;	author lwvanels;	state Exp;
branches;
next	1.2;

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

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


desc
@Top-level Imakefile
@


1.15
log
@"help" no longer uses olh.
@
text
@#
# This file is part of the OLH system
# Imakefile for top level directory.
#
# Copyright (C) 1990 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h."
#
#       $Source: /afs/sipb/project/sipb-athena/src/olh/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.14 1995/08/21 05:29:27 ghudson Exp ghudson $
#       $Author: ghudson $
#


#define IHaveSubdirs
#if HaveMotif
SUBDIRS= libmenu logger ascii motif
#else
SUBDIRS= libmenu logger ascii
#endif

all::

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

world2:
	make ${MFLAGS} Makefiles
	make ${MFLAGS} depend
	make ${MFLAGS} all
mytags::
	make ${MFLAGS} olh_ascii_tags olh_motif_tags

olh_motif_tags::
	$(TAGS) ../include//**/*.[ch] libmenu//**/*.[ch] motif//**/*.[ch]
	$(MV) TAGS TAGS.motif

olh_ascii_tags::
	$(TAGS) ../include//**/*.[ch] libmenu//**/*.[ch] ascii//**/*.[ch]
	$(MV) TAGS TAGS.ascii

InstallScript(olh,$(DESTDIR)/usr/athena/bin)
InstallNonExec(olh.1,$(DESTDIR)/usr/athena/man/man1)


@


1.14
log
@Remove help link before making it.
@
text
@d8 2
a9 2
#       $Source: /afs/sipb/project/sipb-athena/olh/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.13 1995/08/13 21:02:36 ghudson Exp ghudson $
a42 1
InstallNonExec(help.1,$(DESTDIR)/usr/athena/man/man1)
a44 3
install::
	rm -f $(DESTDIR)/usr/athena/bin/help
	ln -s olh $(DESTDIR)/usr/athena/bin/help
@


1.13
log
@Make help -> olh make in /usr/athena/bin.
@
text
@d9 2
a10 2
#       $Id: Imakefile,v 1.12 1991/09/04 11:28:18 lwvanels Exp ghudson $
#       $Author: lwvanels $
d47 1
@


1.12
log
@install olh man page
@
text
@d8 2
a9 2
#       $Source: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.bin/olh/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.11 91/07/10 16:14:00 lwvanels Exp Locker: lwvanels $
a41 1
#ifdef InstallAltLoc
d45 4
a48 5
#else
InstallScript(olh,$(DESTDIR)/usr/athena)
InstallNonExec(help.1,$(DESTDIR)/usr/man/man1)
InstallNonExec(olh.1,$(DESTDIR)/usr/man/man1)
#endif
@


1.11
log
@fixed install locations
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.10 91/06/30 23:53:38 lwvanels Exp Locker: lwvanels $
d45 1
d49 1
@


1.10
log
@added man page installation
@
text
@d8 2
a9 2
#       $Source: /afs/athena.mit.edu/astaff/project/olhdev/src/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.9 91/06/30 23:28:39 lwvanels Exp Locker: lwvanels $
d42 1
d44 3
d48 1
@


1.9
log
@build logger
install olh.script
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.8 91/06/30 17:18:28 lwvanels Exp Locker: lwvanels $
d42 2
a43 2
install::
	InstallScript(olh,$(DESTDIR)/usr/athena/bin)
@


1.8
log
@Don't include b+tree stuff.
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.7 91/05/03 14:35:07 lwvanels Exp Locker: lwvanels $
d16 1
a16 1
SUBDIRS= libmenu ascii motif
d18 1
a18 1
SUBDIRS= libmenu ascii
d41 3
@


1.7
log
@Added b+tree library
@
text
@d8 2
a9 2
#       $Source: /afs/athena.mit.edu/astaff/project/olhdev/vax/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.6 91/04/23 12:40:43 lwvanels Exp Locker: lwvanels $
d16 1
a16 1
SUBDIRS= b+tree libmenu ascii motif
d18 1
a18 1
SUBDIRS= b+tree libmenu ascii
@


1.6
log
@only build motif when you have motif; get rid of
	  unused statements
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.5 91/02/11 14:39:07 lwvanels Exp Locker: lwvanels $
d16 1
a16 1
SUBDIRS= libmenu ascii motif
d18 1
a18 1
SUBDIRS= libmenu ascii
@


1.5
log
@"mytags" target to prevent tags from descending
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.4 91/01/28 10:20:07 lwvanels Exp Locker: lwvanels $
d15 5
a19 3
SUBDIRS= libmenu ascii motif #common util
RM=rm -f
MV=mv -f
@


1.4
log
@renamed "curses" to "ascii"
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.3 91/01/04 11:04:34 lwvanels Exp Locker: lwvanels $
d29 1
a29 1
tags::
@


1.3
log
@Added rules for tags; motif now in Imake tree
@
text
@d9 1
a9 1
#       $Id: Imakefile,v 1.2 90/11/07 18:02:12 lwvanels Exp Locker: lwvanels $
d15 1
a15 1
SUBDIRS= libmenu curses motif #common util
d37 1
a37 1
	$(TAGS) ../include//**/*.[ch] libmenu//**/*.[ch] curses//**/*.[ch]
@


1.2
log
@changed to build libmenu before curses, as it should
@
text
@d8 2
a9 2
#       $Source: /afs/athena.mit.edu/astaff/project/olhdev/ps2/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.1 90/09/16 15:58:55 lwvanels Exp Locker: lwvanels $
d15 1
a15 1
SUBDIRS= libmenu curses #common motif util
d29 10
@


1.1
log
@Initial revision
@
text
@d8 2
a9 2
#       $Source: /afs/athena.mit.edu/astaff/project/olhdev/vax/RCS/Imakefile,v $
#       $Id: Imakefile,v 1.3 90/09/16 15:56:14 lwvanels Exp $
d15 1
a15 1
SUBDIRS= curses libmenu #common motif util
@
