1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Automatically generated by Autodist 1.4 from Makefile.ad.  Do not edit.
18# To make changes edit the ./lib/silccrypt/Makefile.ad file in the source tree.
19
20# Source: ./lib/silccrypt/Makefile.ad
21# Generated: Tue May 13 09:18:25 EEST 2014 by priikone
22# Distribution: Toolkit
23# License: distdir/TOOLKIT
24
25#
26#  Makefile.ad
27#
28#  Author: Pekka Riikonen <priikone@silcnet.org>
29#
30#  Copyright (C) 2000 - 2007 Pekka Riikonen
31#
32#  The contents of this file are subject to one of the Licenses specified
33#  in the COPYING file;  You may not use this file except in compliance
34#  with the License.
35#
36#  The software distributed under the License is distributed on an "AS IS"
37#  basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY
38#  KIND, either expressed or implied.  See the COPYING file for more
39#  information.
40#
41
42#
43#  Makefile.defines.pre
44#
45#  Author: Pekka Riikonen <priikone@silcnet.org>
46#
47#  Copyright (C) 2001 - 2005 Pekka Riikonen
48#
49#  This program is free software; you can redistribute it and/or modify
50#  it under the terms of the GNU General Public License as published by
51#  the Free Software Foundation; version 2 of the License.
52#
53#  This program is distributed in the hope that it will be useful,
54#  but WITHOUT ANY WARRANTY; without even the implied warranty of
55#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56#  information.
57#
58
59#
60# This file is intended to include all common compilation defines for the
61# SILC source tree.  All Makefile.ams in the SILC source tree are expected
62# to include this file (Makefile.defines.in).  Also this file may be included
63# in any external project that is included in the SILC source tree.
64#
65# Add following to your Makefile.am:
66#
67# include $(top_srcdir)/Makefile.defines.in
68#
69# All packages in the SILC source tree that include the Makefile.defines.in
70# must also include the following two lines in their configure.in file.
71#
72# INCLUDE_DEFINES_INT="include \$(top_srcdir)/Makefile.defines_int"
73# AC_SUBST(INCLUDE_DEFINES_INT)
74#
75# (See the Makefile.defines_int.pre for all different definitions but DO NOT
76#  directly include that file!)
77#
78
79
80VPATH = @srcdir@
81am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
82am__make_running_with_option = \
83  case $${target_option-} in \
84      ?) ;; \
85      *) echo "am__make_running_with_option: internal error: invalid" \
86              "target option '$${target_option-}' specified" >&2; \
87         exit 1;; \
88  esac; \
89  has_opt=no; \
90  sane_makeflags=$$MAKEFLAGS; \
91  if $(am__is_gnu_make); then \
92    sane_makeflags=$$MFLAGS; \
93  else \
94    case $$MAKEFLAGS in \
95      *\\[\ \	]*) \
96        bs=\\; \
97        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
98          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
99    esac; \
100  fi; \
101  skip_next=no; \
102  strip_trailopt () \
103  { \
104    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
105  }; \
106  for flg in $$sane_makeflags; do \
107    test $$skip_next = yes && { skip_next=no; continue; }; \
108    case $$flg in \
109      *=*|--*) continue;; \
110        -*I) strip_trailopt 'I'; skip_next=yes;; \
111      -*I?*) strip_trailopt 'I';; \
112        -*O) strip_trailopt 'O'; skip_next=yes;; \
113      -*O?*) strip_trailopt 'O';; \
114        -*l) strip_trailopt 'l'; skip_next=yes;; \
115      -*l?*) strip_trailopt 'l';; \
116      -[dEDm]) skip_next=yes;; \
117      -[JT]) skip_next=yes;; \
118    esac; \
119    case $$flg in \
120      *$$target_option*) has_opt=yes; break;; \
121    esac; \
122  done; \
123  test $$has_opt = yes
124am__make_dryrun = (target_option=n; $(am__make_running_with_option))
125am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
126pkgdatadir = $(datadir)/@PACKAGE@
127pkgincludedir = $(includedir)/@PACKAGE@
128pkglibdir = $(libdir)/@PACKAGE@
129pkglibexecdir = $(libexecdir)/@PACKAGE@
130am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
131install_sh_DATA = $(install_sh) -c -m 644
132install_sh_PROGRAM = $(install_sh) -c
133install_sh_SCRIPT = $(install_sh) -c
134INSTALL_HEADER = $(INSTALL_DATA)
135transform = $(program_transform_name)
136NORMAL_INSTALL = :
137PRE_INSTALL = :
138POST_INSTALL = :
139NORMAL_UNINSTALL = :
140PRE_UNINSTALL = :
141POST_UNINSTALL = :
142build_triplet = @build@
143host_triplet = @host@
144target_triplet = @target@
145DIST_COMMON = $(top_srcdir)/Makefile.defines.in $(srcdir)/Makefile.in \
146	$(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs \
147	$(include_HEADERS)
148subdir = lib/silccrypt
149ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
150am__aclocal_m4_deps = $(top_srcdir)/configure.ac
151am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152	$(ACLOCAL_M4)
153mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
154CONFIG_HEADER = $(top_builddir)/silcdefs.h
155CONFIG_CLEAN_FILES =
156CONFIG_CLEAN_VPATH_FILES =
157LTLIBRARIES = $(noinst_LTLIBRARIES)
158libsilccrypt_la_LIBADD =
159am__libsilccrypt_la_SOURCES_DIST = none.c md5.c aes.c aes_x86.asm \
160	aes_x86_64.asm rsa.c sha1.c sha256.c twofish.c blowfish.c \
161	silccipher.c silchash.c silchmac.c silcrng.c silcpkcs.c \
162	silcpkcs1.c silcpk.c
163@SILC_AES_ASM_FALSE@am__objects_1 = aes.lo
164@SILC_AES_ASM_TRUE@@SILC_I486_FALSE@@SILC_X86_64_TRUE@am__objects_1 = aes_x86_64.lo \
165@SILC_AES_ASM_TRUE@@SILC_I486_FALSE@@SILC_X86_64_TRUE@	aes.lo
166@SILC_AES_ASM_TRUE@@SILC_I486_TRUE@am__objects_1 = aes_x86.lo aes.lo
167am_libsilccrypt_la_OBJECTS = none.lo md5.lo $(am__objects_1) rsa.lo \
168	sha1.lo sha256.lo twofish.lo blowfish.lo silccipher.lo \
169	silchash.lo silchmac.lo silcrng.lo silcpkcs.lo silcpkcs1.lo \
170	silcpk.lo
171libsilccrypt_la_OBJECTS = $(am_libsilccrypt_la_OBJECTS)
172AM_V_lt = $(am__v_lt_@AM_V@)
173am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174am__v_lt_0 = --silent
175am__v_lt_1 =
176AM_V_P = $(am__v_P_@AM_V@)
177am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
178am__v_P_0 = false
179am__v_P_1 = :
180AM_V_GEN = $(am__v_GEN_@AM_V@)
181am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182am__v_GEN_0 = @echo "  GEN     " $@;
183am__v_GEN_1 =
184AM_V_at = $(am__v_at_@AM_V@)
185am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
186am__v_at_0 = @
187am__v_at_1 =
188DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
189depcomp =
190am__depfiles_maybe =
191COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
192	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
193LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
195	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
196	$(AM_CFLAGS) $(CFLAGS)
197AM_V_CC = $(am__v_CC_@AM_V@)
198am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
199am__v_CC_0 = @echo "  CC      " $@;
200am__v_CC_1 =
201CCLD = $(CC)
202LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
203	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
204	$(AM_LDFLAGS) $(LDFLAGS) -o $@
205AM_V_CCLD = $(am__v_CCLD_@AM_V@)
206am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
207am__v_CCLD_0 = @echo "  CCLD    " $@;
208am__v_CCLD_1 =
209SOURCES = $(libsilccrypt_la_SOURCES)
210DIST_SOURCES = $(am__libsilccrypt_la_SOURCES_DIST)
211am__can_run_installinfo = \
212  case $$AM_UPDATE_INFO_DIR in \
213    n|no|NO) false;; \
214    *) (install-info --version) >/dev/null 2>&1;; \
215  esac
216am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
217am__vpath_adj = case $$p in \
218    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
219    *) f=$$p;; \
220  esac;
221am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
222am__install_max = 40
223am__nobase_strip_setup = \
224  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
225am__nobase_strip = \
226  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
227am__nobase_list = $(am__nobase_strip_setup); \
228  for p in $$list; do echo "$$p $$p"; done | \
229  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
230  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
231    if (++n[$$2] == $(am__install_max)) \
232      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
233    END { for (dir in files) print dir, files[dir] }'
234am__base_list = \
235  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
236  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
237am__uninstall_files_from_dir = { \
238  test -z "$$files" \
239    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
240    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
241         $(am__cd) "$$dir" && rm -f $$files; }; \
242  }
243am__installdirs = "$(DESTDIR)$(includedir)"
244HEADERS = $(include_HEADERS)
245am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
246# Read a list of newline-separated strings from the standard input,
247# and print each of them once, without duplicates.  Input order is
248# *not* preserved.
249am__uniquify_input = $(AWK) '\
250  BEGIN { nonempty = 0; } \
251  { items[$$0] = 1; nonempty = 1; } \
252  END { if (nonempty) { for (i in items) print i; }; } \
253'
254# Make sure the list of sources is unique.  This is necessary because,
255# e.g., the same source file might be shared among _SOURCES variables
256# for different programs/libraries.
257am__define_uniq_tagged_files = \
258  list='$(am__tagged_files)'; \
259  unique=`for i in $$list; do \
260    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261  done | $(am__uniquify_input)`
262ETAGS = etags
263CTAGS = ctags
264DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
265ACLOCAL = @ACLOCAL@
266AMTAR = @AMTAR@
267AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
268AR = @AR@
269AUTOCONF = @AUTOCONF@
270AUTOHEADER = @AUTOHEADER@
271AUTOMAKE = @AUTOMAKE@
272AWK = @AWK@
273CC = @CC@
274CCDEPMODE = @CCDEPMODE@
275CFLAGS = @SILC_CRYPTO_CFLAGS@
276CPP = @CPP@
277CPPFLAGS = @CPPFLAGS@
278CYGPATH_W = @CYGPATH_W@
279DEFS = @DEFS@
280DEPDIR = @DEPDIR@
281DLLTOOL = @DLLTOOL@
282DOCDIR = @DOCDIR@
283DSYMUTIL = @DSYMUTIL@
284DUMPBIN = @DUMPBIN@
285ECHO_C = @ECHO_C@
286ECHO_N = @ECHO_N@
287ECHO_T = @ECHO_T@
288EGREP = @EGREP@
289ETCDIR = @ETCDIR@
290EXEEXT = @EXEEXT@
291FGREP = @FGREP@
292FIX_SHA1 = @FIX_SHA1@
293GREP = @GREP@
294INCLUDE_DEFINES_INT = @INCLUDE_DEFINES_INT@
295INSTALL = @INSTALL@
296INSTALL_DATA = @INSTALL_DATA@
297INSTALL_PROGRAM = @INSTALL_PROGRAM@
298INSTALL_SCRIPT = @INSTALL_SCRIPT@
299INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
300LD = @LD@
301LDFLAGS = @LDFLAGS@
302LIBOBJS = @LIBOBJS@
303LIBS = @LIBS@
304LIBSILCCLIENT_AGE = @LIBSILCCLIENT_AGE@
305LIBSILCCLIENT_CURRENT = @LIBSILCCLIENT_CURRENT@
306LIBSILCCLIENT_REVISION = @LIBSILCCLIENT_REVISION@
307LIBSILCSERVER_AGE = @LIBSILCSERVER_AGE@
308LIBSILCSERVER_CURRENT = @LIBSILCSERVER_CURRENT@
309LIBSILCSERVER_REVISION = @LIBSILCSERVER_REVISION@
310LIBSILC_AGE = @LIBSILC_AGE@
311LIBSILC_CURRENT = @LIBSILC_CURRENT@
312LIBSILC_REVISION = @LIBSILC_REVISION@
313LIBSUBDIR = @LIBSUBDIR@
314LIBTOOL = @LIBTOOL@
315LIB_BASE_VERSION = @LIB_BASE_VERSION@
316LIPO = @LIPO@
317LN_S = @LN_S@
318LTLIBOBJS = @LTLIBOBJS@
319MAKEINFO = @MAKEINFO@
320MANIFEST_TOOL = @MANIFEST_TOOL@
321MATH_CFLAGS = @MATH_CFLAGS@
322MKDIR_P = @MKDIR_P@
323MODULESDIR = @MODULESDIR@
324NASM = @NASM@
325NM = @NM@
326NMEDIT = @NMEDIT@
327OBJDUMP = @OBJDUMP@
328OBJEXT = @OBJEXT@
329OTOOL = @OTOOL@
330OTOOL64 = @OTOOL64@
331PACKAGE = @PACKAGE@
332PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
333PACKAGE_NAME = @PACKAGE_NAME@
334PACKAGE_STRING = @PACKAGE_STRING@
335PACKAGE_TARNAME = @PACKAGE_TARNAME@
336PACKAGE_URL = @PACKAGE_URL@
337PACKAGE_VERSION = @PACKAGE_VERSION@
338PATH_SEPARATOR = @PATH_SEPARATOR@
339RANLIB = @RANLIB@
340SED = @SED@
341SET_MAKE = @SET_MAKE@
342SHELL = @SHELL@
343SILC_ASSEMBLER = @SILC_ASSEMBLER@
344SILC_CRYPTO_CFLAGS = @SILC_CRYPTO_CFLAGS@
345SILC_LIB_INCLUDES = @SILC_LIB_INCLUDES@
346SILC_SIZEOF_CHAR = @SILC_SIZEOF_CHAR@
347SILC_SIZEOF_INT = @SILC_SIZEOF_INT@
348SILC_SIZEOF_LONG = @SILC_SIZEOF_LONG@
349SILC_SIZEOF_LONG_LONG = @SILC_SIZEOF_LONG_LONG@
350SILC_SIZEOF_SHORT = @SILC_SIZEOF_SHORT@
351SILC_SIZEOF_VOID_P = @SILC_SIZEOF_VOID_P@
352SILC_TOP_SRCDIR = @SILC_TOP_SRCDIR@
353STRIP = @STRIP@
354VERSION = @VERSION@
355YASM = @YASM@
356__SILC_ENABLE_DEBUG = @__SILC_ENABLE_DEBUG@
357__SILC_HAVE_PTHREAD = @__SILC_HAVE_PTHREAD@
358__SILC_HAVE_SIM = @__SILC_HAVE_SIM@
359__SILC_PACKAGE_VERSION = @__SILC_PACKAGE_VERSION@
360abs_builddir = @abs_builddir@
361abs_srcdir = @abs_srcdir@
362abs_top_builddir = @abs_top_builddir@
363abs_top_srcdir = @abs_top_srcdir@
364ac_ct_AR = @ac_ct_AR@
365ac_ct_CC = @ac_ct_CC@
366ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
367am__include = @am__include@
368am__leading_dot = @am__leading_dot@
369am__quote = @am__quote@
370am__tar = @am__tar@
371am__untar = @am__untar@
372bindir = @bindir@
373build = @build@
374build_alias = @build_alias@
375build_cpu = @build_cpu@
376build_os = @build_os@
377build_vendor = @build_vendor@
378builddir = @builddir@
379datadir = @datadir@
380datarootdir = @datarootdir@
381docdir = @docdir@
382dvidir = @dvidir@
383exec_prefix = @exec_prefix@
384host = @host@
385host_alias = @host_alias@
386host_cpu = @host_cpu@
387host_os = @host_os@
388host_vendor = @host_vendor@
389htmldir = @htmldir@
390includedir = @includedir@
391infodir = @infodir@
392install_sh = @install_sh@
393libdir = @libdir@
394libexecdir = @libexecdir@
395localedir = @localedir@
396localstatedir = @localstatedir@
397mandir = @mandir@
398mkdir_p = @mkdir_p@
399oldincludedir = @oldincludedir@
400pdfdir = @pdfdir@
401prefix = @prefix@
402program_transform_name = @program_transform_name@
403psdir = @psdir@
404sbindir = @sbindir@
405sedpath = @sedpath@
406sharedstatedir = @sharedstatedir@
407srcdir = @srcdir@
408sysconfdir = @sysconfdir@
409target = @target@
410target_alias = @target_alias@
411target_cpu = @target_cpu@
412target_os = @target_os@
413target_vendor = @target_vendor@
414top_build_prefix = @top_build_prefix@
415top_builddir = @top_builddir@
416top_srcdir = @top_srcdir@
417AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
418noinst_LTLIBRARIES = libsilccrypt.la
419@SILC_AES_ASM_FALSE@SILC_AES_S = aes.c
420@SILC_AES_ASM_TRUE@@SILC_I486_TRUE@SILC_AES_S = aes_x86.asm aes.c
421@SILC_AES_ASM_TRUE@@SILC_X86_64_TRUE@SILC_AES_S = aes_x86_64.asm aes.c
422libsilccrypt_la_SOURCES = none.c	md5.c	$(SILC_AES_S)	rsa.c	sha1.c	sha256.c	twofish.c	blowfish.c	silccipher.c	silchash.c	silchmac.c	silcrng.c	silcpkcs.c	silcpkcs1.c	silcpk.c
423include_HEADERS = silccipher.h	silchash.h	silchmac.h	silcpkcs.h	silcrng.h	silcpkcs1.h	silcpk.h
424SILC_EXTRA_DIST = tests
425SUFFIXES = .asm
426EXTRA_DIST = *.h *.asm $(SILC_EXTRA_DIST)
427
428#
429# INCLUDE defines
430#
431INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \
432	-I$(srcdir) -I$(top_srcdir) \
433	-I$(silc_top_srcdir) $(SILC_LIB_INCLUDES) \
434	-I$(silc_top_srcdir)/includes \
435	-I$(silc_top_srcdir)/doc
436
437all: all-am
438
439.SUFFIXES:
440.SUFFIXES: .asm .c .lo .o .obj
441$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.defines.in $(am__configure_deps)
442	@for dep in $?; do \
443	  case '$(am__configure_deps)' in \
444	    *$$dep*) \
445	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
446	        && { if test -f $@; then exit 0; else break; fi; }; \
447	      exit 1;; \
448	  esac; \
449	done; \
450	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/silccrypt/Makefile'; \
451	$(am__cd) $(top_srcdir) && \
452	  $(AUTOMAKE) --foreign lib/silccrypt/Makefile
453.PRECIOUS: Makefile
454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
455	@case '$?' in \
456	  *config.status*) \
457	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458	  *) \
459	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
460	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461	esac;
462$(top_srcdir)/Makefile.defines.in:
463
464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
465	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466
467$(top_srcdir)/configure:  $(am__configure_deps)
468	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
470	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471$(am__aclocal_m4_deps):
472
473clean-noinstLTLIBRARIES:
474	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
475	@list='$(noinst_LTLIBRARIES)'; \
476	locs=`for p in $$list; do echo $$p; done | \
477	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
478	      sort -u`; \
479	test -z "$$locs" || { \
480	  echo rm -f $${locs}; \
481	  rm -f $${locs}; \
482	}
483
484libsilccrypt.la: $(libsilccrypt_la_OBJECTS) $(libsilccrypt_la_DEPENDENCIES) $(EXTRA_libsilccrypt_la_DEPENDENCIES)
485	$(AM_V_CCLD)$(LINK)  $(libsilccrypt_la_OBJECTS) $(libsilccrypt_la_LIBADD) $(LIBS)
486
487mostlyclean-compile:
488	-rm -f *.$(OBJEXT)
489
490distclean-compile:
491	-rm -f *.tab.c
492
493.c.o:
494	$(AM_V_CC)$(COMPILE) -c $<
495
496.c.obj:
497	$(AM_V_CC)$(COMPILE) -c `$(CYGPATH_W) '$<'`
498
499.c.lo:
500	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
501
502mostlyclean-libtool:
503	-rm -f *.lo
504
505clean-libtool:
506	-rm -rf .libs _libs
507install-includeHEADERS: $(include_HEADERS)
508	@$(NORMAL_INSTALL)
509	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
510	if test -n "$$list"; then \
511	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
512	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
513	fi; \
514	for p in $$list; do \
515	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
516	  echo "$$d$$p"; \
517	done | $(am__base_list) | \
518	while read files; do \
519	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
520	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
521	done
522
523uninstall-includeHEADERS:
524	@$(NORMAL_UNINSTALL)
525	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
526	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
527	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
528
529ID: $(am__tagged_files)
530	$(am__define_uniq_tagged_files); mkid -fID $$unique
531tags: tags-am
532TAGS: tags
533
534tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535	set x; \
536	here=`pwd`; \
537	$(am__define_uniq_tagged_files); \
538	shift; \
539	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
540	  test -n "$$unique" || unique=$$empty_fix; \
541	  if test $$# -gt 0; then \
542	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543	      "$$@" $$unique; \
544	  else \
545	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
546	      $$unique; \
547	  fi; \
548	fi
549ctags: ctags-am
550
551CTAGS: ctags
552ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
553	$(am__define_uniq_tagged_files); \
554	test -z "$(CTAGS_ARGS)$$unique" \
555	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556	     $$unique
557
558GTAGS:
559	here=`$(am__cd) $(top_builddir) && pwd` \
560	  && $(am__cd) $(top_srcdir) \
561	  && gtags -i $(GTAGS_ARGS) "$$here"
562cscopelist: cscopelist-am
563
564cscopelist-am: $(am__tagged_files)
565	list='$(am__tagged_files)'; \
566	case "$(srcdir)" in \
567	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
568	  *) sdir=$(subdir)/$(srcdir) ;; \
569	esac; \
570	for i in $$list; do \
571	  if test -f "$$i"; then \
572	    echo "$(subdir)/$$i"; \
573	  else \
574	    echo "$$sdir/$$i"; \
575	  fi; \
576	done >> $(top_builddir)/cscope.files
577
578distclean-tags:
579	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
580
581distdir: $(DISTFILES)
582	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	list='$(DISTFILES)'; \
585	  dist_files=`for file in $$list; do echo $$file; done | \
586	  sed -e "s|^$$srcdirstrip/||;t" \
587	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
588	case $$dist_files in \
589	  */*) $(MKDIR_P) `echo "$$dist_files" | \
590			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591			   sort -u` ;; \
592	esac; \
593	for file in $$dist_files; do \
594	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
595	  if test -d $$d/$$file; then \
596	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
597	    if test -d "$(distdir)/$$file"; then \
598	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599	    fi; \
600	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603	    fi; \
604	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
605	  else \
606	    test -f "$(distdir)/$$file" \
607	    || cp -p $$d/$$file "$(distdir)/$$file" \
608	    || exit 1; \
609	  fi; \
610	done
611check-am: all-am
612check: check-am
613all-am: Makefile $(LTLIBRARIES) $(HEADERS)
614installdirs:
615	for dir in "$(DESTDIR)$(includedir)"; do \
616	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
617	done
618install: install-am
619install-exec: install-exec-am
620install-data: install-data-am
621uninstall: uninstall-am
622
623install-am: all-am
624	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
625
626installcheck: installcheck-am
627install-strip:
628	if test -z '$(STRIP)'; then \
629	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
630	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
631	      install; \
632	else \
633	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
634	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
635	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
636	fi
637mostlyclean-generic:
638
639clean-generic:
640
641distclean-generic:
642	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
643	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
644
645maintainer-clean-generic:
646	@echo "This command is intended for maintainers to use"
647	@echo "it deletes files that may require special tools to rebuild."
648clean: clean-am
649
650clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
651	mostlyclean-am
652
653distclean: distclean-am
654	-rm -f Makefile
655distclean-am: clean-am distclean-compile distclean-generic \
656	distclean-tags
657
658dvi: dvi-am
659
660dvi-am:
661
662html: html-am
663
664html-am:
665
666info: info-am
667
668info-am:
669
670install-data-am: install-includeHEADERS
671
672install-dvi: install-dvi-am
673
674install-dvi-am:
675
676install-exec-am:
677
678install-html: install-html-am
679
680install-html-am:
681
682install-info: install-info-am
683
684install-info-am:
685
686install-man:
687
688install-pdf: install-pdf-am
689
690install-pdf-am:
691
692install-ps: install-ps-am
693
694install-ps-am:
695
696installcheck-am:
697
698maintainer-clean: maintainer-clean-am
699	-rm -f Makefile
700maintainer-clean-am: distclean-am maintainer-clean-generic
701
702mostlyclean: mostlyclean-am
703
704mostlyclean-am: mostlyclean-compile mostlyclean-generic \
705	mostlyclean-libtool
706
707pdf: pdf-am
708
709pdf-am:
710
711ps: ps-am
712
713ps-am:
714
715uninstall-am: uninstall-includeHEADERS
716
717.MAKE: install-am install-strip
718
719.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
720	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
721	ctags-am distclean distclean-compile distclean-generic \
722	distclean-libtool distclean-tags distdir dvi dvi-am html \
723	html-am info info-am install install-am install-data \
724	install-data-am install-dvi install-dvi-am install-exec \
725	install-exec-am install-html install-html-am \
726	install-includeHEADERS install-info install-info-am \
727	install-man install-pdf install-pdf-am install-ps \
728	install-ps-am install-strip installcheck installcheck-am \
729	installdirs maintainer-clean maintainer-clean-generic \
730	mostlyclean mostlyclean-compile mostlyclean-generic \
731	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
732	uninstall-am uninstall-includeHEADERS
733
734
735.asm.lo:
736	$(LIBTOOL) --tag=CC --mode=compile @SILC_ASSEMBLER@ $<
737
738@INCLUDE_DEFINES_INT@
739
740#
741#includes-install: Makefile
742#	for i in $(include_HEADERS); do s=$(srcdir)/$$i;
743#d=$(silc_top_srcdir)/includes/$$i; \
744#	   ln $$s $$d 2>/dev/null || (rm -f $$d; cp -p $$s $$d;); \
745#	done;
746#
747#all-local: includes-install
748
749# Workaround a bug in GCC 2.x which causes memory exhaustion
750# when compiling sha1 with optimizations on UltraSPARC.
751#
752@FIX_SHA1@sha1.lo:
753@FIX_SHA1@	$(LTCOMPILE) -O0 -c -o $@ `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
754@FIX_SHA1@
755
756
757# Tell versions [3.59,3.63) of GNU make to not export all variables.
758# Otherwise a system limit (for SysV at least) may be exceeded.
759.NOEXPORT:
760