Google

<pre>
<font color="#444444"># $Id: Makefile.in,v 1.26 2003/05/20 22:38:37 nicolai Exp $</font>

<font color="#444444"># uncomment if you run a non bourne compatable shell. Ie. csh</font>
<font color="#444444">#SHELL = @SH@</font>

<font color="2040a0">AUTORECONF=</font>autoreconf

<font color="2040a0">prefix=</font>@prefix@
<font color="2040a0">exec_prefix=</font>@exec_prefix@
<font color="2040a0">bindir=</font>@bindir@
<font color="2040a0">sbindir=</font>@sbindir@
<font color="2040a0">libexecdir=</font>@libexecdir@
<font color="2040a0">datadir=</font>@datadir@
<font color="2040a0">mandir=</font>@mandir@
<font color="2040a0">mansubdir=</font>@mansubdir@
<font color="2040a0">sysconfdir=</font>@sysconfdir@
<font color="2040a0">piddir=</font>@piddir@
<font color="2040a0">srcdir=</font>@srcdir@
<font color="2040a0">top_srcdir=</font>@top_srcdir@

<font color="2040a0">DESTDIR=</font>
<font color="2040a0">VPATH=</font>@srcdir@
<font color="2040a0">SSH_PROGRAM=</font>@bindir@/ssh
<font color="2040a0">ASKPASS_PROGRAM=</font><font color="2040a0">$(libexecdir)</font>/ssh-askpass
<font color="2040a0">SFTP_SERVER=</font><font color="2040a0">$(libexecdir)</font>/sftp-server
<font color="2040a0">SSH_KEYSIGN=</font><font color="2040a0">$(libexecdir)</font>/ssh-keysign
<font color="2040a0">RAND_HELPER=</font><font color="2040a0">$(libexecdir)</font>/ssh-rand-helper
<font color="2040a0">PRIVSEP_PATH=</font>@PRIVSEP_PATH@
<font color="2040a0">SSH_PRIVSEP_USER=</font>@SSH_PRIVSEP_USER@
<font color="2040a0">STRIP_OPT=</font>@STRIP_OPT@

<font color="2040a0">PATHS=</font> -DSSHDIR=\&quot;<font color="2040a0">$(sysconfdir)</font>\&quot; <strong>\</strong>
	-D_PATH_SSH_PROGRAM=\&quot;<font color="2040a0">$(SSH_PROGRAM)</font>\&quot; <strong>\</strong>
	-D_PATH_SSH_ASKPASS_DEFAULT=\&quot;<font color="2040a0">$(ASKPASS_PROGRAM)</font>\&quot; <strong>\</strong>
	-D_PATH_SFTP_SERVER=\&quot;<font color="2040a0">$(SFTP_SERVER)</font>\&quot; <strong>\</strong>
	-D_PATH_SSH_KEY_SIGN=\&quot;<font color="2040a0">$(SSH_KEYSIGN)</font>\&quot; <strong>\</strong>
	-D_PATH_SSH_PIDDIR=\&quot;<font color="2040a0">$(piddir)</font>\&quot; <strong>\</strong>
	-D_PATH_PRIVSEP_CHROOT_DIR=\&quot;<font color="2040a0">$(PRIVSEP_PATH)</font>\&quot; <strong>\</strong>
	-DSSH_RAND_HELPER=\&quot;<font color="2040a0">$(RAND_HELPER)</font>\&quot;

<font color="2040a0">CC=</font>@CC@
<font color="2040a0">LD=</font>@LD@
<font color="2040a0">CFLAGS=</font>@CFLAGS@
<font color="2040a0">CPPFLAGS=</font>-I. -I<font color="2040a0">$(srcdir)</font> @CPPFLAGS@ <font color="2040a0">$(PATHS)</font> @DEFS@
<font color="2040a0">LIBS=</font>@LIBS@
<font color="2040a0">LIBPAM=</font>@LIBPAM@
<font color="2040a0">LIBWRAP=</font>@LIBWRAP@
<font color="2040a0">AR=</font>@AR@
<font color="2040a0">RANLIB=</font>@RANLIB@
<font color="2040a0">INSTALL=</font>@INSTALL@
<font color="2040a0">PERL=</font>@PERL@
<font color="2040a0">SED=</font>@SED@
<font color="2040a0">ENT=</font>@ENT@
<font color="2040a0">XAUTH_PATH=</font>@XAUTH_PATH@
<font color="2040a0">LDFLAGS=</font>-L. -Lopenbsd-compat/ @LDFLAGS@
<font color="2040a0">EXEEXT=</font>@EXEEXT@

