1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Makefile for cipher modules
19# Copyright (C) 1998, 1999, 2000, 2001, 2002,
20#               2003, 2009 Free Software Foundation, Inc.
21#
22# This file is part of Libgcrypt.
23#
24# Libgcrypt is free software; you can redistribute it and/or modify
25# it under the terms of the GNU Lesser General Public License as
26# published by the Free Software Foundation; either version 2.1 of
27# the License, or (at your option) any later version.
28#
29# Libgcrypt is distributed in the hope that it will be useful,
30# but WITHOUT ANY WARRANTY; without even the implied warranty of
31# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32# GNU Lesser General Public License for more details.
33#
34# You should have received a copy of the GNU Lesser General Public
35# License along with this program; if not, see <http://www.gnu.org/licenses/>.
36
37# Process this file with automake to produce Makefile.in
38
39VPATH = @srcdir@
40pkgdatadir = $(datadir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkglibexecdir = $(libexecdir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58subdir = cipher
59DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/m4/gpg-error.m4 \
62	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
63	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
64	$(top_srcdir)/m4/lt~obsolete.m4 \
65	$(top_srcdir)/m4/noexecstack.m4 $(top_srcdir)/m4/onceonly.m4 \
66	$(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
67	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES =
73CONFIG_CLEAN_VPATH_FILES =
74LTLIBRARIES = $(noinst_LTLIBRARIES)
75am__DEPENDENCIES_1 =
76am_libcipher_la_OBJECTS = cipher.lo pubkey.lo ac.lo md.lo kdf.lo \
77	hmac-tests.lo primegen.lo hash-common.lo
78libcipher_la_OBJECTS = $(am_libcipher_la_OBJECTS)
79DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80depcomp = $(SHELL) $(top_srcdir)/depcomp
81am__depfiles_maybe = depfiles
82am__mv = mv -f
83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88CCLD = $(CC)
89LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91	$(LDFLAGS) -o $@
92SOURCES = $(libcipher_la_SOURCES) $(EXTRA_libcipher_la_SOURCES)
93DIST_SOURCES = $(libcipher_la_SOURCES) $(EXTRA_libcipher_la_SOURCES)
94ETAGS = etags
95CTAGS = ctags
96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97ACLOCAL = @ACLOCAL@
98AMTAR = @AMTAR@
99AR = @AR@
100AS = @AS@
101AUTOCONF = @AUTOCONF@
102AUTOHEADER = @AUTOHEADER@
103AUTOMAKE = @AUTOMAKE@
104AWK = @AWK@
105BUILD_FILEVERSION = @BUILD_FILEVERSION@
106BUILD_REVISION = @BUILD_REVISION@
107BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
108CC = @CC@
109CCAS = @CCAS@
110CCASDEPMODE = @CCASDEPMODE@
111CCASFLAGS = @CCASFLAGS@
112CCDEPMODE = @CCDEPMODE@
113CFLAGS = @CFLAGS@
114CPP = @CPP@
115CPPFLAGS = @CPPFLAGS@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119DLLTOOL = @DLLTOOL@
120DL_LIBS = @DL_LIBS@
121DSYMUTIL = @DSYMUTIL@
122DUMPBIN = @DUMPBIN@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128FALLBACK_SOCKLEN_T = @FALLBACK_SOCKLEN_T@
129FGREP = @FGREP@
130GCRYPT_CIPHERS = @GCRYPT_CIPHERS@
131GCRYPT_DIGESTS = @GCRYPT_DIGESTS@
132GCRYPT_PUBKEY_CIPHERS = @GCRYPT_PUBKEY_CIPHERS@
133GCRYPT_RANDOM = @GCRYPT_RANDOM@
134GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
135GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
136GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
137GREP = @GREP@
138INSERT_SYS_SELECT_H = @INSERT_SYS_SELECT_H@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LD = @LD@
145LDFLAGS = @LDFLAGS@
146LIBGCRYPT_CIPHERS = @LIBGCRYPT_CIPHERS@
147LIBGCRYPT_CONFIG_API_VERSION = @LIBGCRYPT_CONFIG_API_VERSION@
148LIBGCRYPT_CONFIG_CFLAGS = @LIBGCRYPT_CONFIG_CFLAGS@
149LIBGCRYPT_CONFIG_HOST = @LIBGCRYPT_CONFIG_HOST@
150LIBGCRYPT_CONFIG_LIBS = @LIBGCRYPT_CONFIG_LIBS@
151LIBGCRYPT_DIGESTS = @LIBGCRYPT_DIGESTS@
152LIBGCRYPT_LT_AGE = @LIBGCRYPT_LT_AGE@
153LIBGCRYPT_LT_CURRENT = @LIBGCRYPT_LT_CURRENT@
154LIBGCRYPT_LT_REVISION = @LIBGCRYPT_LT_REVISION@
155LIBGCRYPT_PUBKEY_CIPHERS = @LIBGCRYPT_PUBKEY_CIPHERS@
156LIBGCRYPT_THREAD_MODULES = @LIBGCRYPT_THREAD_MODULES@
157LIBOBJS = @LIBOBJS@
158LIBS = @LIBS@
159LIBTOOL = @LIBTOOL@
160LIPO = @LIPO@
161LN_S = @LN_S@
162LTLIBOBJS = @LTLIBOBJS@
163MAINT = @MAINT@
164MAKEINFO = @MAKEINFO@
165MKDIR_P = @MKDIR_P@
166MPI_SFLAGS = @MPI_SFLAGS@
167NM = @NM@
168NMEDIT = @NMEDIT@
169NOEXECSTACK_FLAGS = @NOEXECSTACK_FLAGS@
170OBJDUMP = @OBJDUMP@
171OBJEXT = @OBJEXT@
172OTOOL = @OTOOL@
173OTOOL64 = @OTOOL64@
174PACKAGE = @PACKAGE@
175PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176PACKAGE_NAME = @PACKAGE_NAME@
177PACKAGE_STRING = @PACKAGE_STRING@
178PACKAGE_TARNAME = @PACKAGE_TARNAME@
179PACKAGE_URL = @PACKAGE_URL@
180PACKAGE_VERSION = @PACKAGE_VERSION@
181PATH_SEPARATOR = @PATH_SEPARATOR@
182PTH_CFLAGS = @PTH_CFLAGS@
183PTH_CONFIG = @PTH_CONFIG@
184PTH_LIBS = @PTH_LIBS@
185RANLIB = @RANLIB@
186RC = @RC@
187SED = @SED@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190STRIP = @STRIP@
191SYS_SOCKET_H = @SYS_SOCKET_H@
192VERSION = @VERSION@
193abs_builddir = @abs_builddir@
194abs_srcdir = @abs_srcdir@
195abs_top_builddir = @abs_top_builddir@
196abs_top_srcdir = @abs_top_srcdir@
197ac_ct_CC = @ac_ct_CC@
198ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210builddir = @builddir@
211datadir = @datadir@
212datarootdir = @datarootdir@
213docdir = @docdir@
214dvidir = @dvidir@
215emacs_local_vars_begin = @emacs_local_vars_begin@
216emacs_local_vars_end = @emacs_local_vars_end@
217emacs_local_vars_read_only = @emacs_local_vars_read_only@
218exec_prefix = @exec_prefix@
219host = @host@
220host_alias = @host_alias@
221host_cpu = @host_cpu@
222host_os = @host_os@
223host_vendor = @host_vendor@
224htmldir = @htmldir@
225includedir = @includedir@
226infodir = @infodir@
227install_sh = @install_sh@
228libdir = @libdir@
229libexecdir = @libexecdir@
230localedir = @localedir@
231localstatedir = @localstatedir@
232lt_ECHO = @lt_ECHO@
233mandir = @mandir@
234mkdir_p = @mkdir_p@
235oldincludedir = @oldincludedir@
236pdfdir = @pdfdir@
237prefix = @prefix@
238program_transform_name = @program_transform_name@
239psdir = @psdir@
240sbindir = @sbindir@
241sharedstatedir = @sharedstatedir@
242srcdir = @srcdir@
243sysconfdir = @sysconfdir@
244target_alias = @target_alias@
245top_build_prefix = @top_build_prefix@
246top_builddir = @top_builddir@
247top_srcdir = @top_srcdir@
248EXTRA_DIST = Manifest
249
250# Need to include ../src in addition to top_srcdir because gcrypt.h is
251# a built header.
252AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
253AM_CFLAGS = $(GPG_ERROR_CFLAGS)
254noinst_LTLIBRARIES = libcipher.la
255GCRYPT_MODULES = @GCRYPT_CIPHERS@ @GCRYPT_PUBKEY_CIPHERS@ @GCRYPT_DIGESTS@
256libcipher_la_DEPENDENCIES = $(GCRYPT_MODULES)
257libcipher_la_LIBADD = $(GCRYPT_MODULES)
258libcipher_la_SOURCES = \
259cipher.c pubkey.c ac.c md.c kdf.c \
260hmac-tests.c \
261bithelp.h  \
262primegen.c  \
263hash-common.c hash-common.h \
264rmd.h
265
266EXTRA_libcipher_la_SOURCES = \
267arcfour.c \
268blowfish.c \
269cast5.c \
270crc.c \
271des.c \
272dsa.c \
273elgamal.c \
274ecc.c \
275md4.c \
276md5.c \
277rijndael.c rijndael-tables.h \
278rmd160.c \
279rsa.c \
280seed.c \
281serpent.c \
282sha1.c \
283sha256.c \
284sha512.c \
285tiger.c \
286whirlpool.c \
287twofish.c \
288rfc2268.c \
289camellia.c camellia.h camellia-glue.c
290
291@ENABLE_O_FLAG_MUNGING_FALSE@o_flag_munging = cat
292@ENABLE_O_FLAG_MUNGING_TRUE@o_flag_munging = sed -e 's/-O[2-9s]*/-O1/g'
293all: all-am
294
295.SUFFIXES:
296.SUFFIXES: .c .lo .o .obj
297$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302	        && { if test -f $@; then exit 0; else break; fi; }; \
303	      exit 1;; \
304	  esac; \
305	done; \
306	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cipher/Makefile'; \
307	$(am__cd) $(top_srcdir) && \
308	  $(AUTOMAKE) --gnu cipher/Makefile
309.PRECIOUS: Makefile
310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311	@case '$?' in \
312	  *config.status*) \
313	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314	  *) \
315	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317	esac;
318
319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(am__aclocal_m4_deps):
327
328clean-noinstLTLIBRARIES:
329	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
330	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
331	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
332	  test "$$dir" != "$$p" || dir=.; \
333	  echo "rm -f \"$${dir}/so_locations\""; \
334	  rm -f "$${dir}/so_locations"; \
335	done
336libcipher.la: $(libcipher_la_OBJECTS) $(libcipher_la_DEPENDENCIES) 
337	$(LINK)  $(libcipher_la_OBJECTS) $(libcipher_la_LIBADD) $(LIBS)
338
339mostlyclean-compile:
340	-rm -f *.$(OBJEXT)
341
342distclean-compile:
343	-rm -f *.tab.c
344
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ac.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arcfour.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blowfish.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camellia-glue.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camellia.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cast5.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cipher.Plo@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc.Plo@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/des.Plo@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsa.Plo@am__quote@
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecc.Plo@am__quote@
356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elgamal.Plo@am__quote@
357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash-common.Plo@am__quote@
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac-tests.Plo@am__quote@
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdf.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md.Plo@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Plo@am__quote@
362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/primegen.Plo@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pubkey.Plo@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2268.Plo@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael.Plo@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmd160.Plo@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Plo@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seed.Plo@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serpent.Plo@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Plo@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha512.Plo@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiger.Plo@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twofish.Plo@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whirlpool.Plo@am__quote@
377
378.c.o:
379@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
380@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
381@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
382@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383@am__fastdepCC_FALSE@	$(COMPILE) -c $<
384
385.c.obj:
386@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
387@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
388@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
389@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
391
392.c.lo:
393@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
395@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
398
399mostlyclean-libtool:
400	-rm -f *.lo
401
402clean-libtool:
403	-rm -rf .libs _libs
404
405ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407	unique=`for i in $$list; do \
408	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409	  done | \
410	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411	      END { if (nonempty) { for (i in files) print i; }; }'`; \
412	mkid -fID $$unique
413tags: TAGS
414
415TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416		$(TAGS_FILES) $(LISP)
417	set x; \
418	here=`pwd`; \
419	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
420	unique=`for i in $$list; do \
421	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422	  done | \
423	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
424	      END { if (nonempty) { for (i in files) print i; }; }'`; \
425	shift; \
426	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
427	  test -n "$$unique" || unique=$$empty_fix; \
428	  if test $$# -gt 0; then \
429	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430	      "$$@" $$unique; \
431	  else \
432	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433	      $$unique; \
434	  fi; \
435	fi
436ctags: CTAGS
437CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
438		$(TAGS_FILES) $(LISP)
439	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440	unique=`for i in $$list; do \
441	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442	  done | \
443	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444	      END { if (nonempty) { for (i in files) print i; }; }'`; \
445	test -z "$(CTAGS_ARGS)$$unique" \
446	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
447	     $$unique
448
449GTAGS:
450	here=`$(am__cd) $(top_builddir) && pwd` \
451	  && $(am__cd) $(top_srcdir) \
452	  && gtags -i $(GTAGS_ARGS) "$$here"
453
454distclean-tags:
455	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456
457distdir: $(DISTFILES)
458	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460	list='$(DISTFILES)'; \
461	  dist_files=`for file in $$list; do echo $$file; done | \
462	  sed -e "s|^$$srcdirstrip/||;t" \
463	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
464	case $$dist_files in \
465	  */*) $(MKDIR_P) `echo "$$dist_files" | \
466			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
467			   sort -u` ;; \
468	esac; \
469	for file in $$dist_files; do \
470	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
471	  if test -d $$d/$$file; then \
472	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
473	    if test -d "$(distdir)/$$file"; then \
474	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475	    fi; \
476	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
477	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
478	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479	    fi; \
480	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
481	  else \
482	    test -f "$(distdir)/$$file" \
483	    || cp -p $$d/$$file "$(distdir)/$$file" \
484	    || exit 1; \
485	  fi; \
486	done
487check-am: all-am
488check: check-am
489all-am: Makefile $(LTLIBRARIES)
490installdirs:
491install: install-am
492install-exec: install-exec-am
493install-data: install-data-am
494uninstall: uninstall-am
495
496install-am: all-am
497	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499installcheck: installcheck-am
500install-strip:
501	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503	  `test -z '$(STRIP)' || \
504	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
510	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
512
513maintainer-clean-generic:
514	@echo "This command is intended for maintainers to use"
515	@echo "it deletes files that may require special tools to rebuild."
516clean: clean-am
517
518clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
519	mostlyclean-am
520
521distclean: distclean-am
522	-rm -rf ./$(DEPDIR)
523	-rm -f Makefile
524distclean-am: clean-am distclean-compile distclean-generic \
525	distclean-tags
526
527dvi: dvi-am
528
529dvi-am:
530
531html: html-am
532
533html-am:
534
535info: info-am
536
537info-am:
538
539install-data-am:
540
541install-dvi: install-dvi-am
542
543install-dvi-am:
544
545install-exec-am:
546
547install-html: install-html-am
548
549install-html-am:
550
551install-info: install-info-am
552
553install-info-am:
554
555install-man:
556
557install-pdf: install-pdf-am
558
559install-pdf-am:
560
561install-ps: install-ps-am
562
563install-ps-am:
564
565installcheck-am:
566
567maintainer-clean: maintainer-clean-am
568	-rm -rf ./$(DEPDIR)
569	-rm -f Makefile
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-am
573
574mostlyclean-am: mostlyclean-compile mostlyclean-generic \
575	mostlyclean-libtool
576
577pdf: pdf-am
578
579pdf-am:
580
581ps: ps-am
582
583ps-am:
584
585uninstall-am:
586
587.MAKE: install-am install-strip
588
589.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
590	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
591	distclean-compile distclean-generic distclean-libtool \
592	distclean-tags distdir dvi dvi-am html html-am info info-am \
593	install install-am install-data install-data-am install-dvi \
594	install-dvi-am install-exec install-exec-am install-html \
595	install-html-am install-info install-info-am install-man \
596	install-pdf install-pdf-am install-ps install-ps-am \
597	install-strip installcheck installcheck-am installdirs \
598	maintainer-clean maintainer-clean-generic mostlyclean \
599	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
600	pdf pdf-am ps ps-am tags uninstall uninstall-am
601
602
603# We need to lower the optimization for this module.
604tiger.o: $(srcdir)/tiger.c
605	`echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
606
607tiger.lo: $(srcdir)/tiger.c
608	`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
609
610# Tell versions [3.59,3.63) of GNU make to not export all variables.
611# Otherwise a system limit (for SysV at least) may be exceeded.
612.NOEXPORT:
613