head     1.2;
branch   ;
access   ;
symbols  SIPB-ATHENA_IMPORT:1.1;
locks    svalente:1.2; strict;
comment  @# @;


1.2
date     95.02.16.22.21.16;  author jhawk;  state Exp;
branches ;
next     1.1;

1.1
date     95.02.06.04.02.24;  author jhawk;  state Exp;
branches ;
next     ;


desc
@@


1.2
log
@Added -ldbm for Linux.
@
text
@/*
 *  Imakefile for lert
 *  Copyright (c) 1995, Massachusetts Institute of Technology
 *		
 *   $Source: /afs/sipb/project/sipb-athena/lert/RCS/Imakefile,v $
 *   $Author: jhawk $ 
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>. 
 *
 */

/*
 *#include "mit-copyright.h"
 */

LERT		=	lert

LERTLOAD		=	lertload

LERTDUMP		=	lertdump

LERTSTOP		=	lertstop

LERTSAID		=	lertsaid

LERTUSED		=	lertused

LERTSRV		=	lertsrv

LERTOBJS		=	lert.o

LERTLOADOBJS	=	lertload.o

LERTDUMPOBJS	=	lertdump.o

LERTSTOPOBJS	=	lertstop.o

LERTSAIDOBJS	=	lertsaid.o

LERTUSEDOBJS	=	lertused.o

LERTSRVOBJS	=	lertsrv.o

CFILES	=	lert.c lertload.c lertdump.c lertstop.c lertsaid.c lertused.c lertsrv.c

#ifdef linux
ARCHLIBS	=	-ldbm
#endif
LIBS		=	-lkrb -ldes -lhesiod $(ARCHLIBS)

DEFINES		=	

AnsiCC()

SimpleProgram(${LERT},${LERTOBJS},${LIBS},${ATHBINDIR}/${LERT})
build_program(${LERTSRV},${LERTSRVOBJS},,${LIBS})
build_program(${LERTLOAD},${LERTLOADOBJS},,${LIBS})
build_program(${LERTDUMP},${LERTDUMPOBJS},,${LIBS})
build_program(${LERTSTOP},${LERTSTOPOBJS},,${LIBS})
build_program(${LERTSAID},${LERTSAIDOBJS},,${LIBS})
build_program(${LERTUSED},${LERTUSEDOBJS},,${LIBS})
install_man(${LERT}.1,${LERT}.1)

create_depend(${CFILES})
@


1.1
log
@Initial revision
@
text
@d5 2
a6 2
 *   $Source: /afs/dev.mit.edu/project/release/source/src/athena/bin/athdir/RCS/Imakefile,v $
 *   $Author: cfields $ 
d47 4
a50 1
LIBS		=	-lkrb -ldes -lhesiod
@