<font color="2040a0">INSTALL_SSH_PRNG_CMDS=</font>@INSTALL_SSH_PRNG_CMDS@
<font color="2040a0">INSTALL_SSH_RAND_HELPER=</font>@INSTALL_SSH_RAND_HELPER@

<font color="2040a0">TARGETS=</font>ssh<font color="2040a0">$(EXEEXT)</font> sshd<font color="2040a0">$(EXEEXT)</font> ssh-add<font color="2040a0">$(EXEEXT)</font> ssh-keygen<font color="2040a0">$(EXEEXT)</font> ssh-keyscan<font color="2040a0">${EXEEXT}</font> ssh-keysign<font color="2040a0">${EXEEXT}</font> ssh-agent<font color="2040a0">$(EXEEXT)</font> scp<font color="2040a0">$(EXEEXT)</font> ssh-rand-helper<font color="2040a0">${EXEEXT}</font> sftp-server<font color="2040a0">$(EXEEXT)</font> sftp<font color="2040a0">$(EXEEXT)</font>

<font color="2040a0">LIBSSH_OBJS=</font>authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o <strong>\</strong>
	cipher.o compat.o compress.o crc32.o deattack.o fatal.o <strong>\</strong>
	hostfile.o log.o match.o mpaux.o nchan.o packet.o readpass.o <strong>\</strong>
	rsa.o tildexpand.o ttymodes.o xmalloc.o atomicio.o <strong>\</strong>
	key.o dispatch.o kex.o mac.o uuencode.o misc.o <strong>\</strong>
	rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o <strong>\</strong>
	kexdhc.o kexgexc.o scard.o msg.o progressmeter.o <strong>\</strong>
	entropy.o kexgssc.o gss-genr.o

<font color="2040a0">SSHOBJS=</font> ssh.o readconf.o clientloop.o sshtty.o <strong>\</strong>
	sshconnect.o sshconnect1.o sshconnect2.o

<font color="2040a0">SSHDOBJS=</font>sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o <strong>\</strong>
	sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o <strong>\</strong>
	auth.o auth1.o auth2.o auth-options.o session.o <strong>\</strong>
	auth-chall.o auth2-chall.o groupaccess.o <strong>\</strong>
	auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o <strong>\</strong>
	auth2-none.o auth2-passwd.o auth2-pubkey.o <strong>\</strong>
	monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o <strong>\</strong>
	kexdhs.o kexgexs.o kexgsss.o <strong>\</strong>
	auth-krb5.o auth-krb4.o auth2-gss.o <strong>\</strong>
	gss-serv.o gss-serv-krb5.o gss-serv-gsi.o <strong>\</strong>
	loginrec.o auth-pam.o auth2-pam.o auth-sia.o md5crypt.o

<font color="2040a0">MANPAGES	=</font> 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
<font color="2040a0">MANPAGES_IN	=</font> 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
<font color="2040a0">MANTYPE		=</font> @MANTYPE@

<font color="2040a0">CONFIGFILES=</font>sshd_config.out ssh_config.out moduli.out
<font color="2040a0">CONFIGFILES_IN=</font>sshd_config ssh_config moduli

<font color="2040a0">PATHSUBS	=</font> <strong>\</strong>
	-e 's|/etc/ssh/ssh_prng_cmds|<font color="2040a0">$(sysconfdir)</font>/ssh_prng_cmds|g' <strong>\</strong>
	-e 's|/etc/ssh/ssh_config|<font color="2040a0">$(sysconfdir)</font>/ssh_config|g' <strong>\</strong>
	-e 's|/etc/ssh/ssh_known_hosts|<font color="2040a0">$(sysconfdir)</font>/ssh_known_hosts|g' <strong>\</strong>
	-e 's|/etc/ssh/sshd_config|<font color="2040a0">$(sysconfdir)</font>/sshd_config|g' <strong>\</strong>
	-e 's|/usr/libexec|<font color="2040a0">$(libexecdir)</font>|g' <strong>\</strong>
	-e 's|/etc/shosts.equiv|<font color="2040a0">$(sysconfdir)</font>/shosts.equiv|g' <strong>\</strong>
	-e 's|/etc/ssh/ssh_host_key|<font color="2040a0">$(sysconfdir)</font>/ssh_host_key|g' <strong>\</strong>
	-e 's|/etc/ssh/ssh_host_dsa_key|<font color="2040a0">$(sysconfdir)</font>/ssh_host_dsa_key|g' <strong>\</strong>
	-e 's|/etc/ssh/ssh_host_rsa_key|<font color="2040a0">$(sysconfdir)</font>/ssh_host_rsa_key|g' <strong>\</strong>
	-e 's|/var/run/sshd.pid|<font color="2040a0">$(piddir)</font>/sshd.pid|g' <strong>\</strong>
	-e 's|/etc/ssh/moduli|<font color="2040a0">$(sysconfdir)</font>/moduli|g' <strong>\</strong>
	-e 's|/etc/sshrc|<font color="2040a0">$(sysconfdir)</font>/sshrc|g' <strong>\</strong>
	-e 's|/usr/X11R6/bin/xauth|<font color="2040a0">$(XAUTH_PATH)</font>|g' <strong>\</strong>
	-e 's|/var/empty|<font color="2040a0">$(PRIVSEP_PATH)</font>|g' <strong>\</strong>
	-e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'

