summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in24
1 files changed, 15 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index ea738aac1..1e79ab913 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.274 2006/01/01 08:47:05 djm Exp $ 1# $Id: Makefile.in,v 1.283 2006/10/23 21:44:47 tim Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -11,6 +11,7 @@ bindir=@bindir@
11sbindir=@sbindir@ 11sbindir=@sbindir@
12libexecdir=@libexecdir@ 12libexecdir=@libexecdir@
13datadir=@datadir@ 13datadir=@datadir@
14datarootdir=@datarootdir@
14mandir=@mandir@ 15mandir=@mandir@
15mansubdir=@mansubdir@ 16mansubdir=@mansubdir@
16sysconfdir=@sysconfdir@ 17sysconfdir=@sysconfdir@
@@ -44,6 +45,7 @@ CFLAGS=@CFLAGS@
44CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@ 45CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
45LIBS=@LIBS@ 46LIBS=@LIBS@
46LIBSELINUX=@LIBSELINUX@ 47LIBSELINUX=@LIBSELINUX@
48SSHDLIBS=@SSHDLIBS@
47LIBEDIT=@LIBEDIT@ 49LIBEDIT=@LIBEDIT@
48LIBPAM=@LIBPAM@ 50LIBPAM=@LIBPAM@
49LIBWRAP=@LIBWRAP@ 51LIBWRAP=@LIBWRAP@
@@ -63,11 +65,11 @@ INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
63 65
64TARGETS=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) 66TARGETS=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)
65 67
66LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o buffer.o \ 68LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o bufbn.o buffer.o \
67 canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \ 69 canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \
68 cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \ 70 cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \
69 compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \ 71 compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \
70 log.o match.o moduli.o nchan.o packet.o \ 72 log.o match.o md-sha256.o moduli.o nchan.o packet.o \
71 readpass.o rsa.o ttymodes.o xmalloc.o \ 73 readpass.o rsa.o ttymodes.o xmalloc.o \
72 atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \ 74 atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \
73 monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \ 75 monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \
@@ -78,7 +80,7 @@ SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
78 sshconnect.o sshconnect1.o sshconnect2.o 80 sshconnect.o sshconnect1.o sshconnect2.o
79 81
80SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ 82SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
81 sshpty.o sshlogin.o servconf.o serverloop.o selinux.o \ 83 sshpty.o sshlogin.o servconf.o serverloop.o \
82 auth.o auth1.o auth2.o auth-options.o session.o \ 84 auth.o auth1.o auth2.o auth-options.o session.o \
83 auth-chall.o auth2-chall.o groupaccess.o \ 85 auth-chall.o auth2-chall.o groupaccess.o \
84 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \ 86 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
@@ -87,7 +89,7 @@ SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
87 auth-krb5.o \ 89 auth-krb5.o \
88 auth2-gss.o gss-serv.o gss-serv-krb5.o kexgsss.o\ 90 auth2-gss.o gss-serv.o gss-serv-krb5.o kexgsss.o\
89 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \ 91 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
90 audit.o audit-bsm.o 92 audit.o audit-bsm.o platform.o
91 93
92MANPAGES = 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 94MANPAGES = 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
93MANPAGES_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 95MANPAGES_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
@@ -108,7 +110,7 @@ PATHSUBS = \
108 -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ 110 -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
109 -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ 111 -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
110 -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \ 112 -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
111 -e 's|/etc/sshrc|$(sysconfdir)/sshrc|g' \ 113 -e 's|/etc/ssh/sshrc|$(sysconfdir)/sshrc|g' \
112 -e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \ 114 -e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
113 -e 's|/var/empty|$(PRIVSEP_PATH)|g' \ 115 -e 's|/var/empty|$(PRIVSEP_PATH)|g' \
114 -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g' 116 -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
@@ -137,7 +139,7 @@ ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS)
137 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) 139 $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
138 140
139sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS) 141sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS)
140 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBWRAP) $(LIBPAM) $(LIBSELINUX) $(LIBS) 142 $(LD) -o $@ $(SSHDOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBWRAP) $(LIBPAM) $(LIBSELINUX) $(SSHDLIBS) $(LIBS)
141 143
142scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o progressmeter.o 144scp$(EXEEXT): $(LIBCOMPAT) libssh.a scp.o progressmeter.o
143 $(LD) -o $@ scp.o progressmeter.o bufaux.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) 145 $(LD) -o $@ scp.o progressmeter.o bufaux.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS)
@@ -202,8 +204,9 @@ clean: regressclean
202 204
203distclean: regressclean 205distclean: regressclean
204 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 206 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
205 rm -f *.out core opensshd.init 207 rm -f *.out core opensshd.init openssh.xml
206 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~ 208 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
209 rm -f survey.sh openbsd-compat/regress/Makefile *~
207 rm -rf autom4te.cache 210 rm -rf autom4te.cache
208 (cd openbsd-compat && $(MAKE) distclean) 211 (cd openbsd-compat && $(MAKE) distclean)
209 (cd scard && $(MAKE) distclean) 212 (cd scard && $(MAKE) distclean)
@@ -411,6 +414,9 @@ tests: $(TARGETS)
411 EXEEXT="$(EXEEXT)" \ 414 EXEEXT="$(EXEEXT)" \
412 $@ 415 $@
413 416
417compat-tests: $(LIBCOMPAT)
418 (cd openbsd-compat/regress && $(MAKE))
419
414regressclean: 420regressclean:
415 if [ -f regress/Makefile ] && [ -r regress/Makefile ]; then \ 421 if [ -f regress/Makefile ] && [ -r regress/Makefile ]; then \
416 (cd regress && $(MAKE) clean) \ 422 (cd regress && $(MAKE) clean) \