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