blob: 03c7459143e8ea7e04f1e82bad9bfb1111f35d92 [file] [log] [blame]
Damien Miller7f6ea021999-10-28 13:25:17 +10001prefix=@prefix@
2exec_prefix=@exec_prefix@
3bindir=@bindir@
4sbindir=@sbindir@
Damien Millere2324551999-11-19 17:18:57 +11005libexecdir=@libexecdir@
Damien Miller94388161999-10-29 09:57:31 +10006mandir=@mandir@
Damien Miller670a4b82000-01-22 13:53:11 +11007mansubdir=@mansubdir@
Damien Miller296a5461999-11-13 10:48:51 +11008sysconfdir=@sysconfdir@
Damien Millerb13c73e2000-01-17 22:02:17 +11009piddir=@piddir@
10srcdir=@srcdir@
11top_srcdir=@top_srcdir@
Damien Miller7f6ea021999-10-28 13:25:17 +100012
Damien Miller7d7c60d2000-01-26 14:37:48 +110013DESTDIR=
14
Damien Millerc0d73901999-12-27 09:23:58 +110015VPATH=@srcdir@
16
Damien Millerc7b38ce1999-11-09 10:28:04 +110017SSH_PROGRAM=@bindir@/ssh
Damien Miller606f8802000-09-16 15:39:56 +110018ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
Damien Millerc7b38ce1999-11-09 10:28:04 +110019
Damien Miller7f6ea021999-10-28 13:25:17 +100020CC=@CC@
Damien Miller166bd442000-03-16 10:48:25 +110021LD=@LD@
Damien Miller3bc14dd1999-12-07 14:54:53 +110022PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
Damien Miller78315eb2000-09-29 23:01:36 +110023CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
Damien Millerd3dcfaf1999-11-09 13:52:33 +110024LIBS=@LIBS@
Damien Miller7f6ea021999-10-28 13:25:17 +100025AR=@AR@
26RANLIB=@RANLIB@
Damien Millerd8087f61999-11-25 12:31:26 +110027INSTALL=@INSTALL@
Damien Millere79334a1999-12-29 10:03:37 +110028PERL=@PERL@
Damien Miller8d1fd572000-05-17 21:34:07 +100029ENT=@ENT@
Damien Miller18ccf851999-12-16 13:06:18 +110030LDFLAGS=-L. @LDFLAGS@
Damien Millerbac2d8a2000-09-05 16:13:06 +110031EXEEXT=@EXEEXT@
Damien Miller78315eb2000-09-29 23:01:36 +110032SSH_MODE= @SSHMODE@
Damien Miller7f6ea021999-10-28 13:25:17 +100033
Damien Miller0437b332000-05-02 09:56:41 +100034INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
35
Damien Millerbac2d8a2000-09-05 16:13:06 +110036TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) $(EXTRA_TARGETS)
Damien Miller7f6ea021999-10-28 13:25:17 +100037
Damien Miller874d77b2000-10-14 16:23:11 +110038LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o cli.o compat.o compress.o crc32.o cygwin_util.o deattack.o dispatch.o dsa.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o util.o uuencode.o xmalloc.o
Damien Miller16e519c2000-05-09 14:28:55 +100039
Kevin Steves8848b242000-10-18 13:11:44 +000040LIBOPENBSD_COMPAT_OBJS=bsd-arc4random.o bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-getcwd.o bsd-inet_aton.o bsd-inet_ntoa.o bsd-misc.o bsd-mktemp.o bsd-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o bsd-strtok.o bsd-vis.o bsd-setproctitle.o fake-getaddrinfo.o fake-getnameinfo.o next-posix.o
Damien Miller18ccf851999-12-16 13:06:18 +110041
Damien Millereba71ba2000-04-29 23:57:08 +100042SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o clientloop.o
Damien Millere72b7af1999-12-30 15:08:44 +110043
Damien Miller874d77b2000-10-14 16:23:11 +110044SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o dh.o pty.o log-server.o login.o loginrec.o servconf.o serverloop.o md5crypt.o session.o
Damien Millere72b7af1999-12-30 15:08:44 +110045
Damien Miller7b28dc52000-09-05 13:34:53 +110046TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8 sftp-server.8
47CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh.0 sshd.0 sftp-server.0
Damien Miller670a4b82000-01-22 13:53:11 +110048MANPAGES = @MANTYPE@
Damien Miller645c5982000-01-03 14:42:09 +110049
50CONFIGFILES=sshd_config ssh_config
51
Damien Millerf13f75d2000-09-21 21:51:07 +110052PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -D/usr/libexec=$(libexecdir) -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key -D/var/run/sshd.pid=$(piddir)/sshd.pid
Damien Miller886c63a2000-01-20 23:13:36 +110053
54FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
55
Damien Miller74a333b2000-04-04 15:04:09 +100056all: $(TARGETS) $(CONFIGFILES)
57
58manpages: $(MANPAGES)
Damien Miller18ccf851999-12-16 13:06:18 +110059
Damien Miller16e519c2000-05-09 14:28:55 +100060$(LIBSSH_OBJS): config.h
Damien Miller32b3cf21999-12-26 10:21:48 +110061
Damien Miller16e519c2000-05-09 14:28:55 +100062$(LIBOPENBSD_COMPAT_OBJS): config.h
63
64libopenbsd-compat.a: $(LIBOPENBSD_COMPAT_OBJS)
65 $(AR) rv $@ $(LIBOPENBSD_COMPAT_OBJS)
Damien Miller7f6ea021999-10-28 13:25:17 +100066 $(RANLIB) $@
67
Damien Miller16e519c2000-05-09 14:28:55 +100068libssh.a: $(LIBSSH_OBJS)
69 $(AR) rv $@ $(LIBSSH_OBJS)
70 $(RANLIB) $@
Damien Miller7f6ea021999-10-28 13:25:17 +100071
Damien Millerbac2d8a2000-09-05 16:13:06 +110072ssh$(EXEEXT): libopenbsd-compat.a libssh.a $(SSHOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +100073 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100074
Damien Millerbac2d8a2000-09-05 16:13:06 +110075sshd$(EXEEXT): libssh.a libopenbsd-compat.a $(SSHDOBJS)
Damien Miller16e519c2000-05-09 14:28:55 +100076 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100077
Damien Millerbac2d8a2000-09-05 16:13:06 +110078scp$(EXEEXT): libopenbsd-compat.a libssh.a scp.o
Damien Miller16e519c2000-05-09 14:28:55 +100079 $(LD) -o $@ scp.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100080
Damien Millerbac2d8a2000-09-05 16:13:06 +110081ssh-add$(EXEEXT): libopenbsd-compat.a libssh.a ssh-add.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +100082 $(LD) -o $@ ssh-add.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100083
Damien Millerbac2d8a2000-09-05 16:13:06 +110084ssh-agent$(EXEEXT): libopenbsd-compat.a libssh.a ssh-agent.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +100085 $(LD) -o $@ ssh-agent.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
86
Damien Millerbac2d8a2000-09-05 16:13:06 +110087ssh-keygen$(EXEEXT): libopenbsd-compat.a libssh.a ssh-keygen.o log-client.o
Damien Miller16e519c2000-05-09 14:28:55 +100088 $(LD) -o $@ ssh-keygen.o log-client.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
Damien Miller7f6ea021999-10-28 13:25:17 +100089
Damien Millerbac2d8a2000-09-05 16:13:06 +110090sftp-server$(EXEEXT): libopenbsd-compat.a libssh.a sftp-server.o log-server.o
Damien Miller7b28dc52000-09-05 13:34:53 +110091 $(LD) -o $@ sftp-server.o log-server.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
92
andre2ff7b5d2000-06-03 14:57:40 +000093# test driver for the loginrec code - not built by default
94logintest: logintest.o libopenbsd-compat.a libssh.a log-client.o loginrec.o
95 $(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh log-client.o $(LIBS)
96
Damien Miller886c63a2000-01-20 23:13:36 +110097$(MANPAGES) $(CONFIGFILES)::
98 $(FIXPATHSCMD) $(srcdir)/$@
Damien Miller645c5982000-01-03 14:42:09 +110099
Damien Miller34132e52000-01-14 15:45:46 +1100100clean:
andre2ff7b5d2000-06-03 14:57:40 +0000101 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
Damien Miller615f9392000-05-17 22:53:33 +1000102 rm -f *.out core
Damien Miller34132e52000-01-14 15:45:46 +1100103
104distclean: clean
Damien Miller615f9392000-05-17 22:53:33 +1000105 rm -f Makefile config.h config.status ssh_prng_cmds *~
Damien Miller34132e52000-01-14 15:45:46 +1100106
107mrproper: distclean
108
109veryclean: distclean
Damien Miller670a4b82000-01-22 13:53:11 +1100110 rm -f configure config.h.in *.0
111
112catman-do:
113 @for f in $(TROFFMAN) ; do \
114 echo "$$f -> $${f%%.[18]}.0" ; \
115 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
116 >$${f%%.[18]}.0 ; \
117 done
Damien Miller34132e52000-01-14 15:45:46 +1100118
Damien Miller262ff172000-06-28 08:24:49 +1000119distprep: catman-do
120 autoreconf
121
Damien Miller099f5052000-06-22 20:57:11 +1000122install: manpages $(TARGETS) install-files host-key
123
124install-files:
Damien Miller78315eb2000-09-29 23:01:36 +1100125 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
126 $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
127 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
128 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
129 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
130 $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
131 $(INSTALL) -m $(SSH_MODE) -s ssh $(DESTDIR)$(bindir)/ssh
Damien Miller729e1f12000-08-07 15:39:13 +1000132 $(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp
133 $(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add
134 $(INSTALL) -m 0755 -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent
135 $(INSTALL) -m 0755 -s ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
136 $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd
Damien Miller606f8802000-09-16 15:39:56 +1100137 $(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(libexecdir)/sftp-server
Damien Miller7d7c60d2000-01-26 14:37:48 +1100138 $(INSTALL) -m 644 ssh.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
139 $(INSTALL) -m 644 scp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
140 $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
141 $(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
142 $(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
143 $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
Damien Miller7b28dc52000-09-05 13:34:53 +1100144 $(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
Damien Miller7d7c60d2000-01-26 14:37:48 +1100145 -rm -f $(DESTDIR)$(bindir)/slogin
Damien Millerbac2d8a2000-09-05 16:13:06 +1100146 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
Damien Miller7d7c60d2000-01-26 14:37:48 +1100147 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
148 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
Damien Miller78315eb2000-09-29 23:01:36 +1100149 @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin
Damien Miller7d7c60d2000-01-26 14:37:48 +1100150 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config -a ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100151 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
Damien Miller7d7c60d2000-01-26 14:37:48 +1100152 $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
153 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
Damien Miller296a5461999-11-13 10:48:51 +1100154 fi
Damien Miller0437b332000-05-02 09:56:41 +1000155 if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
Damien Miller78315eb2000-09-29 23:01:36 +1100156 $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
Damien Millere4041c92000-10-14 17:45:58 +1100157 if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
158 $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
159 fi ; \
Damien Miller0437b332000-05-02 09:56:41 +1000160 fi
Damien Miller296a5461999-11-13 10:48:51 +1100161
Damien Millerbac2d8a2000-09-05 16:13:06 +1100162host-key: ssh-keygen$(EXEEXT)
Damien Miller54ba4692000-07-11 18:39:20 +1000163 if [ -z "$(DESTDIR)" ] ; then \
164 if [ -f "$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
165 echo "$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
166 else \
Damien Miller78315eb2000-09-29 23:01:36 +1100167 $(srcdir)/ssh-keygen -b 1024 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000168 fi ; \
169 if [ -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key ] ; then \
170 echo "$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
171 else \
Damien Miller78315eb2000-09-29 23:01:36 +1100172 $(srcdir)/ssh-keygen -d -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ; \
Damien Miller54ba4692000-07-11 18:39:20 +1000173 fi ; \
Damien Miller099f5052000-06-22 20:57:11 +1000174 fi ;
175
Damien Millerbac2d8a2000-09-05 16:13:06 +1100176host-key-force: ssh-keygen$(EXEEXT)
Damien Miller78315eb2000-09-29 23:01:36 +1100177 $(srcdir)/ssh-keygen -b 1024 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""
178 $(srcdir)/ssh-keygen -d -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N ""
Damien Miller4095f892000-03-03 22:13:52 +1100179
Damien Millerbf1c9b21999-12-09 10:16:54 +1100180uninstallall: uninstall
Damien Miller7d7c60d2000-01-26 14:37:48 +1100181 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config
182 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config
Damien Miller0437b332000-05-02 09:56:41 +1000183 -rm -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds
Damien Miller7d7c60d2000-01-26 14:37:48 +1100184 -rmdir $(DESTDIR)$(sysconfdir)
185 -rmdir $(DESTDIR)$(bindir)
186 -rmdir $(DESTDIR)$(sbindir)
187 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
188 -rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
189 -rmdir $(DESTDIR)$(mandir)
190 -rmdir $(DESTDIR)$(libexecdir)
Damien Millerbf1c9b21999-12-09 10:16:54 +1100191
192uninstall:
Damien Millerbac2d8a2000-09-05 16:13:06 +1100193 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
194 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
195 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
196 -rm -f $(DESTDIR)$(bindir)/ssh-agent$(EXEEXT)
197 -rm -f $(DESTDIR)$(bindir)/ssh-keygen$(EXEEXT)
198 -rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
Damien Miller7d7c60d2000-01-26 14:37:48 +1100199 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
200 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
201 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
202 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
203 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
204 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
205 -rm -f $(DESTDIR)$(bindir)/slogin
206 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
207 -rm -f $(DESTDIR)${ASKPASS_PROGRAM}
208 -rmdir $(DESTDIR)$(libexecdir)/ssh ;