summaryrefslogtreecommitdiff
path: root/clients/xzwrite/Imakefile
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
commitac16f380e349fa39ec7e26bccb5456cb300006a5 (patch)
treec07ca88af97b4f6b77d28a2dc723d2e4621ed302 /clients/xzwrite/Imakefile
parentd33e482744fad80d95cdd89ed380c5b8401e49bf (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
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