/**/#	Copyright 1990 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /afs/rel-eng.athena.mit.edu/user/probe/newsrc/athena/athena.lib/zephyr.p4/clients/xzwrite/RCS/Imakefile,v $
/**/#	$Author: probe $
/**/#	$Id: Imakefile,v 1.6 93/11/19 15:27:19 probe Exp $
/**/#

SRCS	= interface.c resource.c destlist.c util.c bfgets.c \
	gethomedir.c dest_window.c xzwrite.c edit_window.c zephyr.c\
	GetString.c Popup.c yank.c menu_window.c logins.c

OBJS	= interface.o resource.o destlist.o util.o bfgets.o \
	gethomedir.o dest_window.o xzwrite.o edit_window.o zephyr.o\
	GetString.o Popup.o yank.o menu_window.o logins.o

XDEFS=-DXZWRITE_SEARCH_PATHS=\"$(ZLIBDIR)/%N\"

zprogram(xzwrite,$(DYN_LIB) $(LIB_XAW))
install_man(xzwrite.1,xzwrite.1)
install_file(xzwrite.bitmap,$(ZLIBDIR))

install::
	$(RM) $(DESTDIR)$(ZLIBDIR)/XZwrite
	sed -e "s,ACLDIR,$(ZLIBDIR)," \
		< XZwrite > $(DESTDIR)$(ZLIBDIR)/XZwrite
