2001-10-27 00:33:18 +00:00
|
|
|
# $Id: Makefile.in,v 1.3 2001/10/27 00:33:19 tim Exp $
|
2001-09-18 05:06:21 +00:00
|
|
|
|
|
|
|
prefix=@prefix@
|
|
|
|
datadir=@datadir@
|
|
|
|
srcdir=@srcdir@
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
|
|
|
|
INSTALL=@INSTALL@
|
|
|
|
|
|
|
|
VPATH=@srcdir@
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
Ssh.bin: Ssh.bin.uu
|
|
|
|
uudecode Ssh.bin.uu
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -rf Ssh.bin
|
|
|
|
|
|
|
|
distprep: Ssh.bin
|
|
|
|
|
|
|
|
distclean: clean
|
|
|
|
rm -f Makefile *~
|
|
|
|
|
2001-10-27 00:33:18 +00:00
|
|
|
install: $(srcdir)/Ssh.bin
|
2001-09-18 05:06:21 +00:00
|
|
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
|
2001-09-20 18:39:35 +00:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
|