summaryrefslogtreecommitdiff
path: root/clients/xzwrite/Imakefile
blob: 16d985346a8755d0b2eab746e6ab85dacaa7cc92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**/#	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