1999-10-28 05:25:17 +02:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
|
|
|
sbindir=@sbindir@
|
1999-11-19 07:18:57 +01:00
|
|
|
libexecdir=@libexecdir@
|
1999-10-29 01:57:31 +02:00
|
|
|
mandir=@mandir@
|
2000-01-22 03:53:11 +01:00
|
|
|
mansubdir=@mansubdir@
|
1999-11-13 00:48:51 +01:00
|
|
|
sysconfdir=@sysconfdir@
|
2000-01-17 12:02:17 +01:00
|
|
|
piddir=@piddir@
|
|
|
|
srcdir=@srcdir@
|
|
|
|
top_srcdir=@top_srcdir@
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-26 04:37:48 +01:00
|
|
|
DESTDIR=
|
|
|
|
|
1999-12-26 23:23:58 +01:00
|
|
|
VPATH=@srcdir@
|
|
|
|
|
1999-11-09 00:28:04 +01:00
|
|
|
SSH_PROGRAM=@bindir@/ssh
|
1999-12-26 02:26:21 +01:00
|
|
|
ASKPASS_LOCATION=@libexecdir@/ssh
|
|
|
|
ASKPASS_PROGRAM=$(ASKPASS_LOCATION)/ssh-askpass
|
1999-11-09 00:28:04 +01:00
|
|
|
|
1999-10-28 05:25:17 +02:00
|
|
|
CC=@CC@
|
2000-03-16 00:48:25 +01:00
|
|
|
LD=@LD@
|
1999-12-07 04:54:53 +01:00
|
|
|
PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
|
1999-11-09 00:28:04 +01:00
|
|
|
CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
|
1999-11-09 03:52:33 +01:00
|
|
|
LIBS=@LIBS@
|
1999-10-28 05:25:17 +02:00
|
|
|
AR=@AR@
|
|
|
|
RANLIB=@RANLIB@
|
1999-11-25 02:31:26 +01:00
|
|
|
INSTALL=@INSTALL@
|
1999-12-29 00:03:37 +01:00
|
|
|
PERL=@PERL@
|
1999-12-16 03:06:18 +01:00
|
|
|
LDFLAGS=-L. @LDFLAGS@
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
TARGETS=ssh sshd ssh-add ssh-keygen ssh-agent scp $(EXTRA_TARGETS)
|
|
|
|
|
2000-04-29 15:57:08 +02:00
|
|
|
LIBOBJS= atomicio.o authfd.o authfile.o bsd-bindresvport.o bsd-daemon.o bsd-misc.o bsd-mktemp.o bsd-rresvport.o bsd-setenv.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bufaux.o buffer.o canohost.o channels.o cipher.o compat.o compress.o crc32.o deattack.o dispatch.o dsa.o fake-getaddrinfo.o fake-getnameinfo.o fingerprint.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o entropy.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o uuencode.o xmalloc.o
|
1999-12-16 03:06:18 +01:00
|
|
|
|
2000-04-29 15:57:08 +02:00
|
|
|
SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o clientloop.o
|
1999-12-30 05:08:44 +01:00
|
|
|
|
2000-04-29 15:57:08 +02:00
|
|
|
SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-rhosts.o auth-krb4.o auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o servconf.o serverloop.o bsd-login.o md5crypt.o session.o
|
1999-12-30 05:08:44 +01:00
|
|
|
|
2000-01-22 03:53:11 +01:00
|
|
|
TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8
|
|
|
|
CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh.0 sshd.0
|
|
|
|
MANPAGES = @MANTYPE@
|
2000-01-03 04:42:09 +01:00
|
|
|
|
|
|
|
CONFIGFILES=sshd_config ssh_config
|
|
|
|
|
2000-01-26 02:17:50 +01:00
|
|
|
PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key -D/var/run/sshd.pid=$(piddir)/sshd.pid
|
2000-01-20 13:13:36 +01:00
|
|
|
|
|
|
|
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
|
|
|
|
|
2000-04-04 07:04:09 +02:00
|
|
|
all: $(TARGETS) $(CONFIGFILES)
|
|
|
|
|
|
|
|
manpages: $(MANPAGES)
|
1999-12-16 03:06:18 +01:00
|
|
|
|
1999-12-26 00:21:48 +01:00
|
|
|
$(LIBOBJS): config.h
|
|
|
|
|
1999-12-16 03:06:18 +01:00
|
|
|
libssh.a: $(LIBOBJS)
|
|
|
|
$(AR) rv $@ $(LIBOBJS)
|
1999-10-28 05:25:17 +02:00
|
|
|
$(RANLIB) $@
|
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
ssh: libssh.a $(SSHOBJS)
|
2000-03-16 00:48:25 +01:00
|
|
|
$(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
sshd: libssh.a $(SSHDOBJS)
|
2000-03-16 00:48:25 +01:00
|
|
|
$(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
scp: libssh.a scp.o
|
2000-03-16 00:48:25 +01:00
|
|
|
$(LD) -o $@ scp.o $(LDFLAGS) -lssh $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
ssh-add: libssh.a ssh-add.o log-client.o
|
2000-03-16 00:48:25 +01:00
|
|
|
$(LD) -o $@ ssh-add.o log-client.o $(LDFLAGS) -lssh $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
ssh-agent: libssh.a ssh-agent.o log-client.o
|
2000-03-16 00:48:25 +01:00
|
|
|
$(LD) -o $@ ssh-agent.o log-client.o $(LDFLAGS) -lssh $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
ssh-keygen: libssh.a ssh-keygen.o log-client.o
|
2000-03-16 00:48:25 +01:00
|
|
|
$(LD) -o $@ ssh-keygen.o log-client.o $(LDFLAGS) -lssh $(LIBS)
|
1999-10-28 05:25:17 +02:00
|
|
|
|
2000-01-20 13:13:36 +01:00
|
|
|
$(MANPAGES) $(CONFIGFILES)::
|
|
|
|
$(FIXPATHSCMD) $(srcdir)/$@
|
1999-11-08 05:30:59 +01:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
clean:
|
|
|
|
rm -f *.o *.a $(TARGETS) config.status config.cache config.log
|
2000-01-20 13:13:36 +01:00
|
|
|
rm -f *.out core
|
2000-01-14 05:45:46 +01:00
|
|
|
|
|
|
|
distclean: clean
|
|
|
|
rm -f Makefile config.h core *~
|
|
|
|
|
|
|
|
mrproper: distclean
|
|
|
|
|
|
|
|
veryclean: distclean
|
2000-01-22 03:53:11 +01:00
|
|
|
rm -f configure config.h.in *.0
|
|
|
|
|
|
|
|
catman-do:
|
|
|
|
@for f in $(TROFFMAN) ; do \
|
|
|
|
echo "$$f -> $${f%%.[18]}.0" ; \
|
|
|
|
nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
|
|
|
|
>$${f%%.[18]}.0 ; \
|
|
|
|
done
|
2000-01-14 05:45:46 +01:00
|
|
|
|
2000-04-04 07:04:09 +02:00
|
|
|
install: manpages $(TARGETS)
|
2000-01-26 04:37:48 +01:00
|
|
|
$(INSTALL) -d $(DESTDIR)$(bindir)
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(sbindir)
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)1
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)8
|
2000-01-27 04:15:48 +01:00
|
|
|
$(INSTALL) -m 4755 -s ssh $(DESTDIR)$(bindir)/ssh
|
2000-01-26 04:37:48 +01:00
|
|
|
$(INSTALL) -s scp $(DESTDIR)$(bindir)/scp
|
|
|
|
$(INSTALL) -s ssh-add $(DESTDIR)$(bindir)/ssh-add
|
|
|
|
$(INSTALL) -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent
|
|
|
|
$(INSTALL) -s ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
|
|
|
|
$(INSTALL) -s sshd $(DESTDIR)$(sbindir)/sshd
|
|
|
|
$(INSTALL) -m 644 ssh.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1
|
|
|
|
$(INSTALL) -m 644 scp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1
|
|
|
|
$(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
|
|
|
|
$(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
|
|
|
|
$(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
|
|
|
|
$(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
|
|
|
ln -s ssh $(DESTDIR)$(bindir)/slogin
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
|
|
|
ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
1999-11-12 05:46:08 +01:00
|
|
|
|
2000-01-26 04:37:48 +01:00
|
|
|
if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config -a ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(sysconfdir); \
|
|
|
|
$(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
|
|
|
|
$(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
|
1999-11-13 00:48:51 +01:00
|
|
|
fi
|
|
|
|
|
2000-03-03 12:13:52 +01:00
|
|
|
host-key: ssh-keygen
|
|
|
|
./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ''
|
|
|
|
|
1999-12-09 00:16:54 +01:00
|
|
|
uninstallall: uninstall
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/ssh_config
|
|
|
|
-rm -f $(DESTDIR)$(sysconfdir)/sshd_config
|
|
|
|
-rmdir $(DESTDIR)$(sysconfdir)
|
|
|
|
-rmdir $(DESTDIR)$(bindir)
|
|
|
|
-rmdir $(DESTDIR)$(sbindir)
|
|
|
|
-rmdir $(DESTDIR)$(mandir)/$(mansubdir)1
|
|
|
|
-rmdir $(DESTDIR)$(mandir)/$(mansubdir)8
|
|
|
|
-rmdir $(DESTDIR)$(mandir)
|
|
|
|
-rmdir $(DESTDIR)$(libexecdir)
|
1999-12-09 00:16:54 +01:00
|
|
|
|
|
|
|
uninstall:
|
2000-01-26 04:37:48 +01:00
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/scp
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-add
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-agent
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/ssh-keygen
|
|
|
|
-rm -f $(DESTDIR)$(sbindir)/sshd
|
|
|
|
-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
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
|
|
|
-rm -f $(DESTDIR)$(bindir)/slogin
|
|
|
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
|
|
|
-rm -f $(DESTDIR)${ASKPASS_PROGRAM}
|
|
|
|
-rmdir $(DESTDIR)$(libexecdir)/ssh ;
|