head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     95.10.22.13.30.19;  author svalente;  state Exp;
branches ;
next     1.2;

1.2
date     95.10.21.21.20.49;  author svalente;  state Exp;
branches ;
next     1.1;

1.1
date     94.10.29.23.53.32;  author svalente;  state Exp;
branches ;
next     ;


desc
@Imakefile
@


1.3
log
@Added $(CursesIncludes).
@
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: /afs/sipb/project/sipb-athena/olc/browser/curses/RCS/Imakefile,v $
#	$Author: svalente $
#	$Header: /afs/sipb/project/sipb-athena/olc/browser/curses/RCS/Imakefile,v 1.2 1995/10/21 21:20:49 svalente Exp svalente $
#

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


#if DoUsageLog
LOCAL_LIBS = $(LOGGERLIB)
SYS_LIBRARIES = $(CursesLib) $(HesiodLib)
#else
LOCAL_LIBS =
SYS_LIBRARIES = $(CursesLib)
#endif

INCLUDES = $(CursesIncludes)

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

DependTarget()
LintTarget()

AllTarget(olc_browser)

InstallProgram(olc_browser,$(DESTDIR)/usr/athena/bin)
InstallScript(olc_answers,$(DESTDIR)/usr/athena/bin)
@


1.2
log
@Made it install the olc_answers shell script.
@
text
@d11 1
a11 1
#	$Header: /afs/sipb/project/sipb-athena/olc/browser/curses/RCS/Imakefile,v 1.1 1994/10/29 23:53:32 svalente Exp svalente $
d28 1
@


1.1
log
@Initial revision
@
text
@d9 3
a11 3
# 	$Source: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/curses/RCS/Imakefile,v $
#	$Author: lwvanels $
#	$Header: /afs/athena.mit.edu/astaff/project/olcdev/src/browser/curses/RCS/Imakefile,v 1.6 91/06/30 13:46:51 lwvanels Exp $
d36 3
@
