Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / libs / libhmac / Makefile.in
CommitLineData
b0322a85 1# Makefile.in generated by automake 1.13.4 from Makefile.am.
d9898ee8 2# @configure_input@
3
b0322a85
CE
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
d9898ee8 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
d9898ee8 17#
18# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
19# distribution information.
20
21
d9898ee8 22VPATH = @srcdir@
b0322a85
CE
23am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
24am__make_running_with_option = \
25 case $${target_option-} in \
26 ?) ;; \
27 *) echo "am__make_running_with_option: internal error: invalid" \
28 "target option '$${target_option-}' specified" >&2; \
29 exit 1;; \
30 esac; \
31 has_opt=no; \
32 sane_makeflags=$$MAKEFLAGS; \
33 if $(am__is_gnu_make); then \
34 sane_makeflags=$$MFLAGS; \
35 else \
36 case $$MAKEFLAGS in \
37 *\\[\ \ ]*) \
38 bs=\\; \
39 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
40 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
41 esac; \
42 fi; \
43 skip_next=no; \
44 strip_trailopt () \
45 { \
46 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
47 }; \
48 for flg in $$sane_makeflags; do \
49 test $$skip_next = yes && { skip_next=no; continue; }; \
50 case $$flg in \
51 *=*|--*) continue;; \
52 -*I) strip_trailopt 'I'; skip_next=yes;; \
53 -*I?*) strip_trailopt 'I';; \
54 -*O) strip_trailopt 'O'; skip_next=yes;; \
55 -*O?*) strip_trailopt 'O';; \
56 -*l) strip_trailopt 'l'; skip_next=yes;; \
57 -*l?*) strip_trailopt 'l';; \
58 -[dEDm]) skip_next=yes;; \
59 -[JT]) skip_next=yes;; \
60 esac; \
61 case $$flg in \
62 *$$target_option*) has_opt=yes; break;; \
63 esac; \
64 done; \
65 test $$has_opt = yes
66am__make_dryrun = (target_option=n; $(am__make_running_with_option))
67am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 68pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 69pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
70pkglibdir = $(libdir)/@PACKAGE@
71pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 72am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 73install_sh_DATA = $(install_sh) -c -m 644
74install_sh_PROGRAM = $(install_sh) -c
75install_sh_SCRIPT = $(install_sh) -c
76INSTALL_HEADER = $(INSTALL_DATA)
77transform = $(program_transform_name)
78NORMAL_INSTALL = :
79PRE_INSTALL = :
80POST_INSTALL = :
81NORMAL_UNINSTALL = :
82PRE_UNINSTALL = :
83POST_UNINSTALL = :
84build_triplet = @build@
85host_triplet = @host@
d9898ee8 86EXTRA_PROGRAMS = md5hmactest$(EXEEXT) sha1hmactest$(EXEEXT)
dd184caf 87subdir = .
b0322a85
CE
88DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
89 $(top_srcdir)/configure $(am__configure_deps) \
90 $(srcdir)/config.h.in $(top_srcdir)/../../depcomp \
91 ../../AUTHORS ../../COPYING ../../ChangeLog ../../config.guess \
92 ../../config.sub ../../depcomp ../../install-sh ../../missing \
93 ../../ltmain.sh $(top_srcdir)/../../config.guess \
94 $(top_srcdir)/../../config.sub $(top_srcdir)/../../install-sh \
95 $(top_srcdir)/../../ltmain.sh $(top_srcdir)/../../missing
d9898ee8 96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 97am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 101 configure.lineno config.status.lineno
d9898ee8 102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = config.h
104CONFIG_CLEAN_FILES =
8d138742 105CONFIG_CLEAN_VPATH_FILES =
d9898ee8 106LTLIBRARIES = $(noinst_LTLIBRARIES)
107libhmac_la_LIBADD =
108am_libhmac_la_OBJECTS = hmac.lo
109libhmac_la_OBJECTS = $(am_libhmac_la_OBJECTS)
b0322a85
CE
110AM_V_lt = $(am__v_lt_@AM_V@)
111am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
112am__v_lt_0 = --silent
113am__v_lt_1 =
d9898ee8 114PROGRAMS = $(noinst_PROGRAMS)
115am_md5hmactest_OBJECTS = md5hmactest.$(OBJEXT)
116md5hmactest_OBJECTS = $(am_md5hmactest_OBJECTS)
117am__DEPENDENCIES_1 = libhmac.la
b0322a85 118md5hmactest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
dd184caf 119 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
120 $(md5hmactest_LDFLAGS) $(LDFLAGS) -o $@
d9898ee8 121am_sha1hmactest_OBJECTS = sha1hmactest.$(OBJEXT)
122sha1hmactest_OBJECTS = $(am_sha1hmactest_OBJECTS)
b0322a85 123sha1hmactest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
dd184caf 124 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125 $(sha1hmactest_LDFLAGS) $(LDFLAGS) -o $@
b0322a85
CE
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo " GEN " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
dd184caf 138DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 139depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 140am__depfiles_maybe = depfiles
8d138742 141am__mv = mv -f
d9898ee8 142COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
144LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
146 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
147 $(AM_CFLAGS) $(CFLAGS)
148AM_V_CC = $(am__v_CC_@AM_V@)
149am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150am__v_CC_0 = @echo " CC " $@;
151am__v_CC_1 =
d9898ee8 152CCLD = $(CC)
b0322a85
CE
153LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155 $(AM_LDFLAGS) $(LDFLAGS) -o $@
156AM_V_CCLD = $(am__v_CCLD_@AM_V@)
157am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
158am__v_CCLD_0 = @echo " CCLD " $@;
159am__v_CCLD_1 =
d9898ee8 160SOURCES = $(libhmac_la_SOURCES) $(md5hmactest_SOURCES) \
161 $(sha1hmactest_SOURCES)
162DIST_SOURCES = $(libhmac_la_SOURCES) $(md5hmactest_SOURCES) \
163 $(sha1hmactest_SOURCES)
b0322a85
CE
164am__can_run_installinfo = \
165 case $$AM_UPDATE_INFO_DIR in \
166 n|no|NO) false;; \
167 *) (install-info --version) >/dev/null 2>&1;; \
168 esac
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
170 $(LISP)config.h.in
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates. Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175 BEGIN { nonempty = 0; } \
176 { items[$$0] = 1; nonempty = 1; } \
177 END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique. This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183 list='$(am__tagged_files)'; \
184 unique=`for i in $$list; do \
185 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186 done | $(am__uniquify_input)`
d9898ee8 187ETAGS = etags
188CTAGS = ctags
b0322a85
CE
189CSCOPE = cscope
190AM_RECURSIVE_TARGETS = cscope
d9898ee8 191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192distdir = $(PACKAGE)-$(VERSION)
193top_distdir = $(distdir)
194am__remove_distdir = \
b0322a85
CE
195 if test -d "$(distdir)"; then \
196 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
197 && rm -rf "$(distdir)" \
198 || { sleep 5 && rm -rf "$(distdir)"; }; \
199 else :; fi
200am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 201DIST_ARCHIVES = $(distdir).tar.gz
202GZIP_ENV = --best
b0322a85 203DIST_TARGETS = dist-gzip
d9898ee8 204distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
205am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
206 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 207distcleancheck_listfiles = find . -type f -print
208ACLOCAL = @ACLOCAL@
d9898ee8 209AMTAR = @AMTAR@
b0322a85 210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 211AR = @AR@
212AUTOCONF = @AUTOCONF@
213AUTOHEADER = @AUTOHEADER@
dd184caf 214AUTOMAKE = @AUTOMAKE@
d9898ee8 215AWK = @AWK@
216CC = @CC@
217CCDEPMODE = @CCDEPMODE@
218CFLAGS = @CFLAGS@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
d9898ee8 221CYGPATH_W = @CYGPATH_W@
222DEFS = @DEFS@
223DEPDIR = @DEPDIR@
b0322a85 224DLLTOOL = @DLLTOOL@
8d138742
CE
225DSYMUTIL = @DSYMUTIL@
226DUMPBIN = @DUMPBIN@
d9898ee8 227ECHO_C = @ECHO_C@
228ECHO_N = @ECHO_N@
229ECHO_T = @ECHO_T@
230EGREP = @EGREP@
231EXEEXT = @EXEEXT@
8d138742 232FGREP = @FGREP@
dd184caf 233GREP = @GREP@
234INSTALL = @INSTALL@
d9898ee8 235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 239LD = @LD@
d9898ee8 240LDFLAGS = @LDFLAGS@
241LIBOBJS = @LIBOBJS@
242LIBS = @LIBS@
243LIBTOOL = @LIBTOOL@
8d138742 244LIPO = @LIPO@
d9898ee8 245LN_S = @LN_S@
246LTLIBOBJS = @LTLIBOBJS@
247MAKEINFO = @MAKEINFO@
b0322a85 248MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 249MKDIR_P = @MKDIR_P@
8d138742
CE
250NM = @NM@
251NMEDIT = @NMEDIT@
252OBJDUMP = @OBJDUMP@
d9898ee8 253OBJEXT = @OBJEXT@
8d138742
CE
254OTOOL = @OTOOL@
255OTOOL64 = @OTOOL64@
d9898ee8 256PACKAGE = @PACKAGE@
257PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258PACKAGE_NAME = @PACKAGE_NAME@
259PACKAGE_STRING = @PACKAGE_STRING@
260PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 261PACKAGE_URL = @PACKAGE_URL@
d9898ee8 262PACKAGE_VERSION = @PACKAGE_VERSION@
263PATH_SEPARATOR = @PATH_SEPARATOR@
264RANLIB = @RANLIB@
265SED = @SED@
266SET_MAKE = @SET_MAKE@
267SHELL = @SHELL@
268STRIP = @STRIP@
269TESTPROGS = @TESTPROGS@
270VERSION = @VERSION@
dd184caf 271abs_builddir = @abs_builddir@
272abs_srcdir = @abs_srcdir@
273abs_top_builddir = @abs_top_builddir@
274abs_top_srcdir = @abs_top_srcdir@
b0322a85 275ac_ct_AR = @ac_ct_AR@
d9898ee8 276ac_ct_CC = @ac_ct_CC@
8d138742 277ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 278am__include = @am__include@
279am__leading_dot = @am__leading_dot@
280am__quote = @am__quote@
281am__tar = @am__tar@
282am__untar = @am__untar@
283bindir = @bindir@
284build = @build@
285build_alias = @build_alias@
286build_cpu = @build_cpu@
287build_os = @build_os@
288build_vendor = @build_vendor@
dd184caf 289builddir = @builddir@
d9898ee8 290datadir = @datadir@
dd184caf 291datarootdir = @datarootdir@
292docdir = @docdir@
293dvidir = @dvidir@
d9898ee8 294exec_prefix = @exec_prefix@
295hashlibs = @hashlibs@
296host = @host@
297host_alias = @host_alias@
298host_cpu = @host_cpu@
299host_os = @host_os@
300host_vendor = @host_vendor@
dd184caf 301htmldir = @htmldir@
d9898ee8 302includedir = @includedir@
303infodir = @infodir@
304install_sh = @install_sh@
305libdir = @libdir@
306libexecdir = @libexecdir@
dd184caf 307localedir = @localedir@
d9898ee8 308localstatedir = @localstatedir@
309mandir = @mandir@
310mkdir_p = @mkdir_p@
311oldincludedir = @oldincludedir@
dd184caf 312pdfdir = @pdfdir@
d9898ee8 313prefix = @prefix@
314program_transform_name = @program_transform_name@
dd184caf 315psdir = @psdir@
d9898ee8 316sbindir = @sbindir@
317sharedstatedir = @sharedstatedir@
dd184caf 318srcdir = @srcdir@
d9898ee8 319sysconfdir = @sysconfdir@
320target_alias = @target_alias@
8d138742 321top_build_prefix = @top_build_prefix@
dd184caf 322top_builddir = @top_builddir@
323top_srcdir = @top_srcdir@
d9898ee8 324noinst_LTLIBRARIES = libhmac.la
325libhmac_la_SOURCES = hmac.c hmac.h
dd184caf 326noinst_PROGRAMS = @TESTPROGS@
d9898ee8 327md5hmactest_SOURCES = md5hmactest.c
328md5hmactest_DEPENDENCIES = libhmac.la @hashlibs@
329md5hmactest_LDADD = $(md5hmactest_DEPENDENCIES)
330md5hmactest_LDFLAGS = -static
331sha1hmactest_SOURCES = sha1hmactest.c
332sha1hmactest_DEPENDENCIES = libhmac.la @hashlibs@
333sha1hmactest_LDADD = $(sha1hmactest_DEPENDENCIES)
334sha1hmactest_LDFLAGS = -static
335EXTRA_DIST = md5hmactest.txt sha1hmactest.txt
336all: config.h
337 $(MAKE) $(AM_MAKEFLAGS) all-am
338
339.SUFFIXES:
340.SUFFIXES: .c .lo .o .obj
b0322a85 341am--refresh: Makefile
d9898ee8 342 @:
343$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
344 @for dep in $?; do \
345 case '$(am__configure_deps)' in \
346 *$$dep*) \
8d138742
CE
347 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
348 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 349 && exit 0; \
350 exit 1;; \
351 esac; \
352 done; \
8d138742
CE
353 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
354 $(am__cd) $(top_srcdir) && \
355 $(AUTOMAKE) --foreign Makefile
d9898ee8 356.PRECIOUS: Makefile
357Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358 @case '$?' in \
359 *config.status*) \
360 echo ' $(SHELL) ./config.status'; \
361 $(SHELL) ./config.status;; \
362 *) \
363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
364 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
365 esac;
366
367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368 $(SHELL) ./config.status --recheck
369
370$(top_srcdir)/configure: $(am__configure_deps)
8d138742 371 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 372$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
373 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
374$(am__aclocal_m4_deps):
d9898ee8 375
376config.h: stamp-h1
b0322a85
CE
377 @if test ! -f $@; then rm -f stamp-h1; else :; fi
378 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
d9898ee8 379
380stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
381 @rm -f stamp-h1
382 cd $(top_builddir) && $(SHELL) ./config.status config.h
383$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 384 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 385 rm -f stamp-h1
386 touch $@
387
388distclean-hdr:
389 -rm -f config.h stamp-h1
390
391clean-noinstLTLIBRARIES:
392 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
b0322a85
CE
393 @list='$(noinst_LTLIBRARIES)'; \
394 locs=`for p in $$list; do echo $$p; done | \
395 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
396 sort -u`; \
397 test -z "$$locs" || { \
398 echo rm -f $${locs}; \
399 rm -f $${locs}; \
400 }
401
402libhmac.la: $(libhmac_la_OBJECTS) $(libhmac_la_DEPENDENCIES) $(EXTRA_libhmac_la_DEPENDENCIES)
403 $(AM_V_CCLD)$(LINK) $(libhmac_la_OBJECTS) $(libhmac_la_LIBADD) $(LIBS)
d9898ee8 404
405clean-noinstPROGRAMS:
8d138742
CE
406 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
407 echo " rm -f" $$list; \
408 rm -f $$list || exit $$?; \
409 test -n "$(EXEEXT)" || exit 0; \
410 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
411 echo " rm -f" $$list; \
412 rm -f $$list
b0322a85
CE
413
414md5hmactest$(EXEEXT): $(md5hmactest_OBJECTS) $(md5hmactest_DEPENDENCIES) $(EXTRA_md5hmactest_DEPENDENCIES)
d9898ee8 415 @rm -f md5hmactest$(EXEEXT)
b0322a85
CE
416 $(AM_V_CCLD)$(md5hmactest_LINK) $(md5hmactest_OBJECTS) $(md5hmactest_LDADD) $(LIBS)
417
418sha1hmactest$(EXEEXT): $(sha1hmactest_OBJECTS) $(sha1hmactest_DEPENDENCIES) $(EXTRA_sha1hmactest_DEPENDENCIES)
d9898ee8 419 @rm -f sha1hmactest$(EXEEXT)
b0322a85 420 $(AM_V_CCLD)$(sha1hmactest_LINK) $(sha1hmactest_OBJECTS) $(sha1hmactest_LDADD) $(LIBS)
d9898ee8 421
422mostlyclean-compile:
423 -rm -f *.$(OBJEXT)
424
425distclean-compile:
426 -rm -f *.tab.c
427
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5hmactest.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1hmactest.Po@am__quote@
431
432.c.o:
b0322a85
CE
433@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 436@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 437@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
d9898ee8 438
439.c.obj:
b0322a85
CE
440@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
441@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
442@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 443@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 444@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
d9898ee8 445
446.c.lo:
b0322a85
CE
447@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
449@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d9898ee8 450@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 451@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 452
453mostlyclean-libtool:
454 -rm -f *.lo
455
456clean-libtool:
457 -rm -rf .libs _libs
458
459distclean-libtool:
8d138742 460 -rm -f libtool config.lt
d9898ee8 461
b0322a85
CE
462ID: $(am__tagged_files)
463 $(am__define_uniq_tagged_files); mkid -fID $$unique
464tags: tags-am
465TAGS: tags
466
467tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 468 set x; \
d9898ee8 469 here=`pwd`; \
b0322a85 470 $(am__define_uniq_tagged_files); \
8d138742
CE
471 shift; \
472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 473 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
474 if test $$# -gt 0; then \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 "$$@" $$unique; \
477 else \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 $$unique; \
480 fi; \
d9898ee8 481 fi
b0322a85
CE
482ctags: ctags-am
483
484CTAGS: ctags
485ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486 $(am__define_uniq_tagged_files); \
8d138742 487 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 488 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 489 $$unique
d9898ee8 490
491GTAGS:
492 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
493 && $(am__cd) $(top_srcdir) \
494 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
495cscope: cscope.files
496 test ! -s cscope.files \
497 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
498clean-cscope:
499 -rm -f cscope.files
500cscope.files: clean-cscope cscopelist
501cscopelist: cscopelist-am
502
503cscopelist-am: $(am__tagged_files)
504 list='$(am__tagged_files)'; \
505 case "$(srcdir)" in \
506 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
507 *) sdir=$(subdir)/$(srcdir) ;; \
508 esac; \
509 for i in $$list; do \
510 if test -f "$$i"; then \
511 echo "$(subdir)/$$i"; \
512 else \
513 echo "$$sdir/$$i"; \
514 fi; \
515 done >> $(top_builddir)/cscope.files
d9898ee8 516
517distclean-tags:
518 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 519 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 520
521distdir: $(DISTFILES)
522 $(am__remove_distdir)
8d138742 523 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526 list='$(DISTFILES)'; \
527 dist_files=`for file in $$list; do echo $$file; done | \
528 sed -e "s|^$$srcdirstrip/||;t" \
529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
530 case $$dist_files in \
531 */*) $(MKDIR_P) `echo "$$dist_files" | \
532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 sort -u` ;; \
534 esac; \
535 for file in $$dist_files; do \
d9898ee8 536 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 537 if test -d $$d/$$file; then \
dd184caf 538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
539 if test -d "$(distdir)/$$file"; then \
540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541 fi; \
d9898ee8 542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
543 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 545 fi; \
8d138742 546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 547 else \
8d138742
CE
548 test -f "$(distdir)/$$file" \
549 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 550 || exit 1; \
551 fi; \
552 done
8d138742 553 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
554 || find "$(distdir)" -type d ! -perm -755 \
555 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 556 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
557 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 558 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 559 || chmod -R a+r "$(distdir)"
d9898ee8 560dist-gzip: distdir
561 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 562 $(am__post_remove_distdir)
d9898ee8 563
564dist-bzip2: distdir
b0322a85
CE
565 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
566 $(am__post_remove_distdir)
d9898ee8 567
b0322a85
CE
568dist-lzip: distdir
569 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
570 $(am__post_remove_distdir)
ac40fd9e 571
8d138742 572dist-xz: distdir
b0322a85
CE
573 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
574 $(am__post_remove_distdir)
8d138742 575
d9898ee8 576dist-tarZ: distdir
577 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 578 $(am__post_remove_distdir)
d9898ee8 579
580dist-shar: distdir
581 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 582 $(am__post_remove_distdir)
d9898ee8 583
584dist-zip: distdir
585 -rm -f $(distdir).zip
586 zip -rq $(distdir).zip $(distdir)
b0322a85 587 $(am__post_remove_distdir)
d9898ee8 588
b0322a85
CE
589dist dist-all:
590 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
591 $(am__post_remove_distdir)
d9898ee8 592
593# This target untars the dist file and tries a VPATH configuration. Then
594# it guarantees that the distribution is self-contained by making another
595# tarfile.
596distcheck: dist
597 case '$(DIST_ARCHIVES)' in \
598 *.tar.gz*) \
b0322a85 599 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 600 *.tar.bz2*) \
b0322a85
CE
601 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
602 *.tar.lz*) \
603 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
604 *.tar.xz*) \
605 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 606 *.tar.Z*) \
607 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
608 *.shar.gz*) \
b0322a85 609 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 610 *.zip*) \
611 unzip $(distdir).zip ;;\
612 esac
b0322a85
CE
613 chmod -R a-w $(distdir)
614 chmod u+w $(distdir)
615 mkdir $(distdir)/_build $(distdir)/_inst
d9898ee8 616 chmod a-w $(distdir)
8d138742 617 test -d $(distdir)/_build || exit 0; \
d9898ee8 618 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
619 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
620 && am__cwd=`pwd` \
621 && $(am__cd) $(distdir)/_build \
d9898ee8 622 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
b0322a85 623 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 624 $(DISTCHECK_CONFIGURE_FLAGS) \
625 && $(MAKE) $(AM_MAKEFLAGS) \
626 && $(MAKE) $(AM_MAKEFLAGS) dvi \
627 && $(MAKE) $(AM_MAKEFLAGS) check \
628 && $(MAKE) $(AM_MAKEFLAGS) install \
629 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
630 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
631 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
632 distuninstallcheck \
633 && chmod -R a-w "$$dc_install_base" \
634 && ({ \
635 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
636 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
637 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
638 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
639 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
640 } || { rm -rf "$$dc_destdir"; exit 1; }) \
641 && rm -rf "$$dc_destdir" \
642 && $(MAKE) $(AM_MAKEFLAGS) dist \
643 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
644 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
645 && cd "$$am__cwd" \
646 || exit 1
b0322a85 647 $(am__post_remove_distdir)
d9898ee8 648 @(echo "$(distdir) archives ready for distribution: "; \
649 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 650 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 651distuninstallcheck:
b0322a85
CE
652 @test -n '$(distuninstallcheck_dir)' || { \
653 echo 'ERROR: trying to run $@ with an empty' \
654 '$$(distuninstallcheck_dir)' >&2; \
655 exit 1; \
656 }; \
657 $(am__cd) '$(distuninstallcheck_dir)' || { \
658 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
659 exit 1; \
660 }; \
661 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
d9898ee8 662 || { echo "ERROR: files left after uninstall:" ; \
663 if test -n "$(DESTDIR)"; then \
664 echo " (check DESTDIR support)"; \
665 fi ; \
666 $(distuninstallcheck_listfiles) ; \
667 exit 1; } >&2
668distcleancheck: distclean
669 @if test '$(srcdir)' = . ; then \
670 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
671 exit 1 ; \
672 fi
673 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
674 || { echo "ERROR: files left in build directory after distclean:" ; \
675 $(distcleancheck_listfiles) ; \
676 exit 1; } >&2
677check-am: all-am
678check: check-am
679all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
680installdirs:
681install: install-am
682install-exec: install-exec-am
683install-data: install-data-am
684uninstall: uninstall-am
685
686install-am: all-am
687 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
688
689installcheck: installcheck-am
690install-strip:
b0322a85
CE
691 if test -z '$(STRIP)'; then \
692 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694 install; \
695 else \
696 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
697 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
698 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
699 fi
d9898ee8 700mostlyclean-generic:
701
702clean-generic:
703
704distclean-generic:
705 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 706 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 707
708maintainer-clean-generic:
709 @echo "This command is intended for maintainers to use"
710 @echo "it deletes files that may require special tools to rebuild."
711clean: clean-am
712
713clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
714 clean-noinstPROGRAMS mostlyclean-am
715
716distclean: distclean-am
717 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
718 -rm -rf ./$(DEPDIR)
719 -rm -f Makefile
720distclean-am: clean-am distclean-compile distclean-generic \
721 distclean-hdr distclean-libtool distclean-tags
722
723dvi: dvi-am
724
725dvi-am:
726
727html: html-am
728
8d138742
CE
729html-am:
730
d9898ee8 731info: info-am
732
733info-am:
734
735install-data-am:
736
dd184caf 737install-dvi: install-dvi-am
738
8d138742
CE
739install-dvi-am:
740
d9898ee8 741install-exec-am:
742
dd184caf 743install-html: install-html-am
744
8d138742
CE
745install-html-am:
746
d9898ee8 747install-info: install-info-am
748
8d138742
CE
749install-info-am:
750
d9898ee8 751install-man:
752
dd184caf 753install-pdf: install-pdf-am
754
8d138742
CE
755install-pdf-am:
756
dd184caf 757install-ps: install-ps-am
758
8d138742
CE
759install-ps-am:
760
d9898ee8 761installcheck-am:
762
763maintainer-clean: maintainer-clean-am
764 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
765 -rm -rf $(top_srcdir)/autom4te.cache
766 -rm -rf ./$(DEPDIR)
767 -rm -f Makefile
768maintainer-clean-am: distclean-am maintainer-clean-generic
769
770mostlyclean: mostlyclean-am
771
772mostlyclean-am: mostlyclean-compile mostlyclean-generic \
773 mostlyclean-libtool
774
775pdf: pdf-am
776
777pdf-am:
778
779ps: ps-am
780
781ps-am:
782
dd184caf 783uninstall-am:
784
8d138742 785.MAKE: all install-am install-strip
d9898ee8 786
b0322a85
CE
787.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
788 clean-cscope clean-generic clean-libtool \
789 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
790 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
791 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
792 distcheck distclean distclean-compile distclean-generic \
793 distclean-hdr distclean-libtool distclean-tags distcleancheck \
794 distdir distuninstallcheck dvi dvi-am html html-am info \
795 info-am install install-am install-data install-data-am \
796 install-dvi install-dvi-am install-exec install-exec-am \
797 install-html install-html-am install-info install-info-am \
798 install-man install-pdf install-pdf-am install-ps \
799 install-ps-am install-strip installcheck installcheck-am \
800 installdirs maintainer-clean maintainer-clean-generic \
801 mostlyclean mostlyclean-compile mostlyclean-generic \
802 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
803 uninstall-am
d9898ee8 804
805
806check-am:
807 test ! -x ./md5hmactest || ./md5hmactest | cmp -s - $(srcdir)/md5hmactest.txt
808 test ! -x ./sha1hmactest || ./sha1hmactest | cmp -s - $(srcdir)/sha1hmactest.txt
8d138742 809
d9898ee8 810# Tell versions [3.59,3.63) of GNU make to not export all variables.
811# Otherwise a system limit (for SysV at least) may be exceeded.
812.NOEXPORT: