#
# $Id: Imakefile,v 1.6 1997/05/22 21:15:40 bert Exp $
# $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)
