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