blob: 5758d0dbe0d191adfc4ccc8fe0ccc74bf10d16b2 [file] [log] [blame]
Damien Millera47f5262003-05-15 13:23:07 +10001# $Id: Makefile.in,v 1.234 2003/05/15 03:23:07 djm Exp $
Tim Rice0502a472002-05-08 16:04:14 -07002
Tim Ricea7a5d6d2002-05-09 07:05:59 -07003# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@
Damien Millerb797b922001-02-04 23:27:00 +11005
Damien Millerf58c6722002-05-13 13:15:42 +10006AUTORECONF=autoreconf
7
Damien Miller7f6ea021999-10-28 13:25:17 +10008prefix=@prefix@
9exec_prefix=@exec_prefix@
10bindir=@bindir@
11sbindir=@sbindir@
Damien Millere2324551999-11-19 17:18:57 +110012libexecdir=@libexecdir@
Damien Millerd97c2ce2001-09-18 15:06:21 +100013datadir=@datadir@
Damien Miller94388161999-10-29 09:57:31 +100014mandir=@mandir@
Ben Lindstrombc709922001-04-18 18:04:21 +000015mansubdir=@mansubdir@
Damien Miller296a5461999-11-13 10:48:51 +110016sysconfdir=@sysconfdir@
Damien Millerb13c73e2000-01-17 22:02:17 +110017piddir=@piddir@
18srcdir=@srcdir@
19top_srcdir=@top_srcdir@
Damien Miller7f6ea021999-10-28 13:25:17 +100020
Damien Miller7d7c60d2000-01-26 14:37:48 +110021DESTDIR=
Damien Millerc0d73901999-12-27 09:23:58 +110022VPATH=@srcdir@
Damien Millerc7b38ce1999-11-09 10:28:04 +110023SSH_PROGRAM=@bindir@/ssh
Damien Miller606f8802000-09-16 15:39:56 +110024ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
Damien Millerd7686fd2001-02-10 00:40:03 +110025SFTP_SERVER=$(libexecdir)/sftp-server
Ben Lindstromdb41d232002-06-07 03:11:38 +000026SSH_KEYSIGN=$(libexecdir)/ssh-keysign
27RAND_HELPER=$(libexecdir)/ssh-rand-helper
Damien Millerf58c6722002-05-13 13:15:42 +100028PRIVSEP_PATH=@PRIVSEP_PATH@
Damien Millerd3f6ad22002-06-25 10:24:47 +100029SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
Damien Miller7d901272003-01-13 16:55:22 +110030STRIP_OPT=@STRIP_OPT@
Damien Millerd7686fd2001-02-10 00:40:03 +110031
Damien Miller05eda432002-02-10 18:32:28 +110032PATHS= -DSSHDIR=\"$(sysconfdir)\" \
Damien Millerd7686fd2001-02-10 00:40:03 +110033 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
34 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
Ben Lindstrombc709922001-04-18 18:04:21 +000035 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
Ben Lindstromdb41d232002-06-07 03:11:38 +000036 -D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
Damien Miller62116dc2001-12-24 01:41:47 +110037 -D_PATH_SSH_PIDDIR=\"$(piddir)\" \
Damien Miller4c954172002-05-13 14:12:05 +100038 -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" \
Ben Lindstromdb41d232002-06-07 03:11:38 +000039 -DSSH_RAND_HELPER=\"$(RAND_HELPER)\"
Damien Millerc7b38ce1999-11-09 10:28:04 +110040
Damien Miller7f6ea021999-10-28 13:25:17 +100041CC=@CC@
Damien Miller166bd442000-03-16 10:48:25 +110042LD=@LD@
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000043CFLAGS=@CFLAGS@
Damien Miller3c027682001-03-14 11:39:45 +110044CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
Damien Millerd3dcfaf1999-11-09 13:52:33 +110045LIBS=@LIBS@
Tim Rice4cec93f2002-02-26 08:40:48 -080046LIBPAM=@LIBPAM@
47LIBWRAP=@LIBWRAP@
Damien Miller7f6ea021999-10-28 13:25:17 +100048AR=@AR@
49RANLIB=@RANLIB@
Damien Millerd8087f61999-11-25 12:31:26 +110050INSTALL=@INSTALL@
Damien Millere79334a1999-12-29 10:03:37 +110051PERL=@PERL@
Tim Riced0d7a8b2003-01-08 17:22:59 -080052SED=@SED@
Damien Miller8d1fd572000-05-17 21:34:07 +100053ENT=@ENT@
Damien Millera19cf472000-11-29 13:28:50 +110054XAUTH_PATH=@XAUTH_PATH@
Ben Lindstrom3c06f6a2001-01-31 21:52:01 +000055LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
Damien Millerbac2d8a2000-09-05 16:13:06 +110056EXEEXT=@EXEEXT@
Damien Miller7f6ea021999-10-28 13:25:17 +100057
Damien Miller0437b332000-05-02 09:56:41 +100058INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
Damien Miller6c21c512002-01-22 21:57:53 +110059INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
Damien Miller0437b332000-05-02 09:56:41 +100060
Ben Lindstrom5bd6eb72003-03-21 00:34:34 +000061TARGETS=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)
Damien Miller7f6ea021999-10-28 13:25:17 +100062
Damien Millerd1940482003-02-24 12:18:46 +110063LIBSSH_OBJS=authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o \
64 cipher.o compat.o compress.o crc32.o deattack.o fatal.o \
Damien Miller37876e92003-05-15 10:19:46 +100065 hostfile.o log.o match.o mpaux.o nchan.o packet.o radix.o \
66 readpass.o rsa.o tildexpand.o ttymodes.o xmalloc.o atomicio.o \
Damien Millerd1940482003-02-24 12:18:46 +110067 key.o dispatch.o kex.o mac.o uuencode.o misc.o \
68 rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o \
Damien Miller37876e92003-05-15 10:19:46 +100069 kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o \
Damien Millerd1940482003-02-24 12:18:46 +110070 entropy.o
Damien Miller18ccf851999-12-16 13:06:18 +110071
Damien Millerd1940482003-02-24 12:18:46 +110072SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
73 sshconnect.o sshconnect1.o sshconnect2.o
Damien Millere72b7af1999-12-30 15:08:44 +110074
Damien Millerd1940482003-02-24 12:18:46 +110075SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
76 sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o \
77 auth.o auth1.o auth2.o auth-options.o session.o \
78 auth-chall.o auth2-chall.o groupaccess.o \
79 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
80 auth2-none.o auth2-passwd.o auth2-pubkey.o \
81 monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \
82 kexdhs.o kexgexs.o \
Damien Miller9c617692003-05-14 14:31:11 +100083 auth-krb5.o auth2-krb5.o auth-krb4.o \
Damien Miller4f9f42a2003-05-10 19:28:02 +100084 loginrec.o auth-pam.o auth-sia.o md5crypt.o
Damien Millere72b7af1999-12-30 15:08:44 +110085
Ben Lindstrom900464e2002-06-21 01:24:01 +000086MANPAGES = 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
87MANPAGES_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
Damien Miller897741e2001-04-16 10:41:46 +100088MANTYPE = @MANTYPE@
Damien Miller645c5982000-01-03 14:42:09 +110089
Damien Millerb5b0af42001-06-27 21:52:32 +100090CONFIGFILES=sshd_config.out ssh_config.out moduli.out
91CONFIGFILES_IN=sshd_config ssh_config moduli
Damien Miller645c5982000-01-03 14:42:09 +110092
Damien Millera19cf472000-11-29 13:28:50 +110093PATHSUBS = \
Tim Riced0d7a8b2003-01-08 17:22:59 -080094 -e 's|/etc/ssh/ssh_prng_cmds|$(sysconfdir)/ssh_prng_cmds|g' \
95 -e 's|/etc/ssh/ssh_config|$(sysconfdir)/ssh_config|g' \
96 -e 's|/etc/ssh/ssh_known_hosts|$(sysconfdir)/ssh_known_hosts|g' \
97 -e 's|/etc/ssh/sshd_config|$(sysconfdir)/sshd_config|g' \
98 -e 's|/usr/libexec|$(libexecdir)|g' \
99 -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
100 -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
101 -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
102 -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
103 -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
104 -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
105 -e 's|/etc/sshrc|$(sysconfdir)/sshrc|g' \
106 -e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
107 -e 's|/var/empty|$(PRIVSEP_PATH)|g' \
108 -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
Damien Miller886c63a2000-01-20 23:13:36 +1100109
Tim Riced0d7a8b2003-01-08 17:22:59 -0800110FIXPATHSCMD = $(SED) $(PATHSUBS)
Damien Miller886c63a2000-01-20 23:13:36 +1100111
Darren Tuckere8831092003-05-10 16:48:23 +1000112all: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS)
Damien Miller18ccf851999-12-16 13:06:18 +1100113
Damien Miller16e519c2000-05-09 14:28:55 +1000114$(LIBSSH_OBJS): config.h
Ben Lindstrom3deda8b2000-12-22 20:27:43 +0000115$(SSHOBJS): config.h
116$(SSHDOBJS): config.h
Damien Miller16e519c2000-05-09 14:28:55 +1000117
Ben Lindstromf5410352000-12-29 21:37:22 +0000118.c.o:
Ben Lindstrom59f68792000-12-30 03:50:04 +0000119 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
Ben Lindstromf5410352000-12-29 21:37:22 +0000120
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000121LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
Tim Rice13aae5e2001-10-21 17:53:58 -0700122$(LIBCOMPAT): always
Damien Millerf41d6182001-11-12 10:34:22 +1100123 (cd openbsd-compat && $(MAKE))
Tim Rice13aae5e2001-10-21 17:53:58 -0700124always:
Damien Miller7f6ea021999-10-28 13:25:17 +1000125
Damien Miller16e519c2000-05-09 14:28:55 +1000126libssh.a: $(LIBSSH_OBJS)
127 $(AR) rv $@ $(LIBSSH_OBJS)
128 $(RANLIB) $@
Damien Miller7f6ea021999-10-28 13:25:17 +1000129
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000130ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +1000131 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000132
Ben Lindstrome03c85d2001-02-01 14:06:11 +0000133sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS)
Tim Rice4cec93f2002-02-26 08:40:48 -0800134 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBWRAP) $(LIBPAM) $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000135
Damien Miller62d57f62003-01-10 21:43:24 +1100136scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o progressmeter.o
137 $(LD) -o $@ scp.o progressmeter.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000138
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000139ssh-add$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-add.o
140 $(LD) -o $@ ssh-add.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000141
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000142ssh-agent$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-agent.o
143 $(LD) -o $@ ssh-agent.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller16e519c2000-05-09 14:28:55 +1000144
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000145ssh-keygen$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keygen.o
146 $(LD) -o $@ ssh-keygen.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +1000147
Ben Lindstrom1bad2562002-06-06 19:57:33 +0000148ssh-keysign$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keysign.o
Ben Lindstromee3a8e42002-07-04 03:07:15 +0000149 $(LD) -o $@ ssh-keysign.o readconf.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Ben Lindstrom1bad2562002-06-06 19:57:33 +0000150
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000151ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keyscan.o
Ben Lindstromff2866c2001-08-06 22:56:46 +0000152 $(LD) -o $@ ssh-keyscan.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS)
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000153
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000154sftp-server$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-common.o sftp-server.o
155 $(LD) -o $@ sftp-server.o sftp-common.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller33804262001-02-04 23:20:18 +1100156
Damien Miller62d57f62003-01-10 21:43:24 +1100157sftp$(EXEEXT): $(LIBCOMPAT) libssh.a sftp.o sftp-client.o sftp-int.o sftp-common.o sftp-glob.o progressmeter.o
158 $(LD) -o $@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-int.o sftp-glob.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7b28dc52000-09-05 13:34:53 +1100159
Kevin Steves94435082001-12-25 04:32:58 +0000160ssh-rand-helper${EXEEXT}: $(LIBCOMPAT) libssh.a ssh-rand-helper.o
161 $(LD) -o $@ ssh-rand-helper.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller62116dc2001-12-24 01:41:47 +1100162
andre2ff7b5d2000-06-03 14:57:40 +0000163# test driver for the loginrec code - not built by default
Kevin Stevesbe48f2b2001-04-06 01:58:37 +0000164logintest: logintest.o $(LIBCOMPAT) libssh.a loginrec.o
165 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh $(LIBS)
andre2ff7b5d2000-06-03 14:57:40 +0000166
Ben Lindstrom38862182001-04-27 00:31:07 +0000167$(MANPAGES): $(MANPAGES_IN)
Damien Miller897741e2001-04-16 10:41:46 +1000168 if test "$(MANTYPE)" = "cat"; then \
Ben Lindstrom38862182001-04-27 00:31:07 +0000169 manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
Damien Miller897741e2001-04-16 10:41:46 +1000170 else \
Ben Lindstrom38862182001-04-27 00:31:07 +0000171 manpage=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
Damien Miller897741e2001-04-16 10:41:46 +1000172 fi; \
173 if test "$(MANTYPE)" = "man"; then \
Ben Lindstrom38862182001-04-27 00:31:07 +0000174 $(FIXPATHSCMD) $${manpage} | $(PERL) $(srcdir)/mdoc2man.pl > $@; \
Damien Miller897741e2001-04-16 10:41:46 +1000175 else \
Ben Lindstrom38862182001-04-27 00:31:07 +0000176 $(FIXPATHSCMD) $${manpage} > $@; \
Damien Miller897741e2001-04-16 10:41:46 +1000177 fi
178
Ben Lindstrom38862182001-04-27 00:31:07 +0000179$(CONFIGFILES): $(CONFIGFILES_IN)
180 conffile=`echo $@ | sed 's/.out$$//'`; \
181 $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
Damien Miller645c5982000-01-03 14:42:09 +1100182
Darren Tuckere8831092003-05-10 16:48:23 +1000183ssh_prng_cmds.out: ssh_prng_cmds
184 if test ! -z "$(INSTALL_SSH_PRNG_CMDS)"; then \
185 $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
186 fi
187
Damien Miller34132e52000-01-14 15:45:46 +1100188clean:
andre2ff7b5d2000-06-03 14:57:40 +0000189 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
Damien Miller7c734052001-10-12 19:15:27 +1000190 rm -f *.out core
Damien Millerf41d6182001-11-12 10:34:22 +1100191 (cd openbsd-compat && $(MAKE) clean)
Damien Miller34132e52000-01-14 15:45:46 +1100192
Damien Miller8f6bc302001-07-14 13:07:43 +1000193distclean:
194 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
195 rm -f *.out core
Damien Miller615f9392000-05-17 22:53:33 +1000196 rm -f Makefile config.h config.status ssh_prng_cmds *~
Damien Miller7c734052001-10-12 19:15:27 +1000197 rm -rf autom4te.cache
Damien Millerf41d6182001-11-12 10:34:22 +1100198 (cd openbsd-compat && $(MAKE) distclean)
199 (cd scard && $(MAKE) distclean)
Damien Miller8f6bc302001-07-14 13:07:43 +1000200
Damien Millera47f5262003-05-15 13:23:07 +1000201veryclean: distclean
Damien Miller8f6bc302001-07-14 13:07:43 +1000202 rm -f configure config.h.in *.0
Damien Miller34132e52000-01-14 15:45:46 +1100203
Damien Millera47f5262003-05-15 13:23:07 +1000204mrproper: veryclean
205
206realclean: veryclean
Damien Miller34132e52000-01-14 15:45:46 +1100207
Ben Lindstrome2e66a22001-04-18 15:46:01 +0000208catman-do:
Ben Lindstrom38862182001-04-27 00:31:07 +0000209 @for f in $(MANPAGES_IN) ; do \
Ben Lindstrome2e66a22001-04-18 15:46:01 +0000210 base=`echo $$f | sed 's/\..*$$//'` ; \
211 echo "$$f -> $$base.0" ; \
212 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
213 >$$base.0 ; \
214 done
Damien Miller34132e52000-01-14 15:45:46 +1100215
Ben Lindstrome2e66a22001-04-18 15:46:01 +0000216distprep: catman-do
Damien Millerf58c6722002-05-13 13:15:42 +1000217 $(AUTORECONF)
Damien Millerf41d6182001-11-12 10:34:22 +1100218 (cd scard && $(MAKE) -f Makefile.in distprep)
Damien Miller262ff172000-06-28 08:24:49 +1000219
Darren Tuckere8831092003-05-10 16:48:23 +1000220install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
221install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
Damien Miller099f5052000-06-22 20:57:11 +1000222
Tim Rice95210192002-07-14 10:02:20 -0700223check-config:
224 -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Millerd3f6ad22002-06-25 10:24:47 +1000225
Damien Millerd97c2ce2001-09-18 15:06:21 +1000226scard-install:
Damien Millerf41d6182001-11-12 10:34:22 +1100227 (cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
Damien Millerd97c2ce2001-09-18 15:06:21 +1000228
229install-files: scard-install
Damien Miller78315eb2000-09-29 23:01:36 +1100230 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
231 $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
232 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
Damien Millerd97c2ce2001-09-18 15:06:21 +1000233 $(srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
Ben Lindstrombc709922001-04-18 18:04:21 +0000234 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
Ben Lindstrom90ac0b52002-06-21 01:38:53 +0000235 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5
Ben Lindstrombc709922001-04-18 18:04:21 +0000236 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
Damien Miller78315eb2000-09-29 23:01:36 +1100237 $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
Tim Ricecc252062002-07-07 13:30:45 -0700238 (umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
Damien Miller7d901272003-01-13 16:55:22 +1100239 $(INSTALL) -m 0755 $(STRIP_OPT) ssh $(DESTDIR)$(bindir)/ssh
240 $(INSTALL) -m 0755 $(STRIP_OPT) scp $(DESTDIR)$(bindir)/scp
241 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-add $(DESTDIR)$(bindir)/ssh-add
242 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-agent $(DESTDIR)$(bindir)/ssh-agent
243 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
244 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
245 $(INSTALL) -m 0755 $(STRIP_OPT) sshd $(DESTDIR)$(sbindir)/sshd
Damien Miller6c21c512002-01-22 21:57:53 +1100246 if test ! -z "$(INSTALL_SSH_RAND_HELPER)" ; then \
Damien Miller7d901272003-01-13 16:55:22 +1100247 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-rand-helper $(DESTDIR)$(libexecdir)/ssh-rand-helper ; \
Damien Miller6c21c512002-01-22 21:57:53 +1100248 fi
Damien Miller7d901272003-01-13 16:55:22 +1100249 $(INSTALL) -m 4711 $(STRIP_OPT) ssh-keysign $(DESTDIR)$(SSH_KEYSIGN)
Ben Lindstrom5bd6eb72003-03-21 00:34:34 +0000250 $(INSTALL) -m 0755 $(STRIP_OPT) sftp $(DESTDIR)$(bindir)/sftp
251 $(INSTALL) -m 0755 $(STRIP_OPT) sftp-server $(DESTDIR)$(SFTP_SERVER)
Ben Lindstrombc709922001-04-18 18:04:21 +0000252 $(INSTALL) -m 644 ssh.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
253 $(INSTALL) -m 644 scp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
254 $(INSTALL) -m 644 ssh-add.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
255 $(INSTALL) -m 644 ssh-agent.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
256 $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
257 $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Ben Lindstrom90ac0b52002-06-21 01:38:53 +0000258 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5
259 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5
Ben Lindstrombc709922001-04-18 18:04:21 +0000260 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Tim Rice2b3897c2002-06-25 16:45:42 -0700261 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
Damien Miller8be24f32002-04-15 13:23:59 +1000262 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
Damien Miller32e48182002-04-14 19:27:12 +1000263 fi
Ben Lindstrom5bd6eb72003-03-21 00:34:34 +0000264 $(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
265 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Ben Lindstromdb41d232002-06-07 03:11:38 +0000266 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100267 -rm -f $(DESTDIR)$(bindir)/slogin
Tim Rice2d0bf3d2002-07-08 19:10:05 -0700268 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
Damien Miller7d7c60d2000-01-26 14:37:48 +1100269 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Tim Rice2d0bf3d2002-07-08 19:10:05 -0700270 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Damien Miller0986b552000-11-11 08:36:38 +1100271 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100272 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
Damien Miller0986b552000-11-11 08:36:38 +1100273 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700274 @if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100275 $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100276 else \
277 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100278 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700279 @if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100280 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100281 else \
282 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
Damien Miller296a5461999-11-13 10:48:51 +1100283 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700284 @if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
Damien Millere4041c92000-10-14 17:45:58 +1100285 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
286 $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100287 else \
288 echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
Damien Millere4041c92000-10-14 17:45:58 +1100289 fi ; \
Damien Miller0437b332000-05-02 09:56:41 +1000290 fi
Tim Rice1363b3c2002-07-12 09:04:06 -0700291 @if [ ! -f $(DESTDIR)$(sysconfdir)/moduli ]; then \
Damien Millerb5b0af42001-06-27 21:52:32 +1000292 if [ -f $(DESTDIR)$(sysconfdir)/primes ]; then \
293 echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
294 mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
Damien Milleracf59e62001-06-28 20:23:14 +1000295 else \
Damien Millerb5b0af42001-06-27 21:52:32 +1000296 $(INSTALL) -m 644 moduli.out $(DESTDIR)$(sysconfdir)/moduli; \
297 fi ; \
Damien Miller29abb1b2000-11-11 08:51:40 +1100298 else \
Damien Millerb5b0af42001-06-27 21:52:32 +1000299 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
Damien Miller0986b552000-11-11 08:36:38 +1100300 fi
Damien Miller296a5461999-11-13 10:48:51 +1100301
Damien Millerbac2d8a2000-09-05 16:13:06 +1100302host-key: ssh-keygen$(EXEEXT)
Tim Rice1363b3c2002-07-12 09:04:06 -0700303 @if [ -z "$(DESTDIR)" ] ; then \
Damien Miller54ba4692000-07-11 18:39:20 +1000304 if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
305 echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
306 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000307 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000308 fi ; \
309 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key ] ; then \
310 echo "$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
311 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000312 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
Damien Miller0bc1bd82000-11-13 22:57:25 +1100313 fi ; \
314 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key ] ; then \
315 echo "$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
316 else \
Ben Lindstrom65571522000-11-16 02:46:20 +0000317 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000318 fi ; \
Damien Miller099f5052000-06-22 20:57:11 +1000319 fi ;
320
Damien Millerbac2d8a2000-09-05 16:13:06 +1100321host-key-force: ssh-keygen$(EXEEXT)
Ben Lindstrom65571522000-11-16 02:46:20 +0000322 ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""
323 ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N ""
324 ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N ""
Damien Miller4095f892000-03-03 22:13:52 +1100325
Damien Millerbf1c9b21999-12-09 10:16:54 +1100326uninstallall: uninstall
Damien Miller7d7c60d2000-01-26 14:37:48 +1100327 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config
328 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Miller0437b332000-05-02 09:56:41 +1000329 -rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
Damien Miller7d7c60d2000-01-26 14:37:48 +1100330 -rmdir $(DESTDIR)$(sysconfdir)
331 -rmdir $(DESTDIR)$(bindir)
332 -rmdir $(DESTDIR)$(sbindir)
333 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
334 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
335 -rmdir $(DESTDIR)$(mandir)
336 -rmdir $(DESTDIR)$(libexecdir)
Damien Millerbf1c9b21999-12-09 10:16:54 +1100337
338uninstall:
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000339 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100340 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
341 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
342 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
343 -rm -f $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
344 -rm -f $(DESTDIR)$(bindir)/ssh-keygen$(EXEEXT)
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000345 -rm -f $(DESTDIR)$(bindir)/ssh-keyscan$(EXEEXT)
Damien Miller33804262001-02-04 23:20:18 +1100346 -rm -f $(DESTDIR)$(bindir)/sftp$(EXEEXT)
Damien Millerbac2d8a2000-09-05 16:13:06 +1100347 -rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
Damien Millerd7686fd2001-02-10 00:40:03 +1100348 -rm -r $(DESTDIR)$(SFTP_SERVER)$(EXEEXT)
Ben Lindstromdb41d232002-06-07 03:11:38 +0000349 -rm -f $(DESTDIR)$(SSH_KEYSIGN)$(EXEEXT)
350 -rm -f $(DESTDIR)$(RAND_HELPER)$(EXEEXT)
Damien Miller7d7c60d2000-01-26 14:37:48 +1100351 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
352 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
353 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
354 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
355 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
Damien Miller33804262001-02-04 23:20:18 +1100356 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
Ben Lindstromb6434ae2000-12-05 01:15:09 +0000357 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
Damien Miller7d7c60d2000-01-26 14:37:48 +1100358 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Damien Miller32e48182002-04-14 19:27:12 +1000359 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
Ben Lindstrom3ad650a2001-01-03 06:02:51 +0000360 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Ben Lindstromdb41d232002-06-07 03:11:38 +0000361 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100362 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1