summaryrefslogtreecommitdiff
path: root/clients/xzwrite/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'clients/xzwrite/Imakefile')
-rw-r--r--clients/xzwrite/Imakefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/clients/xzwrite/Imakefile b/clients/xzwrite/Imakefile
deleted file mode 100644
index 16d9853..0000000
--- a/clients/xzwrite/Imakefile
+++ /dev/null
@@ -1,28 +0,0 @@
-/**/# Copyright 1990 Massachusetts Institute of Technology.
-/**/#
-/**/# For copying and distribution information, see the file
-/**/# "mit-copyright.h".
-/**/#
-/**/# $Source$
-/**/# $Author$
-/**/# $Id$
-/**/#
-
-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