head	1.9;
access;
symbols
	AR73A:1.6
	DIST1_0:1.5;
locks; strict;
comment	@# @;


1.9
date	97.05.22.21.23.39;	author bert;	state Exp;
branches;
next	1.8;

1.8
date	97.03.29.03.52.05;	author bert;	state Exp;
branches;
next	1.7;

1.7
date	97.02.11.23.44.43;	author bert;	state Exp;
branches;
next	1.6;

1.6
date	91.06.30.13.46.51;	author lwvanels;	state Rel;
branches;
next	1.5;

1.5
date	91.04.18.22.29.31;	author lwvanels;	state Rel;
branches;
next	1.4;

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

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

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

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


desc
@Imakefile for the browser directory
@


1.9
log
@Install olc_browser on the system packs
@
text
@# This is the Imakefile for the CREF finder.
#
#	Lucien Van Elsen
#	MIT Project Athena
#
#    Copyright (c) 1991 by the Massachusetts Institute of Technology
#    For copying and distribution information, see the file "mit-copyright.h".
#
# 	$Source: /mit/olcdev/highlander/src/browser/curses/RCS/Imakefile,v $
#	$Author: bert $
#	$Header: /mit/olcdev/highlander/src/browser/curses/RCS/Imakefile,v 1.8 1997/03/29 03:52:05 bert Exp bert $
#

SRCS	= cref.c commands.c display.c cref_utils.c globals.c update.c \
	  signal.c
OBJS	= cref.o commands.o display.o cref_utils.o globals.o update.o \
	  signal.o


PROGRAM =	olc_browser

DEFINES =	$(PROJECT_DEFS)
#if DoUsageLog
LOCAL_LIBS = $(CONFIGLIB) $(LOGGERLIB)
SYS_LIBRARIES = $(CursesLib) $(HesiodLib) $(EXTRA_LIBRARIES)
#else
LOCAL_LIBS = $(CONFIGLIB)
SYS_LIBRARIES = $(CursesLib) $(EXTRA_LIBRARIES)
#endif


NormalProgramTarget($(PROGRAM),$(OBJS),,$(LOCAL_LIBS),$(SYS_LIBRARIES))
SaberProgramTarget($(PROGRAM),$(SRCS),$(OBJS),$(LOCAL_LIBS),$(SYS_LIBRARIES))

InstallProgram($(PROGRAM),$(DESTDIR)/usr/athena/bin)

DependTarget()
LintTarget()

AllTarget($(PROGRAM))
@


1.8
log
@Support for o*_browser binaries being the same.
Added a separate library to deal with configuration files.
@
text
@d11 1
a11 1
#	$Header: /mit/olcdev/highlander/src/browser/curses/RCS/Imakefile,v 1.7 1997/02/11 23:44:43 bert Exp bert $
d34 2
@


1.7
log
@Added changes from other trees
@
text
@d9 3
a11 3
# 	$Source: /mit/bert/project/olc/src/browser/curses/RCS/Imakefile,v $
#	$Author: lwvanels $
#	$Header: /mit/bert/project/olc/src/browser/curses/RCS/Imakefile,v 1.6 1991/06/30 13:46:51 lwvanels Rel bert $
a19 8
#ifdef OLTA
PROGRAM =	olta_browser
#else

#ifdef OWL
PROGRAM =	owl_browser
#else

a20 2
#endif
#endif
d24 1
a24 1
LOCAL_LIBS = $(LOGGERLIB)
d27 1
a27 1
LOCAL_LIBS =
@


1.6
log
@need hesiod for logging
@
text
@d9 1
a9 1
# 	$Source: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/curses/RCS/Imakefile,v $
d11 1
a11 1
#	$Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/curses/RCS/Imakefile,v 1.5 91/04/18 22:29:31 lwvanels Rel Locker: lwvanels $
d20 13
d35 1
a35 1
SYS_LIBRARIES = $(CursesLib) $(HesiodLib)
d38 1
a38 1
SYS_LIBRARIES = $(CursesLib)
d42 2
a43 2
NormalProgramTarget(olc_browser,$(OBJS),,$(LOCAL_LIBS),$(SYS_LIBRARIES))
SaberProgramTarget(olc_browser,$(SRCS),$(OBJS),$(LOCAL_LIBS),$(SYS_LIBRARIES))
d48 1
a48 1
AllTarget(olc_browser)
@


1.5
log
@fixed copyright
@
text
@d11 1
a11 1
#	$Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/curses/RCS/Imakefile,v 1.4 91/04/08 21:23:41 lwvanels Rel Locker: lwvanels $
a18 1
SYS_LIBRARIES = $(CursesLib)
d22 1
d25 1
@


1.4
log
@fixed logging to include logger library
@
text
@d6 2
a7 1
#	Copyright (c) 1991 by the Massachusetts Institute of Technology
d9 1
a9 1
# 	$Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/curses/RCS/Imakefile,v $
d11 1
a11 1
#	$Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/curses/RCS/Imakefile,v 1.3 91/03/21 16:09:33 lwvanels Exp Locker: lwvanels $
@


1.3
log
@logging off by default
@
text
@d10 1
a10 1
#	$Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/curses/RCS/Imakefile,v 1.2 91/03/01 12:18:26 lwvanels Exp Locker: lwvanels $
a12 2
/* #define Logging */

d14 1
a14 1
	  signal.c log.c
d16 1
a16 1
	  signal.o log.o
d20 4
a23 2
#ifdef Logging
DEFINES = -DLOG
d26 3
a28 2
NormalProgramTarget(olc_browser,$(OBJS),,,$(SYS_LIBRARIES))
SaberProgramTarget(olc_browser,$(SRCS),$(OBJS),,$(SYS_LIBRARIES))
@


1.2
log
@Added logging option
@
text
@d8 1
a8 1
# 	$Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/RCS/Imakefile,v $
d10 1
a10 1
#	$Header: /afs/athena.mit.edu/astaff/project/olcdev/vax/browser/RCS/Imakefile,v 1.1 91/02/25 16:11:37 lwvanels Exp Locker: lwvanels $
d13 1
a13 1
#define Logging
@


1.1
log
@Initial revision
@
text
@d8 3
a10 3
# 	$Source: $
#	$Author: $
#	$Header: $
d13 1
a13 2
SRCS	= cref.c commands.c display.c cref_utils.c globals.c update.c signal.c
OBJS	= cref.o commands.o display.o cref_utils.o globals.o update.o signal.o
d15 5
d21 4
@