<font color="2040a0">FIXPATHSCMD	=</font> <font color="2040a0">$(SED)</font> <font color="2040a0">$(PATHSUBS)</font>
<font color="8b2252">
<strong>all</strong>:</font> <font color="2040a0">$(MANPAGES)</font> <font color="2040a0">$(TARGETS)</font>
<font color="8b2252">
<strong>$(LIBSSH_OBJS)</strong>:</font> config.h
<font color="8b2252"><strong>$(SSHOBJS)</strong>:</font> config.h
<font color="8b2252"><strong>$(SSHDOBJS)</strong>:</font> config.h
<font color="8b2252">
<strong>.c.o</strong>:</font>
	<font color="2040a0">$(CC)</font> <font color="2040a0">$(CFLAGS)</font> <font color="2040a0">$(CPPFLAGS)</font> -c <font color="4080ff">$&lt;</font>

<font color="2040a0">LIBCOMPAT=</font>openbsd-compat/libopenbsd-compat.a
<font color="8b2252"><strong>$(LIBCOMPAT)</strong>:</font> always
	(cd openbsd-compat &amp;&amp; <font color="2040a0">$(MAKE)</font>)
<font color="8b2252"><strong>always</strong>:</font>
<font color="8b2252">
<strong>libssh.a</strong>:</font> <font color="2040a0">$(LIBSSH_OBJS)</font>
	<font color="2040a0">$(AR)</font> rv <font color="4080ff">$@</font> <font color="2040a0">$(LIBSSH_OBJS)</font>
	<font color="2040a0">$(RANLIB)</font> <font color="4080ff">$@</font>
<font color="8b2252">
<strong>ssh$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a <font color="2040a0">$(SSHOBJS)</font>
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> <font color="2040a0">$(SSHOBJS)</font> <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font>
<font color="8b2252">
<strong>sshd$(EXEEXT)</strong>:</font> libssh.a	<font color="2040a0">$(LIBCOMPAT)</font> <font color="2040a0">$(SSHDOBJS)</font>
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> <font color="2040a0">$(SSHDOBJS)</font> <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBWRAP)</font> <font color="2040a0">$(LIBPAM)</font> <font color="2040a0">$(LIBS)</font>
<font color="8b2252">
<strong>scp$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a scp.o progressmeter.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> scp.o progressmeter.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font>
<font color="8b2252">
<strong>ssh-add$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a ssh-add.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> ssh-add.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font> 
<font color="8b2252">
<strong>ssh-agent$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a ssh-agent.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> ssh-agent.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font> 
<font color="8b2252">
<strong>ssh-keygen$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a ssh-keygen.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> ssh-keygen.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font> 
<font color="8b2252">
<strong>ssh-keysign$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a ssh-keysign.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> ssh-keysign.o readconf.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font> 
<font color="8b2252">
<strong>ssh-keyscan$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a ssh-keyscan.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> ssh-keyscan.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat -lssh <font color="2040a0">$(LIBS)</font> 
<font color="8b2252">
<strong>sftp-server$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a sftp.o sftp-common.o sftp-server.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> sftp-server.o sftp-common.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font> 
<font color="8b2252">
<strong>sftp$(EXEEXT)</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a sftp.o sftp-client.o sftp-int.o sftp-common.o sftp-glob.o progressmeter.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font>
<font color="8b2252">
<strong>ssh-rand-helper${EXEEXT}</strong>:</font> <font color="2040a0">$(LIBCOMPAT)</font> libssh.a ssh-rand-helper.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> ssh-rand-helper.o <font color="2040a0">$(LDFLAGS)</font> -lssh -lopenbsd-compat <font color="2040a0">$(LIBS)</font>

