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/silcsim/Makefile.ad file in the source tree.
19
20# Source: ./lib/silcsim/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/silcsim
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)
158libsilcsim_la_LIBADD =
159am_libsilcsim_la_OBJECTS = silcsim.lo silcsimutil.lo
160libsilcsim_la_OBJECTS = $(am_libsilcsim_la_OBJECTS)
161AM_V_lt = $(am__v_lt_@AM_V@)
162am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
163am__v_lt_0 = --silent
164am__v_lt_1 =
165@SILC_SIM_TRUE@am_libsilcsim_la_rpath =
166AM_V_P = $(am__v_P_@AM_V@)
167am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168am__v_P_0 = false
169am__v_P_1 = :
170AM_V_GEN = $(am__v_GEN_@AM_V@)
171am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172am__v_GEN_0 = @echo "  GEN     " $@;
173am__v_GEN_1 =
174AM_V_at = $(am__v_at_@AM_V@)
175am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176am__v_at_0 = @
177am__v_at_1 =
178DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
179depcomp =
180am__depfiles_maybe =
181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
182	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
185	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
186	$(AM_CFLAGS) $(CFLAGS)
187AM_V_CC = $(am__v_CC_@AM_V@)
188am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
189am__v_CC_0 = @echo "  CC      " $@;
190am__v_CC_1 =
191CCLD = $(CC)
192LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
193	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194	$(AM_LDFLAGS) $(LDFLAGS) -o $@
195AM_V_CCLD = $(am__v_CCLD_@AM_V@)
196am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
197am__v_CCLD_0 = @echo "  CCLD    " $@;
198am__v_CCLD_1 =
199SOURCES = $(libsilcsim_la_SOURCES)
200DIST_SOURCES = $(libsilcsim_la_SOURCES)
201am__can_run_installinfo = \
202  case $$AM_UPDATE_INFO_DIR in \
203    n|no|NO) false;; \
204    *) (install-info --version) >/dev/null 2>&1;; \
205  esac
206am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
207am__vpath_adj = case $$p in \
208    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
209    *) f=$$p;; \
210  esac;
211am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
212am__install_max = 40
213am__nobase_strip_setup = \
214  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
215am__nobase_strip = \
216  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
217am__nobase_list = $(am__nobase_strip_setup); \
218  for p in $$list; do echo "$$p $$p"; done | \
219  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
220  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
221    if (++n[$$2] == $(am__install_max)) \
222      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
223    END { for (dir in files) print dir, files[dir] }'
224am__base_list = \
225  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
226  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
227am__uninstall_files_from_dir = { \
228  test -z "$$files" \
229    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
230    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
231         $(am__cd) "$$dir" && rm -f $$files; }; \
232  }
233am__installdirs = "$(DESTDIR)$(includedir)"
234HEADERS = $(include_HEADERS)
235am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
236# Read a list of newline-separated strings from the standard input,
237# and print each of them once, without duplicates.  Input order is
238# *not* preserved.
239am__uniquify_input = $(AWK) '\
240  BEGIN { nonempty = 0; } \
241  { items[$$0] = 1; nonempty = 1; } \
242  END { if (nonempty) { for (i in items) print i; }; } \
243'
244# Make sure the list of sources is unique.  This is necessary because,
245# e.g., the same source file might be shared among _SOURCES variables
246# for different programs/libraries.
247am__define_uniq_tagged_files = \
248  list='$(am__tagged_files)'; \
249  unique=`for i in $$list; do \
250    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251  done | $(am__uniquify_input)`
252ETAGS = etags
253CTAGS = ctags
254DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
255ACLOCAL = @ACLOCAL@
256AMTAR = @AMTAR@
257AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258AR = @AR@
259AUTOCONF = @AUTOCONF@
260AUTOHEADER = @AUTOHEADER@
261AUTOMAKE = @AUTOMAKE@
262AWK = @AWK@
263CC = @CC@
264CCDEPMODE = @CCDEPMODE@
265CFLAGS = @CFLAGS@
266CPP = @CPP@
267CPPFLAGS = @CPPFLAGS@
268CYGPATH_W = @CYGPATH_W@
269DEFS = @DEFS@
270DEPDIR = @DEPDIR@
271DLLTOOL = @DLLTOOL@
272DOCDIR = @DOCDIR@
273DSYMUTIL = @DSYMUTIL@
274DUMPBIN = @DUMPBIN@
275ECHO_C = @ECHO_C@
276ECHO_N = @ECHO_N@
277ECHO_T = @ECHO_T@
278EGREP = @EGREP@
279ETCDIR = @ETCDIR@
280EXEEXT = @EXEEXT@
281FGREP = @FGREP@
282FIX_SHA1 = @FIX_SHA1@
283GREP = @GREP@
284INCLUDE_DEFINES_INT = @INCLUDE_DEFINES_INT@
285INSTALL = @INSTALL@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290LD = @LD@
291LDFLAGS = @LDFLAGS@
292LIBOBJS = @LIBOBJS@
293LIBS = @LIBS@
294LIBSILCCLIENT_AGE = @LIBSILCCLIENT_AGE@
295LIBSILCCLIENT_CURRENT = @LIBSILCCLIENT_CURRENT@
296LIBSILCCLIENT_REVISION = @LIBSILCCLIENT_REVISION@
297LIBSILCSERVER_AGE = @LIBSILCSERVER_AGE@
298LIBSILCSERVER_CURRENT = @LIBSILCSERVER_CURRENT@
299LIBSILCSERVER_REVISION = @LIBSILCSERVER_REVISION@
300LIBSILC_AGE = @LIBSILC_AGE@
301LIBSILC_CURRENT = @LIBSILC_CURRENT@
302LIBSILC_REVISION = @LIBSILC_REVISION@
303LIBSUBDIR = @LIBSUBDIR@
304LIBTOOL = @LIBTOOL@
305LIB_BASE_VERSION = @LIB_BASE_VERSION@
306LIPO = @LIPO@
307LN_S = @LN_S@
308LTLIBOBJS = @LTLIBOBJS@
309MAKEINFO = @MAKEINFO@
310MANIFEST_TOOL = @MANIFEST_TOOL@
311MATH_CFLAGS = @MATH_CFLAGS@
312MKDIR_P = @MKDIR_P@
313MODULESDIR = @MODULESDIR@
314NASM = @NASM@
315NM = @NM@
316NMEDIT = @NMEDIT@
317OBJDUMP = @OBJDUMP@
318OBJEXT = @OBJEXT@
319OTOOL = @OTOOL@
320OTOOL64 = @OTOOL64@
321PACKAGE = @PACKAGE@
322PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
323PACKAGE_NAME = @PACKAGE_NAME@
324PACKAGE_STRING = @PACKAGE_STRING@
325PACKAGE_TARNAME = @PACKAGE_TARNAME@
326PACKAGE_URL = @PACKAGE_URL@
327PACKAGE_VERSION = @PACKAGE_VERSION@
328PATH_SEPARATOR = @PATH_SEPARATOR@
329RANLIB = @RANLIB@
330SED = @SED@
331SET_MAKE = @SET_MAKE@
332SHELL = @SHELL@
333SILC_ASSEMBLER = @SILC_ASSEMBLER@
334SILC_CRYPTO_CFLAGS = @SILC_CRYPTO_CFLAGS@
335SILC_LIB_INCLUDES = @SILC_LIB_INCLUDES@
336SILC_SIZEOF_CHAR = @SILC_SIZEOF_CHAR@
337SILC_SIZEOF_INT = @SILC_SIZEOF_INT@
338SILC_SIZEOF_LONG = @SILC_SIZEOF_LONG@
339SILC_SIZEOF_LONG_LONG = @SILC_SIZEOF_LONG_LONG@
340SILC_SIZEOF_SHORT = @SILC_SIZEOF_SHORT@
341SILC_SIZEOF_VOID_P = @SILC_SIZEOF_VOID_P@
342SILC_TOP_SRCDIR = @SILC_TOP_SRCDIR@
343STRIP = @STRIP@
344VERSION = @VERSION@
345YASM = @YASM@
346__SILC_ENABLE_DEBUG = @__SILC_ENABLE_DEBUG@
347__SILC_HAVE_PTHREAD = @__SILC_HAVE_PTHREAD@
348__SILC_HAVE_SIM = @__SILC_HAVE_SIM@
349__SILC_PACKAGE_VERSION = @__SILC_PACKAGE_VERSION@
350abs_builddir = @abs_builddir@
351abs_srcdir = @abs_srcdir@
352abs_top_builddir = @abs_top_builddir@
353abs_top_srcdir = @abs_top_srcdir@
354ac_ct_AR = @ac_ct_AR@
355ac_ct_CC = @ac_ct_CC@
356ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357am__include = @am__include@
358am__leading_dot = @am__leading_dot@
359am__quote = @am__quote@
360am__tar = @am__tar@
361am__untar = @am__untar@
362bindir = @bindir@
363build = @build@
364build_alias = @build_alias@
365build_cpu = @build_cpu@
366build_os = @build_os@
367build_vendor = @build_vendor@
368builddir = @builddir@
369datadir = @datadir@
370datarootdir = @datarootdir@
371docdir = @docdir@
372dvidir = @dvidir@
373exec_prefix = @exec_prefix@
374host = @host@
375host_alias = @host_alias@
376host_cpu = @host_cpu@
377host_os = @host_os@
378host_vendor = @host_vendor@
379htmldir = @htmldir@
380includedir = @includedir@
381infodir = @infodir@
382install_sh = @install_sh@
383libdir = @libdir@
384libexecdir = @libexecdir@
385localedir = @localedir@
386localstatedir = @localstatedir@
387mandir = @mandir@
388mkdir_p = @mkdir_p@
389oldincludedir = @oldincludedir@
390pdfdir = @pdfdir@
391prefix = @prefix@
392program_transform_name = @program_transform_name@
393psdir = @psdir@
394sbindir = @sbindir@
395sedpath = @sedpath@
396sharedstatedir = @sharedstatedir@
397srcdir = @srcdir@
398sysconfdir = @sysconfdir@
399target = @target@
400target_alias = @target_alias@
401target_cpu = @target_cpu@
402target_os = @target_os@
403target_vendor = @target_vendor@
404top_build_prefix = @top_build_prefix@
405top_builddir = @top_builddir@
406top_srcdir = @top_srcdir@
407AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
408@SILC_SIM_FALSE@noinst_LTLIBRARIES =
409@SILC_SIM_TRUE@noinst_LTLIBRARIES = libsilcsim.la
410libsilcsim_la_SOURCES = silcsim.c	silcsimutil.c
411
412#
413# SILC Ciphers to be compiled as modules
414#
415SIM_CIPHER_OBJS = none.o        blowfish.o        aes.o        rsa.o        twofish.o
416
417#
418# SILC Hash Functions to be compiled as modules
419#
420SIM_HASH_OBJS = md5.o	sha1.o	sha256.o
421CLEANFILES = *.sim.so *.la
422include_HEADERS = silcsim.h silcsimutil.h
423EXTRA_DIST = *.h
424
425#
426# INCLUDE defines
427#
428INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \
429	-I$(srcdir) -I$(top_srcdir) \
430	-I$(silc_top_srcdir) $(SILC_LIB_INCLUDES) \
431	-I$(silc_top_srcdir)/includes \
432	-I$(silc_top_srcdir)/doc
433
434all: all-am
435
436.SUFFIXES:
437.SUFFIXES: .c .lo .o .obj
438$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.defines.in $(am__configure_deps)
439	@for dep in $?; do \
440	  case '$(am__configure_deps)' in \
441	    *$$dep*) \
442	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
443	        && { if test -f $@; then exit 0; else break; fi; }; \
444	      exit 1;; \
445	  esac; \
446	done; \
447	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/silcsim/Makefile'; \
448	$(am__cd) $(top_srcdir) && \
449	  $(AUTOMAKE) --foreign lib/silcsim/Makefile
450.PRECIOUS: Makefile
451Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452	@case '$?' in \
453	  *config.status*) \
454	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
455	  *) \
456	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
457	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
458	esac;
459$(top_srcdir)/Makefile.defines.in:
460
461$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
462	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463
464$(top_srcdir)/configure:  $(am__configure_deps)
465	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
467	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468$(am__aclocal_m4_deps):
469
470clean-noinstLTLIBRARIES:
471	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
472	@list='$(noinst_LTLIBRARIES)'; \
473	locs=`for p in $$list; do echo $$p; done | \
474	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
475	      sort -u`; \
476	test -z "$$locs" || { \
477	  echo rm -f $${locs}; \
478	  rm -f $${locs}; \
479	}
480
481libsilcsim.la: $(libsilcsim_la_OBJECTS) $(libsilcsim_la_DEPENDENCIES) $(EXTRA_libsilcsim_la_DEPENDENCIES)
482	$(AM_V_CCLD)$(LINK) $(am_libsilcsim_la_rpath) $(libsilcsim_la_OBJECTS) $(libsilcsim_la_LIBADD) $(LIBS)
483
484mostlyclean-compile:
485	-rm -f *.$(OBJEXT)
486
487distclean-compile:
488	-rm -f *.tab.c
489
490.c.o:
491	$(AM_V_CC)$(COMPILE) -c $<
492
493.c.obj:
494	$(AM_V_CC)$(COMPILE) -c `$(CYGPATH_W) '$<'`
495
496.c.lo:
497	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
498
499mostlyclean-libtool:
500	-rm -f *.lo
501
502clean-libtool:
503	-rm -rf .libs _libs
504install-includeHEADERS: $(include_HEADERS)
505	@$(NORMAL_INSTALL)
506	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
507	if test -n "$$list"; then \
508	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
509	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
510	fi; \
511	for p in $$list; do \
512	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513	  echo "$$d$$p"; \
514	done | $(am__base_list) | \
515	while read files; do \
516	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
517	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
518	done
519
520uninstall-includeHEADERS:
521	@$(NORMAL_UNINSTALL)
522	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
523	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
525
526ID: $(am__tagged_files)
527	$(am__define_uniq_tagged_files); mkid -fID $$unique
528tags: tags-am
529TAGS: tags
530
531tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532	set x; \
533	here=`pwd`; \
534	$(am__define_uniq_tagged_files); \
535	shift; \
536	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
537	  test -n "$$unique" || unique=$$empty_fix; \
538	  if test $$# -gt 0; then \
539	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540	      "$$@" $$unique; \
541	  else \
542	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543	      $$unique; \
544	  fi; \
545	fi
546ctags: ctags-am
547
548CTAGS: ctags
549ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
550	$(am__define_uniq_tagged_files); \
551	test -z "$(CTAGS_ARGS)$$unique" \
552	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553	     $$unique
554
555GTAGS:
556	here=`$(am__cd) $(top_builddir) && pwd` \
557	  && $(am__cd) $(top_srcdir) \
558	  && gtags -i $(GTAGS_ARGS) "$$here"
559cscopelist: cscopelist-am
560
561cscopelist-am: $(am__tagged_files)
562	list='$(am__tagged_files)'; \
563	case "$(srcdir)" in \
564	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565	  *) sdir=$(subdir)/$(srcdir) ;; \
566	esac; \
567	for i in $$list; do \
568	  if test -f "$$i"; then \
569	    echo "$(subdir)/$$i"; \
570	  else \
571	    echo "$$sdir/$$i"; \
572	  fi; \
573	done >> $(top_builddir)/cscope.files
574
575distclean-tags:
576	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577
578distdir: $(DISTFILES)
579	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581	list='$(DISTFILES)'; \
582	  dist_files=`for file in $$list; do echo $$file; done | \
583	  sed -e "s|^$$srcdirstrip/||;t" \
584	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
585	case $$dist_files in \
586	  */*) $(MKDIR_P) `echo "$$dist_files" | \
587			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
588			   sort -u` ;; \
589	esac; \
590	for file in $$dist_files; do \
591	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
592	  if test -d $$d/$$file; then \
593	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
594	    if test -d "$(distdir)/$$file"; then \
595	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596	    fi; \
597	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
598	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
599	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600	    fi; \
601	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
602	  else \
603	    test -f "$(distdir)/$$file" \
604	    || cp -p $$d/$$file "$(distdir)/$$file" \
605	    || exit 1; \
606	  fi; \
607	done
608check-am: all-am
609check: check-am
610all-am: Makefile $(LTLIBRARIES) $(HEADERS)
611installdirs:
612	for dir in "$(DESTDIR)$(includedir)"; do \
613	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
614	done
615install: install-am
616install-exec: install-exec-am
617install-data: install-data-am
618uninstall: uninstall-am
619
620install-am: all-am
621	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622
623installcheck: installcheck-am
624install-strip:
625	if test -z '$(STRIP)'; then \
626	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628	      install; \
629	else \
630	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
633	fi
634mostlyclean-generic:
635
636clean-generic:
637	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
638
639distclean-generic:
640	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
641	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
642
643maintainer-clean-generic:
644	@echo "This command is intended for maintainers to use"
645	@echo "it deletes files that may require special tools to rebuild."
646clean: clean-am
647
648clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
649	mostlyclean-am
650
651distclean: distclean-am
652	-rm -f Makefile
653distclean-am: clean-am distclean-compile distclean-generic \
654	distclean-tags
655
656dvi: dvi-am
657
658dvi-am:
659
660html: html-am
661
662html-am:
663
664info: info-am
665
666info-am:
667
668install-data-am: install-includeHEADERS
669	@$(NORMAL_INSTALL)
670	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
671install-dvi: install-dvi-am
672
673install-dvi-am:
674
675install-exec-am:
676
677install-html: install-html-am
678
679install-html-am:
680
681install-info: install-info-am
682
683install-info-am:
684
685install-man:
686
687install-pdf: install-pdf-am
688
689install-pdf-am:
690
691install-ps: install-ps-am
692
693install-ps-am:
694
695installcheck-am:
696
697maintainer-clean: maintainer-clean-am
698	-rm -f Makefile
699maintainer-clean-am: distclean-am maintainer-clean-generic
700
701mostlyclean: mostlyclean-am
702
703mostlyclean-am: mostlyclean-compile mostlyclean-generic \
704	mostlyclean-libtool
705
706pdf: pdf-am
707
708pdf-am:
709
710ps: ps-am
711
712ps-am:
713
714uninstall-am: uninstall-includeHEADERS
715
716.MAKE: install-am install-data-am install-strip
717
718.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
719	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
720	ctags-am distclean distclean-compile distclean-generic \
721	distclean-libtool distclean-tags distdir dvi dvi-am html \
722	html-am info info-am install install-am install-data \
723	install-data-am install-data-hook install-dvi install-dvi-am \
724	install-exec install-exec-am install-html install-html-am \
725	install-includeHEADERS install-info install-info-am \
726	install-man install-pdf install-pdf-am install-ps \
727	install-ps-am install-strip installcheck installcheck-am \
728	installdirs maintainer-clean maintainer-clean-generic \
729	mostlyclean mostlyclean-compile mostlyclean-generic \
730	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
731	uninstall-am uninstall-includeHEADERS
732
733
734@SILC_SIM_TRUE@all: $(SIM_CIPHER_OBJS) $(SIM_HASH_OBJS)
735
736$(SIM_CIPHER_OBJS):
737	@if test '!' -f lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
738
739$(SIM_HASH_OBJS):
740	@if test '!' -f lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
741
742#
743# Installation
744#
745install-data-hook:
746	-mkdir -p $(modulesdir)
747	-$(INSTALL_DATA) $(top_srcdir)/lib/silcsim/*.so $(modulesdir)/
748
749@INCLUDE_DEFINES_INT@
750
751#
752#includes-install: Makefile
753#	for i in $(include_HEADERS); do s=$(srcdir)/$$i;
754#d=$(silc_top_srcdir)/includes/$$i; \
755#	   ln $$s $$d 2>/dev/null || (rm -f $$d; cp -p $$s $$d;); \
756#	done;
757#
758#all-local: includes-install
759
760
761# Tell versions [3.59,3.63) of GNU make to not export all variables.
762# Otherwise a system limit (for SysV at least) may be exceeded.
763.NOEXPORT:
764