head	1.6;
access;
symbols
	AR73A:1.4
	DIST1_0:1.2;
locks; strict;
comment	@# @;


1.6
date	97.05.22.21.15.40;	author bert;	state Exp;
branches;
next	1.5;

1.5
date	97.02.11.23.37.21;	author bert;	state Exp;
branches;
next	1.4;

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

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

1.2
date	91.04.18.22.27.15;	author lwvanels;	state Rel;
branches;
next	1.1;

1.1
date	91.04.16.13.16.58;	author lwvanels;	state Rel;
branches;
next	;


desc
@Imakefile for the writed subdirectory
@


1.6
log
@Removed references to InstallAltLoc
@
text
@#
# $Id: Imakefile,v 1.5 1997/02/11 23:37:21 bert Exp bert $
# $Source: /mit/olcdev/highlander/src/server/writed/RCS/Imakefile,v $
# Copyright (C) 1991 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h".
#

D_SRCS = writed.c
D_OBJS = writed.o
C_SRCS = write.c
C_OBJS = write.o

DEFINES		= 	$(PROJECT_DEFS)

NormalProgramTarget(writed,$(D_OBJS),,,$(EXTRA_LIBRARIES))
SaberProgramTarget(writed,$(D_SRCS),$(D_OBJS),,$(EXTRA_LIBRARIES))

NormalProgramTarget(write,$(C_OBJS),,,$(EXTRA_LIBRARIES))
SaberProgramTarget(write,$(C_SRCS),$(C_OBJS),,$(EXTRA_LIBRARIES))

DependSrcs()

LintTarget()

InstallProgram(writed,$(DESTDIR)/usr/athena/etc)
InstallProgramWithFlags(write,$(DESTDIR)/usr/athena/bin,-g tty -m 2755)

AllTarget(writed write)
@


1.5
log
@Added changes from other trees
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.4 1991/05/15 12:35:20 lwvanels Rel bert $
a24 1
#ifdef InstallAltLoc
a26 4
#else
InstallProgram(writed,$(DESTDIR)/etc)
InstallProgramWithFlags(write,$(DESTDIR)/bin,-g tty -m 2755)
#endif
@


1.4
log
@Added write client
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.3 91/05/08 11:06:57 lwvanels Exp Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/writed/RCS/Imakefile,v $
d13 1
a13 2
NormalProgramTarget(writed,$(D_OBJS),,,)
SaberProgramTarget(writed,$(D_SRCS),$(D_OBJS),,)
d15 5
a19 2
NormalProgramTarget(write,$(C_OBJS),,,)
SaberProgramTarget(write,$(C_SRCS),$(C_OBJS),,)
@


1.3
log
@fixed install (& other) rules.
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.2 91/04/18 22:27:15 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/server/writed/RCS/Imakefile,v $
d8 4
a11 2
SRCS = writed.c
OBJS = writed.o
d13 2
a14 2
NormalProgramTarget(writed,$(OBJS),,,)
SaberProgramTarget(writed,$(SRCS),$(OBJS),,)
d16 3
d24 2
a25 1
InstallProgram(writed,$(DESTDIR)/etc/athena)
d28 1
d31 1
a31 1
AllTarget(writed)
@


1.2
log
@fixed copyright
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.1 91/04/16 13:16:58 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/writed/RCS/Imakefile,v $
d8 17
a24 1
SimpleProgramTarget(writed)
@


1.1
log
@Initial revision
@
text
@d2 4
a5 2
# $Id: $
# $Source: $
@