<font color="#444444"># test driver for the loginrec code - not built by default</font>
<font color="8b2252"><strong>logintest</strong>:</font> logintest.o <font color="2040a0">$(LIBCOMPAT)</font> libssh.a loginrec.o
	<font color="2040a0">$(LD)</font> -o <font color="4080ff">$@</font> logintest.o <font color="2040a0">$(LDFLAGS)</font> loginrec.o -lopenbsd-compat -lssh <font color="2040a0">$(LIBS)</font>
<font color="8b2252">
<strong>$(MANPAGES)</strong>:</font> <font color="2040a0">$(MANPAGES_IN)</font>
	if test &quot;<font color="2040a0">$(MANTYPE)</font>&quot; = &quot;cat&quot;; then <strong>\</strong>
		manpage=<font color="2040a0">$(srcdir)</font>/`echo <font color="4080ff">$@</font> | sed 's/\.[1-9]\.out<font color="444444">$$</font>/\.0/'`; <strong>\</strong>
	else <strong>\</strong>
		manpage=<font color="2040a0">$(srcdir)</font>/`echo <font color="4080ff">$@</font> | sed 's/\.out<font color="444444">$$</font>//'`; <strong>\</strong>
	fi; <strong>\</strong>
	if test &quot;<font color="2040a0">$(MANTYPE)</font>&quot; = &quot;man&quot;; then <strong>\</strong>
		<font color="2040a0">$(FIXPATHSCMD)</font> <font color="444444">$$</font>{manpage} | <font color="2040a0">$(PERL)</font> <font color="2040a0">$(srcdir)</font>/mdoc2man.pl &gt; <font color="4080ff">$@</font>; <strong>\</strong>
	else <strong>\</strong>
		<font color="2040a0">$(FIXPATHSCMD)</font> <font color="444444">$$</font>{manpage} &gt; <font color="4080ff">$@</font>; <strong>\</strong>
	fi
<font color="8b2252">
<strong>$(CONFIGFILES)</strong>:</font> <font color="2040a0">$(CONFIGFILES_IN)</font>
	conffile=`echo <font color="4080ff">$@</font> | sed 's/.out<font color="444444">$$</font>//'`; <strong>\</strong>
	<font color="2040a0">$(FIXPATHSCMD)</font> <font color="2040a0">$(srcdir)</font>/<font color="444444">$$</font>{conffile} &gt; <font color="4080ff">$@</font>
<font color="8b2252">
<strong>clean</strong>:</font>
	rm -f *.o *.a <font color="2040a0">$(TARGETS)</font> logintest config.cache config.log 
	rm -f *.out core 
	(cd openbsd-compat &amp;&amp; <font color="2040a0">$(MAKE)</font> clean)
<font color="8b2252">
<strong>distclean</strong>:</font>
	rm -f *.o *.a <font color="2040a0">$(TARGETS)</font> logintest config.cache config.log 
	rm -f *.out core
	rm -f Makefile config.h config.status ssh_prng_cmds *~
	rm -rf autom4te.cache
	(cd openbsd-compat &amp;&amp; <font color="2040a0">$(MAKE)</font> distclean)
	(cd scard &amp;&amp; <font color="2040a0">$(MAKE)</font> distclean)
<font color="8b2252">
<strong>veryclean</strong>:</font>
	rm -f configure config.h.in *.0
	rm -f *.o *.a <font color="2040a0">$(TARGETS)</font> logintest config.cache config.log 
	rm -f *.out core
	rm -f Makefile config.h config.status ssh_prng_cmds *~
	(cd openbsd-compat &amp;&amp; <font color="2040a0">$(MAKE)</font> distclean)
	(cd scard &amp;&amp; <font color="2040a0">$(MAKE)</font> distclean)
<font color="8b2252">
<strong>mrproper</strong>:</font> distclean
<font color="8b2252">
<strong>catman-do</strong>:</font>
	@for f in <font color="2040a0">$(MANPAGES_IN)</font> ; do <strong>\</strong>
		base=`echo <font color="444444">$$</font>f | sed 's/\..*<font color="444444">$$</font>//'` ; <strong>\</strong>
		echo &quot;<font color="444444">$$</font>f -&gt; <font color="444444">$$</font>base.0&quot; ; <strong>\</strong>
		nroff -mandoc <font color="444444">$$</font>f | cat -v | sed -e 's/.\^H//g' <strong>\</strong>
			&gt;<font color="444444">$$</font>base.0 ; <strong>\</strong>
	done
