2006-01-01 11:47:05 +03:00
|
|
|
# $Id: Makefile.in,v 1.274 2006/01/01 08:47:05 djm Exp $
|
2002-05-09 03:04:14 +04:00
|
|
|
|
2002-05-09 18:05:59 +04:00
|
|
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
|
|
|
#SHELL = @SH@
|
2001-02-04 15:27:00 +03:00
|
|
|
|
2002-05-13 07:15:42 +04:00
|
|
|
AUTORECONF=autoreconf
|
|
|
|
|
1999-10-28 07:25:17 +04:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
|
|
|
sbindir=@sbindir@
|
1999-11-19 09:18:57 +03:00
|
|
|
libexecdir=@libexecdir@
|
2001-09-18 09:06:21 +04:00
|
|
|
datadir=@datadir@
|
1999-10-29 03:57:31 +04:00
|
|
|
mandir=@mandir@
|
2001-04-18 22:04:21 +04:00
|
|
|
mansubdir=@mansubdir@
|
1999-11-13 02:48:51 +03:00
|
|
|
sysconfdir=@sysconfdir@
|
2000-01-17 14:02:17 +03:00
|
|
|
piddir=@piddir@
|
|
|
|
srcdir=@srcdir@
|
|
|
|
top_srcdir=@top_srcdir@
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2000-01-26 06:37:48 +03:00
|
|
|
DESTDIR=
|
1999-12-27 01:23:58 +03:00
|
|
|
VPATH=@srcdir@
|
1999-11-09 02:28:04 +03:00
|
|
|
SSH_PROGRAM=@bindir@/ssh
|
2000-09-16 08:39:56 +04:00
|
|
|
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
|
2001-02-09 16:40:03 +03:00
|
|
|
SFTP_SERVER=$(libexecdir)/sftp-server
|
2002-06-07 07:11:38 +04:00
|
|
|
SSH_KEYSIGN=$(libexecdir)/ssh-keysign
|
|
|
|
RAND_HELPER=$(libexecdir)/ssh-rand-helper
|
2002-05-13 07:15:42 +04:00
|
|
|
PRIVSEP_PATH=@PRIVSEP_PATH@
|
2002-06-25 04:24:47 +04:00
|
|
|
SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
|
2003-01-13 08:55:22 +03:00
|
|
|
STRIP_OPT=@STRIP_OPT@
|
2001-02-09 16:40:03 +03:00
|
|
|
|
2002-02-10 10:32:28 +03:00
|
|
|
PATHS= -DSSHDIR=\"$(sysconfdir)\" \
|
2001-02-09 16:40:03 +03:00
|
|
|
-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
|
|
|
|
-D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
|
2001-04-18 22:04:21 +04:00
|
|
|
-D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
|
2002-06-07 07:11:38 +04:00
|
|
|
-D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
|
2001-12-23 17:41:47 +03:00
|
|
|
-D_PATH_SSH_PIDDIR=\"$(piddir)\" \
|
2002-05-13 08:12:05 +04:00
|
|
|
-D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" \
|
2002-06-07 07:11:38 +04:00
|
|
|
-DSSH_RAND_HELPER=\"$(RAND_HELPER)\"
|
1999-11-09 02:28:04 +03:00
|
|
|
|
1999-10-28 07:25:17 +04:00
|
|
|
CC=@CC@
|
2000-03-16 02:48:25 +03:00
|
|
|
LD=@LD@
|
2000-12-18 22:58:57 +03:00
|
|
|
CFLAGS=@CFLAGS@
|
2001-03-14 03:39:45 +03:00
|
|
|
CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
|
1999-11-09 05:52:33 +03:00
|
|
|
LIBS=@LIBS@
|
2004-11-07 12:14:34 +03:00
|
|
|
LIBEDIT=@LIBEDIT@
|
2002-02-26 19:40:48 +03:00
|
|
|
LIBPAM=@LIBPAM@
|
|
|
|
LIBWRAP=@LIBWRAP@
|
1999-10-28 07:25:17 +04:00
|
|
|
AR=@AR@
|
2003-09-07 06:34:54 +04:00
|
|
|
AWK=@AWK@
|
1999-10-28 07:25:17 +04:00
|
|
|
RANLIB=@RANLIB@
|
1999-11-25 04:31:26 +03:00
|
|
|
INSTALL=@INSTALL@
|
1999-12-29 02:03:37 +03:00
|
|
|
PERL=@PERL@
|
2003-01-09 04:22:59 +03:00
|
|
|
SED=@SED@
|
2000-05-17 15:34:07 +04:00
|
|
|
ENT=@ENT@
|
2000-11-29 05:28:50 +03:00
|
|
|
XAUTH_PATH=@XAUTH_PATH@
|
2001-02-01 00:52:01 +03:00
|
|
|
LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
|
2000-09-05 09:13:06 +04:00
|
|
|
EXEEXT=@EXEEXT@
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2000-05-02 03:56:41 +04:00
|
|
|
INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
|
2002-01-22 13:57:53 +03:00
|
|
|
INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
|
2000-05-02 03:56:41 +04:00
|
|
|
|
2003-03-21 03:34:34 +03: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 07:45:46 +03:00
|
|
|
|
2004-01-27 13:19:21 +03:00
|
|
|
LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o buffer.o \
|
|
|
|
canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \
|
|
|
|
cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \
|
|
|
|
compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \
|
2005-05-26 05:35:37 +04:00
|
|
|
log.o match.o moduli.o nchan.o packet.o \
|
2005-05-26 06:02:14 +04:00
|
|
|
readpass.o rsa.o ttymodes.o xmalloc.o \
|
2004-08-15 15:01:37 +04:00
|
|
|
atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \
|
2004-06-15 04:44:40 +04:00
|
|
|
monitor_fdpass.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 dns.o \
|
2003-08-26 05:58:16 +04:00
|
|
|
entropy.o scard-opensc.o gss-genr.o
|
1999-12-16 05:06:18 +03:00
|
|
|
|
2003-02-24 04:18:46 +03:00
|
|
|
SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
|
|
|
|
sshconnect.o sshconnect1.o sshconnect2.o
|
1999-12-30 07:08:44 +03:00
|
|
|
|
2003-02-24 04:18:46 +03:00
|
|
|
SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
|
2004-08-15 11:23:34 +04:00
|
|
|
sshpty.o sshlogin.o servconf.o serverloop.o \
|
2003-02-24 04:18:46 +03:00
|
|
|
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 \
|
2004-06-15 04:44:40 +04:00
|
|
|
monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o \
|
2003-08-26 06:22:04 +04:00
|
|
|
auth-krb5.o \
|
2003-08-26 05:58:16 +04:00
|
|
|
auth2-gss.o gss-serv.o gss-serv-krb5.o \
|
2005-02-20 13:01:48 +03:00
|
|
|
loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
|
|
|
|
audit.o audit-bsm.o
|
1999-12-30 07:08:44 +03:00
|
|
|
|
2002-06-21 05:24:01 +04: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 04:41:46 +04:00
|
|
|
MANTYPE = @MANTYPE@
|
2000-01-03 06:42:09 +03:00
|
|
|
|
2001-06-27 15:52:32 +04:00
|
|
|
CONFIGFILES=sshd_config.out ssh_config.out moduli.out
|
|
|
|
CONFIGFILES_IN=sshd_config ssh_config moduli
|
2000-01-03 06:42:09 +03:00
|
|
|
|
2000-11-29 05:28:50 +03:00
|
|
|
PATHSUBS = \
|
2003-01-09 04:22:59 +03: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 15:13:36 +03:00
|
|
|
|
2003-05-10 10:48:23 +04:00
|
|
|
all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
|
1999-12-16 05:06:18 +03:00
|
|
|
|
2003-05-15 15:33:46 +04:00
|
|
|
$(LIBSSH_OBJS): Makefile.in config.h
|
|
|
|
$(SSHOBJS): Makefile.in config.h
|
|
|
|
$(SSHDOBJS): Makefile.in config.h
|
2000-05-09 08:28:55 +04:00
|
|
|
|
2000-12-30 00:37:22 +03:00
|
|
|
.c.o:
|
2000-12-30 06:50:04 +03:00
|
|
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
2000-12-30 00:37:22 +03:00
|
|
|
|
2001-02-01 17:06:11 +03:00
|
|
|
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
|
2001-10-22 04:53:58 +04:00
|
|
|
$(LIBCOMPAT): always
|
2001-11-12 02:34:22 +03:00
|
|
|
(cd openbsd-compat && $(MAKE))
|
2001-10-22 04:53:58 +04:00
|
|
|
always:
|
1999-12-26 02:21:48 +03:00
|
|
|
|
2000-05-09 08:28:55 +04:00
|
|
|
libssh.a: $(LIBSSH_OBJS)
|
|
|
|
$(AR) rv $@ $(LIBSSH_OBJS)
|
1999-10-28 07:25:17 +04:00
|
|
|
$(RANLIB) $@
|
|
|
|
|
2001-02-01 17:06:11 +03:00
|
|
|
ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS)
|
2000-05-09 08:28:55 +04:00
|
|
|
$(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2001-02-01 17:06:11 +03:00
|
|
|
sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS)
|
2002-02-26 19:40:48 +03:00
|
|
|
$(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBWRAP) $(LIBPAM) $(LIBS)
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2003-01-10 13:43:24 +03:00
|
|
|
scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o progressmeter.o
|
2006-01-01 11:47:05 +03:00
|
|
|
$(LD) -o $@ scp.o progressmeter.o bufaux.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2001-04-06 05:58:37 +04:00
|
|
|
ssh-add$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-add.o
|
2003-11-21 15:48:55 +03:00
|
|
|
$(LD) -o $@ ssh-add.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2001-04-06 05:58:37 +04:00
|
|
|
ssh-agent$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-agent.o
|
2003-11-21 15:48:55 +03:00
|
|
|
$(LD) -o $@ ssh-agent.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2001-04-06 05:58:37 +04:00
|
|
|
ssh-keygen$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keygen.o
|
2003-11-21 15:48:55 +03:00
|
|
|
$(LD) -o $@ ssh-keygen.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
1999-10-28 07:25:17 +04:00
|
|
|
|
2002-06-06 23:57:33 +04:00
|
|
|
ssh-keysign$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keysign.o
|
2003-11-21 15:48:55 +03:00
|
|
|
$(LD) -o $@ ssh-keysign.o readconf.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
2002-06-06 23:57:33 +04:00
|
|
|
|
2001-04-06 05:58:37 +04:00
|
|
|
ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keyscan.o
|
2003-11-21 15:48:55 +03:00
|
|
|
$(LD) -o $@ ssh-keyscan.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS)
|
2000-12-05 04:15:09 +03:00
|
|
|
|
2001-04-06 05:58:37 +04:00
|
|
|
sftp-server$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-common.o sftp-server.o
|
2003-11-21 15:48:55 +03:00
|
|
|
$(LD) -o $@ sftp-server.o sftp-common.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
|
2001-02-04 15:20:18 +03:00
|
|
|
|
2004-02-18 06:30:55 +03:00
|
|
|
sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o
|
2004-11-07 12:14:34 +03:00
|
|
|
$(LD) -o $@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) $(LIBEDIT)
|
2000-09-05 06:34:53 +04:00
|
|
|
|
2001-12-25 07:32:58 +03: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 17:41:47 +03:00
|
|
|
|
2000-06-03 18:57:40 +04:00
|
|
|
# test driver for the loginrec code - not built by default
|
2001-04-06 05:58:37 +04:00
|
|
|
logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o
|
|
|
|
$(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS)
|
2000-06-03 18:57:40 +04:00
|
|
|
|
2001-04-27 04:31:07 +04:00
|
|
|
$(MANPAGES): $(MANPAGES_IN)
|
2001-04-16 04:41:46 +04:00
|
|
|
if test "$(MANTYPE)" = "cat"; then \
|
2001-04-27 04:31:07 +04:00
|
|
|
manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
|
2001-04-16 04:41:46 +04:00
|
|
|
else \
|
2001-04-27 04:31:07 +04:00
|
|
|
manpage=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
|
2001-04-16 04:41:46 +04:00
|
|
|
fi; \
|
|
|
|
if test "$(MANTYPE)" = "man"; then \
|
2003-09-07 06:34:54 +04:00
|
|
|
$(FIXPATHSCMD) $${manpage} | $(AWK) -f $(srcdir)/mdoc2man.awk > $@; \
|
2001-04-16 04:41:46 +04:00
|
|
|
else \
|
2001-04-27 04:31:07 +04:00
|
|
|
$(FIXPATHSCMD) $${manpage} > $@; \
|
2001-04-16 04:41:46 +04:00
|
|
|
fi
|
|
|
|
|
2001-04-27 04:31:07 +04:00
|
|
|
$(CONFIGFILES): $(CONFIGFILES_IN)
|
|
|
|
conffile=`echo $@ | sed 's/.out$$//'`; \
|
|
|
|
$(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
|
1999-11-08 07:30:59 +03:00
|
|
|
|
2003-05-10 10:48:23 +04:00
|
|
|
ssh_prng_cmds.out: ssh_prng_cmds
|
|
|
|
if test ! -z "$(INSTALL_SSH_PRNG_CMDS)"; then \
|
|
|
|
$(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
|
|
|
|
fi
|
|
|
|
|
2005-05-29 11:22:29 +04:00
|
|
|
# fake rule to stop make trying to compile moduli.o into a binary "moduli.o"
|
2003-08-02 17:51:38 +04:00
|
|
|
moduli:
|
|
|
|
echo
|
|
|
|
|
2003-09-22 04:58:55 +04:00
|
|
|
clean: regressclean
|
2003-11-21 15:48:55 +03:00
|
|
|
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
2005-01-18 04:05:18 +03:00
|
|
|
rm -f *.out core survey
|
2001-11-12 02:34:22 +03:00
|
|
|
(cd openbsd-compat && $(MAKE) clean)
|
2000-01-14 07:45:46 +03:00
|
|
|
|
2003-09-22 04:58:55 +04:00
|
|
|
distclean: regressclean
|
2003-11-21 15:48:55 +03:00
|
|
|
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
2004-06-23 07:21:54 +04:00
|
|
|
rm -f *.out core opensshd.init
|
2005-01-18 04:05:18 +03:00
|
|
|
rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~
|
2001-10-12 13:15:27 +04:00
|
|
|
rm -rf autom4te.cache
|
2001-11-12 02:34:22 +03:00
|
|
|
(cd openbsd-compat && $(MAKE) distclean)
|
|
|
|
(cd scard && $(MAKE) distclean)
|
2004-05-31 08:38:51 +04:00
|
|
|
if test -d pkg ; then \
|
|
|
|
rm -fr pkg ; \
|
|
|
|
fi
|
2001-07-14 07:07:43 +04:00
|
|
|
|
2003-05-15 07:23:07 +04:00
|
|
|
veryclean: distclean
|
2001-07-14 07:07:43 +04:00
|
|
|
rm -f configure config.h.in *.0
|
2000-01-14 07:45:46 +03:00
|
|
|
|
2003-05-15 07:23:07 +04:00
|
|
|
mrproper: veryclean
|
|
|
|
|
|
|
|
realclean: veryclean
|
2000-01-14 07:45:46 +03:00
|
|
|
|
2001-04-18 19:46:01 +04:00
|
|
|
catman-do:
|
2001-04-27 04:31:07 +04:00
|
|
|
@for f in $(MANPAGES_IN) ; do \
|
2001-04-18 19:46:01 +04: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 07:45:46 +03:00
|
|
|
|
2001-04-18 19:46:01 +04:00
|
|
|
distprep: catman-do
|
2002-05-13 07:15:42 +04:00
|
|
|
$(AUTORECONF)
|
2003-10-07 04:18:22 +04:00
|
|
|
-rm -rf autom4te.cache
|
2001-11-12 02:34:22 +03:00
|
|
|
(cd scard && $(MAKE) -f Makefile.in distprep)
|
2000-06-28 02:24:49 +04:00
|
|
|
|
2005-02-26 02:12:38 +03:00
|
|
|
install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config
|
|
|
|
install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
|
|
|
|
install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
|
2000-06-22 14:57:11 +04:00
|
|
|
|
2002-07-14 21:02:20 +04:00
|
|
|
check-config:
|
|
|
|
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
|
2002-06-25 04:24:47 +04:00
|
|
|
|
2001-09-18 09:06:21 +04:00
|
|
|
scard-install:
|
2001-11-12 02:34:22 +03:00
|
|
|
(cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
|
2001-09-18 09:06:21 +04:00
|
|
|
|
|
|
|
install-files: scard-install
|
2000-09-29 16:01:36 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
|
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
|
2001-09-18 09:06:21 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
|
2001-04-18 22:04:21 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
|
2002-06-21 05:38:53 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5
|
2001-04-18 22:04:21 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
|
2000-09-29 16:01:36 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
|
2002-07-08 00:30:45 +04:00
|
|
|
(umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
|
2003-01-13 08:55:22 +03: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 13:57:53 +03:00
|
|
|
if test ! -z "$(INSTALL_SSH_RAND_HELPER)" ; then \
|
2003-01-13 08:55:22 +03:00
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) ssh-rand-helper $(DESTDIR)$(libexecdir)/ssh-rand-helper ; \
|
2002-01-22 13:57:53 +03:00
|
|
|
fi
|
2003-01-13 08:55:22 +03:00
|
|
|
$(INSTALL) -m 4711 $(STRIP_OPT) ssh-keysign $(DESTDIR)$(SSH_KEYSIGN)
|
2003-03-21 03:34:34 +03:00
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) sftp $(DESTDIR)$(bindir)/sftp
|
|
|
|
$(INSTALL) -m 0755 $(STRIP_OPT) sftp-server $(DESTDIR)$(SFTP_SERVER)
|
2001-04-18 22:04:21 +04: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 05:38:53 +04: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 22:04:21 +04:00
|
|
|
$(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
2002-06-26 03:45:42 +04:00
|
|
|
if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
|
2002-04-15 07:23:59 +04:00
|
|
|
$(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
|
2002-04-14 13:27:12 +04:00
|
|
|
fi
|
2003-03-21 03:34:34 +03: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 07:11:38 +04:00
|
|
|
$(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
|
2000-01-26 06:37:48 +03:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
2002-07-09 06:10:05 +04:00
|
|
|
ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
|
2000-01-26 06:37:48 +03:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
2002-07-09 06:10:05 +04:00
|
|
|
ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
2005-02-26 02:12:38 +03:00
|
|
|
|
|
|
|
install-sysconf:
|
2000-11-11 00:36:38 +03:00
|
|
|
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
2000-09-29 16:01:36 +04:00
|
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
|
2000-11-11 00:36:38 +03:00
|
|
|
fi
|
2002-07-12 20:04:06 +04:00
|
|
|
@if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
|
2000-01-26 06:37:48 +03:00
|
|
|
$(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
|
2000-11-11 00:51:40 +03:00
|
|
|
else \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
|
2000-11-11 00:36:38 +03:00
|
|
|
fi
|
2002-07-12 20:04:06 +04:00
|
|
|
@if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
|
2000-01-26 06:37:48 +03:00
|
|
|
$(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
|
2000-11-11 00:51:40 +03:00
|
|
|
else \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
|
1999-11-13 02:48:51 +03:00
|
|
|
fi
|
2004-08-30 15:33:02 +04:00
|
|
|
@if [ -f ssh_prng_cmds ] && [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
|
2000-10-14 10:45:58 +04:00
|
|
|
if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
|
|
|
|
$(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
|
2000-11-11 00:51:40 +03:00
|
|
|
else \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
|
2000-10-14 10:45:58 +04:00
|
|
|
fi ; \
|
2000-05-02 03:56:41 +04:00
|
|
|
fi
|
2002-07-12 20:04:06 +04:00
|
|
|
@if [ ! -f $(DESTDIR)$(sysconfdir)/moduli ]; then \
|
2001-06-27 15:52:32 +04: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 14:23:14 +04:00
|
|
|
else \
|
2001-06-27 15:52:32 +04:00
|
|
|
$(INSTALL) -m 644 moduli.out $(DESTDIR)$(sysconfdir)/moduli; \
|
|
|
|
fi ; \
|
2000-11-11 00:51:40 +03:00
|
|
|
else \
|
2001-06-27 15:52:32 +04:00
|
|
|
echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
|
2000-11-11 00:36:38 +03:00
|
|
|
fi
|
1999-11-13 02:48:51 +03:00
|
|
|
|
2000-09-05 09:13:06 +04:00
|
|
|
host-key: ssh-keygen$(EXEEXT)
|
2002-07-12 20:04:06 +04:00
|
|
|
@if [ -z "$(DESTDIR)" ] ; then \
|
2000-07-11 12:39:20 +04:00
|
|
|
if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
|
|
|
|
echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
|
|
|
|
else \
|
2000-11-16 05:46:20 +03:00
|
|
|
./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
|
2000-07-11 12:39:20 +04: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 05:46:20 +03:00
|
|
|
./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
|
2000-11-13 14:57:25 +03: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 05:46:20 +03:00
|
|
|
./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ; \
|
2000-07-11 12:39:20 +04:00
|
|
|
fi ; \
|
2000-06-22 14:57:11 +04:00
|
|
|
fi ;
|
|
|
|
|
2000-09-05 09:13:06 +04:00
|
|
|
host-key-force: ssh-keygen$(EXEEXT)
|
2000-11-16 05:46:20 +03: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 14:13:52 +03:00
|
|
|
|
1999-12-09 02:16:54 +03:00
|
|
|
uninstallall: uninstall
|
2000-01-26 06:37:48 +03:00
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/ssh_config
|
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/sshd_config
|
2000-05-02 03:56:41 +04:00
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
|
2000-01-26 06:37:48 +03: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 02:16:54 +03:00
|
|
|
|
2003-11-21 15:48:55 +03:00
|
|
|
uninstall:
|
2001-01-03 09:02:51 +03:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
2000-09-05 09:13:06 +04: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 04:15:09 +03:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-keyscan$(EXEEXT)
|
2001-02-04 15:20:18 +03:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/sftp$(EXEEXT)
|
2000-09-05 09:13:06 +04:00
|
|
|
-rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
|
2001-02-09 16:40:03 +03:00
|
|
|
-rm -r $(DESTDIR)$(SFTP_SERVER)$(EXEEXT)
|
2002-06-07 07:11:38 +04:00
|
|
|
-rm -f $(DESTDIR)$(SSH_KEYSIGN)$(EXEEXT)
|
|
|
|
-rm -f $(DESTDIR)$(RAND_HELPER)$(EXEEXT)
|
2000-01-26 06:37:48 +03: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 15:20:18 +03:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
|
2000-12-05 04:15:09 +03:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
|
2000-01-26 06:37:48 +03:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
2002-04-14 13:27:12 +04:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
|
2001-01-03 09:02:51 +03:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
|
2002-06-07 07:11:38 +04:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
|
2000-01-26 06:37:48 +03:00
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
2003-09-04 07:41:06 +04:00
|
|
|
|
|
|
|
tests: $(TARGETS)
|
|
|
|
BUILDDIR=`pwd`; \
|
2003-09-13 00:02:16 +04:00
|
|
|
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
|
2003-09-22 04:58:55 +04:00
|
|
|
[ -f `pwd`/regress/Makefile ] || \
|
2004-08-29 13:52:32 +04:00
|
|
|
ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
|
2004-06-20 21:37:32 +04:00
|
|
|
TEST_SHELL="@TEST_SHELL@"; \
|
2003-09-04 07:41:06 +04:00
|
|
|
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
|
|
|
|
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
|
|
|
|
TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \
|
|
|
|
TEST_SSH_SSHADD="$${BUILDDIR}/ssh-add"; \
|
|
|
|
TEST_SSH_SSHKEYGEN="$${BUILDDIR}/ssh-keygen"; \
|
|
|
|
TEST_SSH_SSHKEYSCAN="$${BUILDDIR}/ssh-keyscan"; \
|
|
|
|
TEST_SSH_SFTP="$${BUILDDIR}/sftp"; \
|
|
|
|
TEST_SSH_SFTPSERVER="$${BUILDDIR}/sftp-server"; \
|
|
|
|
cd $(srcdir)/regress || exit $$?; \
|
|
|
|
$(MAKE) \
|
|
|
|
.OBJDIR="$${BUILDDIR}/regress" \
|
|
|
|
.CURDIR="`pwd`" \
|
2003-09-04 12:04:16 +04:00
|
|
|
BUILDDIR="$${BUILDDIR}" \
|
2003-09-14 05:40:35 +04:00
|
|
|
OBJ="$${BUILDDIR}/regress/" \
|
2003-09-04 07:41:06 +04:00
|
|
|
PATH="$${BUILDDIR}:$${PATH}" \
|
2004-02-12 18:17:10 +03:00
|
|
|
TEST_SHELL="$${TEST_SHELL}" \
|
2003-09-04 07:41:06 +04:00
|
|
|
TEST_SSH_SSH="$${TEST_SSH_SSH}" \
|
|
|
|
TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \
|
|
|
|
TEST_SSH_SSHAGENT="$${TEST_SSH_SSHAGENT}" \
|
|
|
|
TEST_SSH_SSHADD="$${TEST_SSH_SSHADD}" \
|
|
|
|
TEST_SSH_SSHKEYGEN="$${TEST_SSH_SSHKEYGEN}" \
|
|
|
|
TEST_SSH_SSHKEYSCAN="$${TEST_SSH_SSHKEYSCAN}" \
|
|
|
|
TEST_SSH_SFTP="$${TEST_SSH_SFTP}" \
|
|
|
|
TEST_SSH_SFTPSERVER="$${TEST_SSH_SFTPSERVER}" \
|
2003-09-04 16:06:16 +04:00
|
|
|
EXEEXT="$(EXEEXT)" \
|
2003-09-04 07:41:06 +04:00
|
|
|
$@
|
2003-09-22 04:58:55 +04:00
|
|
|
|
|
|
|
regressclean:
|
2004-08-30 15:33:02 +04:00
|
|
|
if [ -f regress/Makefile ] && [ -r regress/Makefile ]; then \
|
2003-09-22 04:58:55 +04:00
|
|
|
(cd regress && $(MAKE) clean) \
|
|
|
|
fi
|
2004-05-31 08:38:51 +04:00
|
|
|
|
2005-01-18 04:05:18 +03:00
|
|
|
survey: survey.sh ssh
|
|
|
|
@$(SHELL) ./survey.sh > survey
|
|
|
|
@echo 'The survey results have been placed in the file "survey" in the'
|
|
|
|
@echo 'current directory. Please review the file then send with'
|
|
|
|
@echo '"make send-survey".'
|
|
|
|
|
|
|
|
send-survey: survey
|
|
|
|
mail portable-survey@mindrot.org <survey
|
|
|
|
|
2004-05-31 08:38:51 +04:00
|
|
|
package: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
|
|
|
|
if [ "@MAKE_PACKAGE_SUPPORTED@" = yes ]; then \
|
|
|
|
sh buildpkg.sh; \
|
|
|
|
fi
|
|
|
|
|