head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	95.11.19.22.30.35;	author ghudson;	state Exp;
branches;
next	1.4;

1.4
date	95.09.30.02.37.17;	author ghudson;	state Exp;
branches;
next	1.3;

1.3
date	95.08.13.02.26.36;	author ghudson;	state Exp;
branches;
next	1.2;

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

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


desc
@Imakefile
@


1.5
log
@Link against the Athena login library.
@
text
@# $Header: /afs/sipb/project/sipb-athena/src/xdm/dm/RCS/Imakefile,v 1.4 1995/09/30 02:37:17 ghudson Exp ghudson $

LIBS = -lAL -lcom_err -lX11

SimpleProgram(dm,dm.o,$(LIBS),/etc/athena)
install_man(dm.8,dm.8)

@


1.4
log
@As part of the login system, dm belongs in /etc/athena.
@
text
@d1 1
a1 1
# $Header: /afs/sipb/project/sipb-athena/xdm/dm/RCS/Imakefile,v 1.3 1995/08/13 02:26:36 ghudson Exp ghudson $
d3 1
a3 7
#ifdef _IBMR2
LIBS = -lX11 -ls
#elif defined(linux) || defined(__NetBSD__)
LIBS = -L/usr/X11/lib -lX11
#else
LIBS = -lX11
#endif
@


1.3
log
@Move dm to /usr/athena/etc for SIPB-Athena port.
@
text
@d1 1
a1 1
# $Header: /afs/sipb/project/sipb-athena/xdm/dm/RCS/Imakefile,v 1.2 1995/03/06 08:08:03 svalente Exp ghudson $
d11 1
a11 1
SimpleProgram(dm,dm.o,$(LIBS),/usr/athena/etc)
@


1.2
log
@XFree86 uses -L/usr/X11/lib.
@
text
@d1 1
a1 1
# $Header: /afs/sipb/project/sipb-athena/xdm/dm/RCS/Imakefile,v 1.1 1995/03/05 10:02:46 svalente Exp svalente $
d11 1
a11 1
SimpleProgram(dm,dm.o,$(LIBS),/etc/athena)
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Header: /afs/dev.mit.edu/project/release/source/src/athena/etc/xdm/dm/RCS/Imakefile,v 1.3 94/04/30 00:04:38 cfields Exp $
d3 5
a7 1
#ifndef _IBMR2
a8 2
#else
LIBS = -lX11 -ls
@