<font color="8b2252">
<strong>distprep</strong>:</font> catman-do
	<font color="2040a0">$(AUTORECONF)</font>
	(cd scard &amp;&amp; <font color="2040a0">$(MAKE)</font> -f Makefile.in distprep)
<font color="8b2252">
<strong>install</strong>:</font> <font color="2040a0">$(CONFIGFILES)</font> <font color="2040a0">$(MANPAGES)</font> <font color="2040a0">$(TARGETS)</font> install-files host-key check-config
<font color="8b2252"><strong>install-nokeys</strong>:</font> <font color="2040a0">$(CONFIGFILES)</font> <font color="2040a0">$(MANPAGES)</font> <font color="2040a0">$(TARGETS)</font> install-files
<font color="8b2252">
<strong>check-config</strong>:</font>
	-<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sbindir)</font>/sshd -t -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/sshd_config
<font color="8b2252">
<strong>scard-install</strong>:</font>
	(cd scard &amp;&amp; <font color="2040a0">$(MAKE)</font> DESTDIR=<font color="2040a0">$(DESTDIR)</font> install)
<font color="8b2252">
<strong>install-files</strong>:</font> scard-install
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sbindir)</font>
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(datadir)</font>
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>5
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8
	<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(libexecdir)</font>
	(umask 022 ; <font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(PRIVSEP_PATH)</font>)
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> ssh <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> scp <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/scp
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> ssh-add <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-add
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> ssh-agent <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-agent
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> ssh-keygen <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-keygen
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> ssh-keyscan <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-keyscan
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> sshd <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sbindir)</font>/sshd
	if test ! -z &quot;<font color="2040a0">$(INSTALL_SSH_RAND_HELPER)</font>&quot; ; then <strong>\</strong>
		<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> ssh-rand-helper <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(libexecdir)</font>/ssh-rand-helper ; <strong>\</strong>
	fi
	<font color="2040a0">$(INSTALL)</font> -m 4711 <font color="2040a0">$(STRIP_OPT)</font> ssh-keysign <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(SSH_KEYSIGN)</font>
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> sftp <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/sftp
	<font color="2040a0">$(INSTALL)</font> -m 0755 <font color="2040a0">$(STRIP_OPT)</font> sftp-server <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(SFTP_SERVER)</font>
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh.1
	<font color="2040a0">$(INSTALL)</font> -m 644 scp.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/scp.1
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh-add.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-add.1
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh-agent.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-agent.1
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh-keygen.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-keygen.1
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh-keyscan.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-keyscan.1
	<font color="2040a0">$(INSTALL)</font> -m 644 sshd_config.5.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>5/sshd_config.5
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh_config.5.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>5/ssh_config.5
	<font color="2040a0">$(INSTALL)</font> -m 644 sshd.8.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/sshd.8
	if [ ! -z &quot;<font color="2040a0">$(INSTALL_SSH_RAND_HELPER)</font>&quot; ]; then <strong>\</strong>
		<font color="2040a0">$(INSTALL)</font> -m 644 ssh-rand-helper.8.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/ssh-rand-helper.8 ; <strong>\</strong>
	fi
	<font color="2040a0">$(INSTALL)</font> -m 644 sftp.1.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/sftp.1
	<font color="2040a0">$(INSTALL)</font> -m 644 sftp-server.8.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/sftp-server.8
	<font color="2040a0">$(INSTALL)</font> -m 644 ssh-keysign.8.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/ssh-keysign.8
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/slogin
	ln -s ./ssh<font color="2040a0">$(EXEEXT)</font> <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/slogin
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/slogin.1
	ln -s ./ssh.1 <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/slogin.1
	if [ ! -d <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font> ]; then <strong>\</strong>
		<font color="2040a0">$(srcdir)</font>/mkinstalldirs <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>; <strong>\</strong>
	fi
	@if [ ! -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_config ]; then <strong>\</strong>
		<font color="2040a0">$(INSTALL)</font> -m 644 ssh_config.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_config; <strong>\</strong>
	else <strong>\</strong>
		echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_config already exists, install will not overwrite&quot;; <strong>\</strong>
	fi
	@if [ ! -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/sshd_config ]; then <strong>\</strong>
		<font color="2040a0">$(INSTALL)</font> -m 644 sshd_config.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/sshd_config; <strong>\</strong>
	else <strong>\</strong>
		echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/sshd_config already exists, install will not overwrite&quot;; <strong>\</strong>
	fi
	@if [ -f ssh_prng_cmds -a ! -z &quot;<font color="2040a0">$(INSTALL_SSH_PRNG_CMDS)</font>&quot; ]; then <strong>\</strong>
		<font color="2040a0">$(PERL)</font> <font color="2040a0">$(srcdir)</font>/fixprogs ssh_prng_cmds <font color="2040a0">$(ENT)</font>; <strong>\</strong>
		if [ ! -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_prng_cmds ] ; then <strong>\</strong>
			<font color="2040a0">$(INSTALL)</font> -m 644 ssh_prng_cmds.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_prng_cmds; <strong>\</strong>
		else <strong>\</strong>
			echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_prng_cmds already exists, install will not overwrite&quot;; <strong>\</strong>
		fi ; <strong>\</strong>
	fi
	@if [ ! -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/moduli ]; then <strong>\</strong>
		if [ -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/primes ]; then <strong>\</strong>
			echo &quot;moving <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/primes to <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/moduli&quot;; <strong>\</strong>
			mv &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/primes&quot; &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/moduli&quot;; <strong>\</strong>
		else <strong>\</strong>
			<font color="2040a0">$(INSTALL)</font> -m 644 moduli.out <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/moduli; <strong>\</strong>
		fi ; <strong>\</strong>
	else <strong>\</strong>
		echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/moduli already exists, install will not overwrite&quot;; <strong>\</strong>
	fi
