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


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

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


desc
@Imakefile
@


1.2
log
@$(ATHBINDIR) begins with a slash.  Role-play accordingly.
@
text
@# $Header: /afs/sipb/project/sipb-athena/xdm/console/RCS/Imakefile,v 1.1 1995/03/05 08:27:43 svalente Exp svalente $

CFILES = config_console.c
OBJS = config_console.o


build_program(config_console,config_console.o,,)
install_program(config_console,-m 4755 -o root,$(ATHBINDIR)/config_console)


install::
	rm -f $(DESTDIR)$(ATHBINDIR)/show_console
	rm -f $(DESTDIR)$(ATHBINDIR)/hide_console
	ln -s config_console $(DESTDIR)$(ATHBINDIR)/show_console
	ln -s config_console $(DESTDIR)$(ATHBINDIR)/hide_console

install_man(config_console.1,config_console.1)
install_man(hide_console.1,hide_console.1)
install_man(show_console.1,show_console.1)

#if 0
depend: $(CFILES)
	mkdep $(CFLAGS) $(CFILES)
#endif

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/etc.athena/xdm/console/RCS/Makefile,v 1.2 90/11/23 09:18:56 probe Exp $
d12 4
a15 4
	rm -f $(DESTDIR)/$(ATHBINDIR)/show_console
	rm -f $(DESTDIR)/$(ATHBINDIR)/hide_console
	ln -s config_console $(DESTDIR)/$(ATHBINDIR)/show_console
	ln -s config_console $(DESTDIR)/$(ATHBINDIR)/hide_console
@
