1999-02-05 06:11:36 +00:00
|
|
|
--- lib/Makefile.in.orig Fri Jan 29 14:30:20 1999
|
|
|
|
+++ lib/Makefile.in Fri Feb 5 08:38:26 1999
|
|
|
|
@@ -98,14 +98,14 @@
|
1998-11-23 05:15:17 +00:00
|
|
|
|
1998-12-01 11:10:33 +00:00
|
|
|
AUTOMAKE_OPTIONS = 1.0 foreign dist-zip no-dependencies
|
1998-11-23 05:15:17 +00:00
|
|
|
|
1998-12-01 11:10:33 +00:00
|
|
|
-SUBDIRS = zlib sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession
|
|
|
|
+SUBDIRS = sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession
|
|
|
|
|
|
|
|
# sshtest testsuite
|
|
|
|
|
|
|
|
lib_LIBRARIES = libssh.a
|
1999-02-05 06:11:36 +00:00
|
|
|
# libsshcrypt.kpure.a
|
1998-12-01 11:10:33 +00:00
|
|
|
|
|
|
|
-SUBLIBRARIES = sshmath/libsshmath.a zlib/libz.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a
|
|
|
|
+SUBLIBRARIES = sshmath/libsshmath.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a
|
1998-11-23 05:15:17 +00:00
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
1998-12-01 11:10:33 +00:00
|
|
|
CONFIG_HEADER = ../sshconf.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
1999-02-05 06:11:36 +00:00
|
|
|
@@ -368,11 +368,6 @@
|
1998-12-01 11:10:33 +00:00
|
|
|
all-local: includes
|
|
|
|
includes:
|
|
|
|
-if test '!' -d ../include; then mkdir ../include; fi
|
|
|
|
- for i in zlib/zlib.h zlib/zconf.h; do \
|
|
|
|
- if test -f $(srcdir)/$$i; then \
|
|
|
|
- $(COPY_INCLUDE) $(srcdir)/$$i ../include; \
|
|
|
|
- fi; \
|
|
|
|
- done
|
|
|
|
-for dir in $(SUBDIRS); do \
|
|
|
|
if test "$$dir" != "zlib" && test "$$dir" != "gmp"; then \
|
|
|
|
( cd $$dir && $(MAKE) includes) ; \
|