<font color="8b2252">
<strong>host-key</strong>:</font> ssh-keygen<font color="2040a0">$(EXEEXT)</font>
	@if [ -z &quot;<font color="2040a0">$(DESTDIR)</font>&quot; ] ; then <strong>\</strong>
		if [ -f &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_key&quot; ] ; then <strong>\</strong>
			echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_key already exists, skipping.&quot; ; <strong>\</strong>
		else <strong>\</strong>
			./ssh-keygen -t rsa1 -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_key -N &quot;&quot; ; <strong>\</strong>
		fi ; <strong>\</strong>
		if [ -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_dsa_key ] ; then <strong>\</strong>
			echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_dsa_key already exists, skipping.&quot; ; <strong>\</strong>
		else <strong>\</strong>
			./ssh-keygen -t dsa -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_dsa_key -N &quot;&quot; ; <strong>\</strong>
		fi ; <strong>\</strong>
		if [ -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_rsa_key ] ; then <strong>\</strong>
			echo &quot;<font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_rsa_key already exists, skipping.&quot; ; <strong>\</strong>
		else <strong>\</strong>
			./ssh-keygen -t rsa -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_rsa_key -N &quot;&quot; ; <strong>\</strong>
		fi ; <strong>\</strong>
	fi ;
<font color="8b2252">
<strong>host-key-force</strong>:</font> ssh-keygen<font color="2040a0">$(EXEEXT)</font>
	./ssh-keygen -t rsa1 -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_key -N &quot;&quot;
	./ssh-keygen -t dsa -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_dsa_key -N &quot;&quot;
	./ssh-keygen -t rsa -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_host_rsa_key -N &quot;&quot;
<font color="8b2252">
<strong>uninstallall</strong>:</font>	uninstall
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_config
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/sshd_config
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>/ssh_prng_cmds
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sysconfdir)</font>
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sbindir)</font>
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>
	-rmdir <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(libexecdir)</font>
<font color="8b2252">
<strong>uninstall</strong>:</font> 
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/slogin
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/scp<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-add<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-agent<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-keygen<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/ssh-keyscan<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(bindir)</font>/sftp<font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(sbindir)</font>/sshd<font color="2040a0">$(EXEEXT)</font>
	-rm -r <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(SFTP_SERVER)</font><font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(SSH_KEYSIGN)</font><font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(RAND_HELPER)</font><font color="2040a0">$(EXEEXT)</font>
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/scp.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-add.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-agent.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-keygen.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/sftp.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/ssh-keyscan.1
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/sshd.8
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/ssh-rand-helper.8
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/sftp-server.8
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>8/ssh-keysign.8
	-rm -f <font color="2040a0">$(DESTDIR)</font><font color="2040a0">$(mandir)</font>/<font color="2040a0">$(mansubdir)</font>1/slogin.1

</pre>
<hr>
syntax highlighted by <a href="http://www.palfrader.org/code2html">Code2HTML</a>, v. 0.9.1


syntax highlighted by Code2HTML, v. 0.9.1