2003-05-14 06:31:11 +02:00
|
|
|
# $Id: Makefile.in,v 1.232 2003/05/14 04:31:11 djm Exp $
|
2002-05-09 01:04:14 +02:00
|
|
|
|
2002-05-09 16:05:59 +02:00
|
|
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
|
|
|
#SHELL = @SH@
|
2001-02-04 13:27:00 +01:00
|
|
|
|
2002-05-13 05:15:42 +02:00
|
|
|
AUTORECONF=autoreconf
|
|
|
|
|
1999-10-28 05:25:17 +02:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
|
|
|
sbindir=@sbindir@
|
1999-11-19 07:18:57 +01:00
|
|
|
libexecdir=@libexecdir@
|
2001-09-18 07:06:21 +02:00
|
|
|
datadir=@datadir@
|
1999-10-29 01:57:31 +02:00
|
|
|
mandir=@mandir@
|
2001-04-18 20:04:21 +02:00
|
|
|
mansubdir=@mansubdir@
|
1999-11-13 00:48:51 +01:00
|
|
|
sysconfdir=@sysconfdir@
|
2000-01-17 12:02:17 +01:00
|
|
|
piddir=@piddir@
|
|
|
|
srcdir=@srcdir@
|
|
|
|
top_srcdir=@top_srcdir@
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-26 04:37:48 +01:00
|
|
|
DESTDIR=
|
1999-12-26 23:23:58 +01:00
|
|
|
VPATH=@srcdir@
|
1999-11-09 00:28:04 +01:00
|
|
|
SSH_PROGRAM=@bindir@/ssh
|
2000-09-16 06:39:56 +02:00
|
|
|
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
|
2001-02-09 14:40:03 +01:00
|
|
|
SFTP_SERVER=$(libexecdir)/sftp-server
|
2002-06-07 05:11:38 +02:00
|
|
|
SSH_KEYSIGN=$(libexecdir)/ssh-keysign
|
|
|
|
RAND_HELPER=$(libexecdir)/ssh-rand-helper
|
2002-05-13 05:15:42 +02:00
|
|
|
PRIVSEP_PATH=@PRIVSEP_PATH@
|
2002-06-25 02:24:47 +02:00
|
|
|
SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
|
2003-01-13 06:55:22 +01:00
|
|
|
STRIP_OPT=@STRIP_OPT@
|
2001-02-09 14:40:03 +01:00
|
|
|
|
2002-02-10 08:32:28 +01:00
|
|
|
PATHS= -DSSHDIR=\"$(sysconfdir)\" \
|
2001-02-09 14:40:03 +01:00
|
|
|
-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
|
|
|
|
-D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
|
2001-04-18 20:04:21 +02:00
|
|
|
-D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
|
2002-06-07 05:11:38 +02:00
|
|
|
-D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
|
2001-12-23 15:41:47 +01:00
|
|
|
-D_PATH_SSH_PIDDIR=\"$(piddir)\" \
|
2002-05-13 06:12:05 +02:00
|
|
|
-D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" \
|
2002-06-07 05:11:38 +02:00
|
|
|
-DSSH_RAND_HELPER=\"$(RAND_HELPER)\"
|
1999-11-09 00:28:04 +01:00
|
|
|
|
1999-10-28 05:25:17 +02:00
|
|
|
CC=@CC@
|
2000-03-16 00:48:25 +01:00
|
|
|
LD=@LD@
|
2000-12-18 20:58:57 +01:00
|
|
|
CFLAGS=@CFLAGS@
|
2001-03-14 01:39:45 +01:00
|
|
|
CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
|
1999-11-09 03:52:33 +01:00
|
|
|
LIBS=@LIBS@
|
2002-02-26 17:40:48 +01:00
|
|
|
LIBPAM=@LIBPAM@
|
|
|
|
LIBWRAP=@LIBWRAP@
|
1999-10-28 05:25:17 +02:00
|
|
|
AR=@AR@
|
|
|
|
RANLIB=@RANLIB@
|
1999-11-25 02:31:26 +01:00
|
|
|
INSTALL=@INSTALL@
|
1999-12-29 00:03:37 +01:00
|
|
|
PERL=@PERL@
|
2003-01-09 02:22:59 +01:00
|
|
|
SED=@SED@
|
2000-05-17 13:34:07 +02:00
|
|
|
ENT=@ENT@
|
2000-11-29 03:28:50 +01:00
|
|
|
XAUTH_PATH=@XAUTH_PATH@
|
2001-01-31 22:52:01 +01:00
|
|
|
LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
|
2000-09-05 07:13:06 +02:00
|
|
|
EXEEXT=@EXEEXT@
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-05-02 01:56:41 +02:00
|
|
|
INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
|
2002-01-22 11:57:53 +01:00
|
|
|
INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
|
2000-05-02 01:56:41 +02:00
|
|
|
|
2003-03-21 01:34:34 +01:00
|
|
|
TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} sftp-server$(EXEEXT) sftp$(EXEEXT)
|
2000-01-14 05:45:46 +01:00
|
|
|
|
2003-02-24 02:18:46 +01:00
|
|
|
LIBSSH_OBJS=authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o \
|
|
|
|
cipher.o compat.o compress.o crc32.o deattack.o fatal.o \
|
2003-04-29 15:22:40 +02:00
|
|
|
hostfile.o log.o match.o mpaux.o nchan.o packet.o radix.o readpass.o \
|
2003-02-24 02:18:46 +01:00
|
|
|
rsa.o tildexpand.o ttymodes.o xmalloc.o atomicio.o \
|
|
|
|
key.o dispatch.o kex.o mac.o uuencode.o misc.o \
|
|
|
|
rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o \
|
|
|
|
kexdhc.o kexgexc.o scard.o msg.o progressmeter.o \
|
|
|
|
entropy.o
|
1999-12-16 03:06:18 +01:00
|
|
|
|
2003-02-24 02:18:46 +01:00
|
|
|
SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
|
|
|
|
sshconnect.o sshconnect1.o sshconnect2.o
|
1999-12-30 05:08:44 +01:00
|
|
|
|
2003-02-24 02:18:46 +01:00
|
|
|
SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
|
|
|
|
sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o \
|
|
|
|
auth.o auth1.o auth2.o auth-options.o session.o \
|
|
|
|
auth-chall.o auth2-chall.o groupaccess.o \
|
|
|
|
auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
|
|
|
|
auth2-none.o auth2-passwd.o auth2-pubkey.o \
|
|
|
|
monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \
|
|
|
|
kexdhs.o kexgexs.o \
|
2003-05-14 06:31:11 +02:00
|
|
|
auth-krb5.o auth2-krb5.o auth-krb4.o \
|
2003-05-10 11:28:02 +02:00
|
|
|
loginrec.o auth-pam.o auth-sia.o md5crypt.o
|
1999-12-30 05:08:44 +01:00
|
|
|
|
2002-06-21 03:24:01 +02:00
|
|
|
MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-rand-helper.8.out ssh-keysign.8.out sshd_config.5.out ssh_config.5.out
|
|
|
|
MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5
|
2001-04-16 02:41:46 +02:00
|
|
|
MANTYPE = @MANTYPE@
|
2000-01-03 04:42:09 +01:00
|
|
|
|
2001-06-27 13:52:32 +02:00
|
|
|
CONFIGFILES=sshd_config.out ssh_config.out moduli.out
|
|
|
|
CONFIGFILES_IN=sshd_config ssh_config moduli
|
2000-01-03 04:42:09 +01:00
|
|
|
|
2000-11-29 03:28:50 +01:00
|
|
|
PATHSUBS = \
|
2003-01-09 02:22:59 +01:00
|
|
|
-e 's|/etc/ssh/ssh_prng_cmds|$(sysconfdir)/ssh_prng_cmds|g' \
|
|
|
|
-e 's|/etc/ssh/ssh_config|$(sysconfdir)/ssh_config|g' \
|
|
|
|
-e 's|/etc/ssh/ssh_known_hosts|$(sysconfdir)/ssh_known_hosts|g' \
|
|
|
|
-e 's|/etc/ssh/sshd_config|$(sysconfdir)/sshd_config|g' \
|
|
|
|
-e 's|/usr/libexec|$(libexecdir)|g' \
|
|
|
|
-e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
|
|
|
|
-e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
|
|
|
|
-e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
|
|
|
|
-e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
|
|
|
|
-e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
|
|
|
|
-e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
|
|
|
|
-e 's|/etc/sshrc|$(sysconfdir)/sshrc|g' \
|
|
|
|
-e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
|
|
|
|
-e 's|/var/empty|$(PRIVSEP_PATH)|g' \
|
|
|
|
-e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
|
|
|
|
|
|
|
|
FIXPATHSCMD = $(SED) $(PATHSUBS)
|
2000-01-20 13:13:36 +01:00
|
|
|
|
2003-05-10 08:48:23 +02:00
|
|
|
all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
|
1999-12-16 03:06:18 +01:00
|
|
|
|
2000-05-09 06:28:55 +02:00
|
|
|
$(LIBSSH_OBJS): config.h
|
2000-12-22 21:27:43 +01:00
|
|
|
$(SSHOBJS): config.h
|
|
|
|
$(SSHDOBJS): config.h
|
2000-05-09 06:28:55 +02:00
|
|
|
|
2000-12-29 22:37:22 +01:00
|
|
|
.c.o:
|
2000-12-30 04:50:04 +01:00
|
|
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
2000-12-29 22:37:22 +01:00
|
|
|
|
2001-02-01 15:06:11 +01:00
|
|
|
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
|
2001-10-22 02:53:58 +02:00
|
|
|
$(LIBCOMPAT): always
|
2001-11-12 00:34:22 +01:00
|
|
|
(cd openbsd-compat && $(MAKE))
|
2001-10-22 02:53:58 +02:00
|
|
|
always:
|
1999-12-26 00:21:48 +01:00
|
|
|
|
2000-05-09 06:28:55 +02:00
|
|
|
libssh.a: $(LIBSSH_OBJS)
|
|
|
|
$(AR) rv $@ $(LIBSSH_OBJS)
|
1999-10-28 05:25:17 +02:00
|
|
|
$(RANLIB) $@
|
|
|
|
|
2001-02-01 15:06:11 +01:00
|
|
|
ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS)
|
2000-05-09 06:28:55 +02:00
|
|
|
$(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2001-02-01 15:06:11 +01:00
|
|
|
sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS)
|
2002-02-26 17:40:48 +01:00
|
|
|
$(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBWRAP) $(LIBPAM) $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2003-01-10 11:43:24 +01:00
|
|
|
scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o progressmeter.o
|
|
|
|
$(LD) -o $@ scp.o progressmeter.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2001-04-06 03:58:37 +02:00
|
|
|
ssh-add$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-add.o
|
|
|
|
$(LD) -o $@ ssh-add.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2001-04-06 03:58:37 +02:00
|
|
|
ssh-agent$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-agent.o
|
|
|
|
$(LD) -o $@ ssh-agent.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2001-04-06 03:58:37 +02:00
|
|
|
ssh-keygen$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keygen.o
|
|
|
|
$(LD) -o $@ ssh-keygen.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2002-06-06 21:57:33 +02:00
|
|
|
ssh-keysign$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keysign.o
|
2002-07-04 05:07:15 +02:00
|
|
|
$(LD) -o $@ ssh-keysign.o readconf.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
2002-06-06 21:57:33 +02:00
|
|
|
|
2001-04-06 03:58:37 +02:00
|
|
|
ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keyscan.o
|
2001-08-07 00:56:46 +02:00
|
|
|
$(LD) -o $@ ssh-keyscan.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS)
|
2000-12-05 02:15:09 +01:00
|
|
|
|
2001-04-06 03:58:37 +02:00
|
|
|
sftp-server$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-common.o sftp-server.o
|
|
|
|
$(LD) -o $@ sftp-server.o sftp-common.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
2001-02-04 13:20:18 +01:00
|
|
|
|
2003-01-10 11:43:24 +01:00
|
|
|
sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o sftp-common.o sftp-glob.o progressmeter.o
|
|
|
|
$(LD) -o $@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
2000-09-05 04:34:53 +02:00
|
|
|
|
2001-12-25 05:32:58 +01:00
|
|
|
ssh-rand-helper${EXEEXT}: $(LIBCOMPAT) libssh.a ssh-rand-helper.o
|
|
|
|
$(LD) -o $@ ssh-rand-helper.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
2001-12-23 15:41:47 +01:00
|
|
|
|
2000-06-03 16:57:40 +02:00
|
|
|
# test driver for the loginrec code - not built by default
|
2001-04-06 03:58:37 +02:00
|
|
|
logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o
|
|
|
|
$(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS)
|
2000-06-03 16:57:40 +02:00
|
|
|
|
2001-04-27 02:31:07 +02:00
|
|
|
$(MANPAGES): $(MANPAGES_IN)
|
2001-04-16 02:41:46 +02:00
|
|
|
if test "$(MANTYPE)" = "cat"; then \
|
2001-04-27 02:31:07 +02:00
|
|
|
manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
|
2001-04-16 02:41:46 +02:00
|
|
|
else \
|
2001-04-27 02:31:07 +02:00
|
|
|
manpage=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
|
2001-04-16 02:41:46 +02:00
|
|
|
fi; \
|
|
|
|
if test "$(MANTYPE)" = "man"; then \
|
2001-04-27 02:31:07 +02:00
|
|
|
$(FIXPATHSCMD) $${manpage} | $(PERL) $(srcdir)/mdoc2man.pl > $@; \
|
2001-04-16 02:41:46 +02:00
|
|
|
else \
|
2001-04-27 02:31:07 +02:00
|
|
|
$(FIXPATHSCMD) $${manpage} > $@; \
|
2001-04-16 02:41:46 +02:00
|
|
|
fi
|
|
|
|
|
2001-04-27 02:31:07 +02:00
|
|
|
$(CONFIGFILES): $(CONFIGFILES_IN)
|
|
|
|
conffile=`echo $@ | sed 's/.out$$//'`; \
|
|
|
|
$(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
|
1999-11-08 05:30:59 +01:00
|
|
|
|
2003-05-10 08:48:23 +02:00
|
|
|
ssh_prng_cmds.out: ssh_prng_cmds
|
|
|
|
if test ! -z "$(INSTALL_SSH_PRNG_CMDS)"; then \
|
|
|
|
$(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
|
|
|
|
fi
|
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
clean:
|
2000-06-03 16:57:40 +02:00
|
|
|
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
2001-10-12 11:15:27 +02:00
|
|
|
rm -f *.out core
|
2001-11-12 00:34:22 +01:00
|
|
|
(cd openbsd-compat && $(MAKE) clean)
|
2000-01-14 05:45:46 +01:00
|
|
|
|
2001-07-14 05:07:43 +02:00
|
|
|
distclean:
|
|
|
|
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
|
|
|
rm -f *.out core
|
|
|
|
rm -f Makefile config.h config.status ssh_prng_cmds *~
|
2001-10-12 11:15:27 +02:00
|
|
|
rm -rf autom4te.cache
|
2001-11-12 00:34:22 +01:00
|
|
|
(cd openbsd-compat && $(MAKE) distclean)
|
|
|
|
(cd scard && $(MAKE) distclean)
|
2001-07-14 05:07:43 +02:00
|
|
|
|
|
|
|
veryclean:
|
|
|
|
rm -f configure config.h.in *.0
|
|
|
|
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
|
|
|
rm -f *.out core
|
2000-05-17 14:53:33 +02:00
|
|
|
rm -f Makefile config.h config.status ssh_prng_cmds *~
|
2001-11-12 00:34:22 +01:00
|
|
|
(cd openbsd-compat && $(MAKE) distclean)
|
|
|
|
(cd scard && $(MAKE) distclean)
|
2000-01-14 05:45:46 +01:00
|
|
|
|
|
|
|
mrproper: distclean
|
|
|
|
|
2001-04-18 17:46:01 +02:00
|
|
|
catman-do:
|
2001-04-27 02:31:07 +02:00
|
|
|
@for f in $(MANPAGES_IN) ; do \
|
2001-04-18 17:46:01 +02:00
|
|
|
base=`echo $$f | sed 's/\..*$$//'` ; \
|
|
|
|
echo "$$f -> $$base.0" ; \
|
|
|
|
nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
|
|
|
|
>$$base.0 ; \
|
|
|
|
done
|
2000-01-14 05:45:46 +01:00
|
|
|
|
2001-04-18 17:46:01 +02:00
|
|
|
distprep: catman-do
|
2002-05-13 05:15:42 +02:00
|
|
|
$(AUTORECONF)
|
2001-11-12 00:34:22 +01:00
|
|
|
(cd scard && $(MAKE) -f Makefile.in distprep)
|
2000-06-28 00:24:49 +02:00
|
|
|
|
2003-05-10 08:48:23 +02:00
|
|
|
install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
|
|
|
|
install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
|
2000-06-22 12:57:11 +02:00
|
|
|
|
2002-07-14 19:02:20 +02:00
|
|
|
check-config:
|
|
|
|
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
|
2002-06-25 02:24:47 +02:00
|
|
|
|
2001-09-18 07:06:21 +02:00
|
|
|
scard-install:
|
2001-11-12 00:34:22 +01:00
|
|
|
(cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
|
2001-09-18 07:06:21 +02:00
|
|
|
|
|
|
|
install-files: scard-install
|
2000-09-29 14:01:36 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
|
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
|
2001-09-18 07:06:21 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
|
2001-04-18 20:04:21 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
|
2002-06-21 03:38:53 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5
|
2001-04-18 20:04:21 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
|
2000-09-29 14:01:36 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
|
2002-07-07 22:30:45 +02:00
|
|
|
(umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
|
2003-01-13 06:55:22 +01:00
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh $(DESTDIR)$(bindir)/ssh
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) scp $(DESTDIR)$(bindir)/scp
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh-add $(DESTDIR)$(bindir)/ssh-add
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh-agent $(DESTDIR)$(bindir)/ssh-agent
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) sshd $(DESTDIR)$(sbindir)/sshd
|
2002-01-22 11:57:53 +01:00
|
|
|
if test ! -z "$(INSTALL_SSH_RAND_HELPER)" ; then \
|
2003-01-13 06:55:22 +01:00
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh-rand-helper $(DESTDIR)$(libexecdir)/ssh-rand-helper ; \
|
2002-01-22 11:57:53 +01:00
|
|
|
fi
|
2003-01-13 06:55:22 +01:00
|
|
|
$(INSTALL) -m 4711 $(STRIP_OPT) ssh-keysign $(DESTDIR)$(SSH_KEYSIGN)
|
2003-03-21 01:34:34 +01:00
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) sftp $(DESTDIR)$(bindir)/sftp
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) sftp-server $(DESTDIR)$(SFTP_SERVER)
|
2001-04-18 20:04:21 +02:00
|
|
|
$(INSTALL) -m 644 ssh.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
|
|
|
|
$(INSTALL) -m 644 scp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
|
|
|
|
$(INSTALL) -m 644 ssh-add.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
|
|
|
|
$(INSTALL) -m 644 ssh-agent.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
|
|
|
|
$(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
|
|
|
|
$(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
|
2002-06-21 03:38:53 +02:00
|
|
|
$(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5
|
|
|
|
$(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5
|
2001-04-18 20:04:21 +02:00
|
|
|
$(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
2002-06-26 01:45:42 +02:00
|
|
|
if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
|
2002-04-15 05:23:59 +02:00
|
|
|
$(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
|
2002-04-14 11:27:12 +02:00
|
|
|
fi
|
2003-03-21 01:34:34 +01:00
|
|
|
$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
|
|
|
|
$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
|
2002-06-07 05:11:38 +02:00
|
|
|
$(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
2002-07-09 04:10:05 +02:00
|
|
|
ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
2002-07-09 04:10:05 +02:00
|
|
|
ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
2000-11-10 22:36:38 +01:00
|
|
|
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
2000-09-29 14:01:36 +02:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
|
2000-11-10 22:36:38 +01:00
|
|
|
fi
|
2002-07-12 18:04:06 +02:00
|
|
|
@if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
|
2000-01-26 04:37:48 +01:00
|
|
|
$(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
|
2000-11-10 22:51:40 +01:00
|
|
|
else \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
|
2000-11-10 22:36:38 +01:00
|
|
|
fi
|
2002-07-12 18:04:06 +02:00
|
|
|
@if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
|
2000-01-26 04:37:48 +01:00
|
|
|
$(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
|
2000-11-10 22:51:40 +01:00
|
|
|
else \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
|
1999-11-13 00:48:51 +01:00
|
|
|
fi
|
2002-07-12 18:04:06 +02:00
|
|
|
@if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
|
2000-10-14 08:45:58 +02:00
|
|
|
if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
|
|
|
|
$(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
|
2000-11-10 22:51:40 +01:00
|
|
|
else \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
|
2000-10-14 08:45:58 +02:00
|
|
|
fi ; \
|
2000-05-02 01:56:41 +02:00
|
|
|
fi
|
2002-07-12 18:04:06 +02:00
|
|
|
@if [ ! -f $(DESTDIR)$(sysconfdir)/moduli ]; then \
|
2001-06-27 13:52:32 +02:00
|
|
|
if [ -f $(DESTDIR)$(sysconfdir)/primes ]; then \
|
|
|
|
echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
|
|
|
|
mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
|
2001-06-28 12:23:14 +02:00
|
|
|
else \
|
2001-06-27 13:52:32 +02:00
|
|
|
$(INSTALL) -m 644 moduli.out $(DESTDIR)$(sysconfdir)/moduli; \
|
|
|
|
fi ; \
|
2000-11-10 22:51:40 +01:00
|
|
|
else \
|
2001-06-27 13:52:32 +02:00
|
|
|
echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
|
2000-11-10 22:36:38 +01:00
|
|
|
fi
|
1999-11-13 00:48:51 +01:00
|
|
|
|
2000-09-05 07:13:06 +02:00
|
|
|
host-key: ssh-keygen$(EXEEXT)
|
2002-07-12 18:04:06 +02:00
|
|
|
@if [ -z "$(DESTDIR)" ] ; then \
|
2000-07-11 10:39:20 +02:00
|
|
|
if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
|
|
|
|
else \
|
2000-11-16 03:46:20 +01:00
|
|
|
./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
|
2000-07-11 10:39:20 +02:00
|
|
|
fi ; \
|
|
|
|
if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key ] ; then \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
|
|
|
|
else \
|
2000-11-16 03:46:20 +01:00
|
|
|
./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
|
2000-11-13 12:57:25 +01:00
|
|
|
fi ; \
|
|
|
|
if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key ] ; then \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
|
|
|
|
else \
|
2000-11-16 03:46:20 +01:00
|
|
|
./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ; \
|
2000-07-11 10:39:20 +02:00
|
|
|
fi ; \
|
2000-06-22 12:57:11 +02:00
|
|
|
fi ;
|
|
|
|
|
2000-09-05 07:13:06 +02:00
|
|
|
host-key-force: ssh-keygen$(EXEEXT)
|
2000-11-16 03:46:20 +01:00
|
|
|
./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""
|
|
|
|
./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N ""
|
|
|
|
./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N ""
|
2000-03-03 12:13:52 +01:00
|
|
|
|
1999-12-09 00:16:54 +01:00
|
|
|
uninstallall: uninstall
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/ssh_config
|
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/sshd_config
|
2000-05-02 01:56:41 +02:00
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
|
2000-01-26 04:37:48 +01:00
|
|
|
-rmdir $(DESTDIR)$(sysconfdir)
|
|
|
|
-rmdir $(DESTDIR)$(bindir)
|
|
|
|
-rmdir $(DESTDIR)$(sbindir)
|
|
|
|
-rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
|
|
|
|
-rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
|
|
|
|
-rmdir $(DESTDIR)$(mandir)
|
|
|
|
-rmdir $(DESTDIR)$(libexecdir)
|
1999-12-09 00:16:54 +01:00
|
|
|
|
|
|
|
uninstall:
|
2001-01-03 07:02:51 +01:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
2000-09-05 07:13:06 +02:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-keygen$(EXEEXT)
|
2000-12-05 02:15:09 +01:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-keyscan$(EXEEXT)
|
2001-02-04 13:20:18 +01:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/sftp$(EXEEXT)
|
2000-09-05 07:13:06 +02:00
|
|
|
-rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
|
2001-02-09 14:40:03 +01:00
|
|
|
-rm -r $(DESTDIR)$(SFTP_SERVER)$(EXEEXT)
|
2002-06-07 05:11:38 +02:00
|
|
|
-rm -f $(DESTDIR)$(SSH_KEYSIGN)$(EXEEXT)
|
|
|
|
-rm -f $(DESTDIR)$(RAND_HELPER)$(EXEEXT)
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
|
2001-02-04 13:20:18 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
|
2000-12-05 02:15:09 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
2002-04-14 11:27:12 +02:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
|
2001-01-03 07:02:51 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
|
2002-06-07 05:11:38 +02:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|