Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / libhmac / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
19 # distribution information.
20
21
22 VPATH = @srcdir@
23 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
24 am__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
66 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
67 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
68 pkgdatadir = $(datadir)/@PACKAGE@
69 pkgincludedir = $(includedir)/@PACKAGE@
70 pkglibdir = $(libdir)/@PACKAGE@
71 pkglibexecdir = $(libexecdir)/@PACKAGE@
72 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
73 install_sh_DATA = $(install_sh) -c -m 644
74 install_sh_PROGRAM = $(install_sh) -c
75 install_sh_SCRIPT = $(install_sh) -c
76 INSTALL_HEADER = $(INSTALL_DATA)
77 transform = $(program_transform_name)
78 NORMAL_INSTALL = :
79 PRE_INSTALL = :
80 POST_INSTALL = :
81 NORMAL_UNINSTALL = :
82 PRE_UNINSTALL = :
83 POST_UNINSTALL = :
84 build_triplet = @build@
85 host_triplet = @host@
86 EXTRA_PROGRAMS = md5hmactest$(EXEEXT) sha1hmactest$(EXEEXT)
87 subdir = .
88 DIST_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
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 configure.lineno config.status.lineno
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 LTLIBRARIES = $(noinst_LTLIBRARIES)
107 libhmac_la_LIBADD =
108 am_libhmac_la_OBJECTS = hmac.lo
109 libhmac_la_OBJECTS = $(am_libhmac_la_OBJECTS)
110 AM_V_lt = $(am__v_lt_@AM_V@)
111 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
112 am__v_lt_0 = --silent
113 am__v_lt_1 =
114 PROGRAMS = $(noinst_PROGRAMS)
115 am_md5hmactest_OBJECTS = md5hmactest.$(OBJEXT)
116 md5hmactest_OBJECTS = $(am_md5hmactest_OBJECTS)
117 am__DEPENDENCIES_1 = libhmac.la
118 md5hmactest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
120 $(md5hmactest_LDFLAGS) $(LDFLAGS) -o $@
121 am_sha1hmactest_OBJECTS = sha1hmactest.$(OBJEXT)
122 sha1hmactest_OBJECTS = $(am_sha1hmactest_OBJECTS)
123 sha1hmactest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
124 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125 $(sha1hmactest_LDFLAGS) $(LDFLAGS) -o $@
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo " GEN " $@;
133 am__v_GEN_1 =
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 =
138 DEFAULT_INCLUDES = -I.@am__isrc@
139 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
140 am__depfiles_maybe = depfiles
141 am__mv = mv -f
142 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144 LTCOMPILE = $(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)
148 AM_V_CC = $(am__v_CC_@AM_V@)
149 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150 am__v_CC_0 = @echo " CC " $@;
151 am__v_CC_1 =
152 CCLD = $(CC)
153 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155 $(AM_LDFLAGS) $(LDFLAGS) -o $@
156 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
157 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
158 am__v_CCLD_0 = @echo " CCLD " $@;
159 am__v_CCLD_1 =
160 SOURCES = $(libhmac_la_SOURCES) $(md5hmactest_SOURCES) \
161 $(sha1hmactest_SOURCES)
162 DIST_SOURCES = $(libhmac_la_SOURCES) $(md5hmactest_SOURCES) \
163 $(sha1hmactest_SOURCES)
164 am__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
169 am__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.
174 am__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.
182 am__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)`
187 ETAGS = etags
188 CTAGS = ctags
189 CSCOPE = cscope
190 AM_RECURSIVE_TARGETS = cscope
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 distdir = $(PACKAGE)-$(VERSION)
193 top_distdir = $(distdir)
194 am__remove_distdir = \
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
200 am__post_remove_distdir = $(am__remove_distdir)
201 DIST_ARCHIVES = $(distdir).tar.gz
202 GZIP_ENV = --best
203 DIST_TARGETS = dist-gzip
204 distuninstallcheck_listfiles = find . -type f -print
205 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
206 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
207 distcleancheck_listfiles = find . -type f -print
208 ACLOCAL = @ACLOCAL@
209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211 AR = @AR@
212 AUTOCONF = @AUTOCONF@
213 AUTOHEADER = @AUTOHEADER@
214 AUTOMAKE = @AUTOMAKE@
215 AWK = @AWK@
216 CC = @CC@
217 CCDEPMODE = @CCDEPMODE@
218 CFLAGS = @CFLAGS@
219 CPP = @CPP@
220 CPPFLAGS = @CPPFLAGS@
221 CYGPATH_W = @CYGPATH_W@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 FGREP = @FGREP@
233 GREP = @GREP@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LIBOBJS = @LIBOBJS@
242 LIBS = @LIBS@
243 LIBTOOL = @LIBTOOL@
244 LIPO = @LIPO@
245 LN_S = @LN_S@
246 LTLIBOBJS = @LTLIBOBJS@
247 MAKEINFO = @MAKEINFO@
248 MANIFEST_TOOL = @MANIFEST_TOOL@
249 MKDIR_P = @MKDIR_P@
250 NM = @NM@
251 NMEDIT = @NMEDIT@
252 OBJDUMP = @OBJDUMP@
253 OBJEXT = @OBJEXT@
254 OTOOL = @OTOOL@
255 OTOOL64 = @OTOOL64@
256 PACKAGE = @PACKAGE@
257 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258 PACKAGE_NAME = @PACKAGE_NAME@
259 PACKAGE_STRING = @PACKAGE_STRING@
260 PACKAGE_TARNAME = @PACKAGE_TARNAME@
261 PACKAGE_URL = @PACKAGE_URL@
262 PACKAGE_VERSION = @PACKAGE_VERSION@
263 PATH_SEPARATOR = @PATH_SEPARATOR@
264 RANLIB = @RANLIB@
265 SED = @SED@
266 SET_MAKE = @SET_MAKE@
267 SHELL = @SHELL@
268 STRIP = @STRIP@
269 TESTPROGS = @TESTPROGS@
270 VERSION = @VERSION@
271 abs_builddir = @abs_builddir@
272 abs_srcdir = @abs_srcdir@
273 abs_top_builddir = @abs_top_builddir@
274 abs_top_srcdir = @abs_top_srcdir@
275 ac_ct_AR = @ac_ct_AR@
276 ac_ct_CC = @ac_ct_CC@
277 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
278 am__include = @am__include@
279 am__leading_dot = @am__leading_dot@
280 am__quote = @am__quote@
281 am__tar = @am__tar@
282 am__untar = @am__untar@
283 bindir = @bindir@
284 build = @build@
285 build_alias = @build_alias@
286 build_cpu = @build_cpu@
287 build_os = @build_os@
288 build_vendor = @build_vendor@
289 builddir = @builddir@
290 datadir = @datadir@
291 datarootdir = @datarootdir@
292 docdir = @docdir@
293 dvidir = @dvidir@
294 exec_prefix = @exec_prefix@
295 hashlibs = @hashlibs@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 localedir = @localedir@
308 localstatedir = @localstatedir@
309 mandir = @mandir@
310 mkdir_p = @mkdir_p@
311 oldincludedir = @oldincludedir@
312 pdfdir = @pdfdir@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 psdir = @psdir@
316 sbindir = @sbindir@
317 sharedstatedir = @sharedstatedir@
318 srcdir = @srcdir@
319 sysconfdir = @sysconfdir@
320 target_alias = @target_alias@
321 top_build_prefix = @top_build_prefix@
322 top_builddir = @top_builddir@
323 top_srcdir = @top_srcdir@
324 noinst_LTLIBRARIES = libhmac.la
325 libhmac_la_SOURCES = hmac.c hmac.h
326 noinst_PROGRAMS = @TESTPROGS@
327 md5hmactest_SOURCES = md5hmactest.c
328 md5hmactest_DEPENDENCIES = libhmac.la @hashlibs@
329 md5hmactest_LDADD = $(md5hmactest_DEPENDENCIES)
330 md5hmactest_LDFLAGS = -static
331 sha1hmactest_SOURCES = sha1hmactest.c
332 sha1hmactest_DEPENDENCIES = libhmac.la @hashlibs@
333 sha1hmactest_LDADD = $(sha1hmactest_DEPENDENCIES)
334 sha1hmactest_LDFLAGS = -static
335 EXTRA_DIST = md5hmactest.txt sha1hmactest.txt
336 all: config.h
337 $(MAKE) $(AM_MAKEFLAGS) all-am
338
339 .SUFFIXES:
340 .SUFFIXES: .c .lo .o .obj
341 am--refresh: Makefile
342 @:
343 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
344 @for dep in $?; do \
345 case '$(am__configure_deps)' in \
346 *$$dep*) \
347 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
348 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
349 && exit 0; \
350 exit 1;; \
351 esac; \
352 done; \
353 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
354 $(am__cd) $(top_srcdir) && \
355 $(AUTOMAKE) --foreign Makefile
356 .PRECIOUS: Makefile
357 Makefile: $(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)
371 $(am__cd) $(srcdir) && $(AUTOCONF)
372 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
373 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
374 $(am__aclocal_m4_deps):
375
376 config.h: stamp-h1
377 @if test ! -f $@; then rm -f stamp-h1; else :; fi
378 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
379
380 stamp-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)
384 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
385 rm -f stamp-h1
386 touch $@
387
388 distclean-hdr:
389 -rm -f config.h stamp-h1
390
391 clean-noinstLTLIBRARIES:
392 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
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
402 libhmac.la: $(libhmac_la_OBJECTS) $(libhmac_la_DEPENDENCIES) $(EXTRA_libhmac_la_DEPENDENCIES)
403 $(AM_V_CCLD)$(LINK) $(libhmac_la_OBJECTS) $(libhmac_la_LIBADD) $(LIBS)
404
405 clean-noinstPROGRAMS:
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
413
414 md5hmactest$(EXEEXT): $(md5hmactest_OBJECTS) $(md5hmactest_DEPENDENCIES) $(EXTRA_md5hmactest_DEPENDENCIES)
415 @rm -f md5hmactest$(EXEEXT)
416 $(AM_V_CCLD)$(md5hmactest_LINK) $(md5hmactest_OBJECTS) $(md5hmactest_LDADD) $(LIBS)
417
418 sha1hmactest$(EXEEXT): $(sha1hmactest_OBJECTS) $(sha1hmactest_DEPENDENCIES) $(EXTRA_sha1hmactest_DEPENDENCIES)
419 @rm -f sha1hmactest$(EXEEXT)
420 $(AM_V_CCLD)$(sha1hmactest_LINK) $(sha1hmactest_OBJECTS) $(sha1hmactest_LDADD) $(LIBS)
421
422 mostlyclean-compile:
423 -rm -f *.$(OBJEXT)
424
425 distclean-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:
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@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
438
439 .c.obj:
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@
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
445
446 .c.lo:
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@
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
452
453 mostlyclean-libtool:
454 -rm -f *.lo
455
456 clean-libtool:
457 -rm -rf .libs _libs
458
459 distclean-libtool:
460 -rm -f libtool config.lt
461
462 ID: $(am__tagged_files)
463 $(am__define_uniq_tagged_files); mkid -fID $$unique
464 tags: tags-am
465 TAGS: tags
466
467 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
468 set x; \
469 here=`pwd`; \
470 $(am__define_uniq_tagged_files); \
471 shift; \
472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
473 test -n "$$unique" || unique=$$empty_fix; \
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; \
481 fi
482 ctags: ctags-am
483
484 CTAGS: ctags
485 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486 $(am__define_uniq_tagged_files); \
487 test -z "$(CTAGS_ARGS)$$unique" \
488 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489 $$unique
490
491 GTAGS:
492 here=`$(am__cd) $(top_builddir) && pwd` \
493 && $(am__cd) $(top_srcdir) \
494 && gtags -i $(GTAGS_ARGS) "$$here"
495 cscope: cscope.files
496 test ! -s cscope.files \
497 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
498 clean-cscope:
499 -rm -f cscope.files
500 cscope.files: clean-cscope cscopelist
501 cscopelist: cscopelist-am
502
503 cscopelist-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
516
517 distclean-tags:
518 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
520
521 distdir: $(DISTFILES)
522 $(am__remove_distdir)
523 test -d "$(distdir)" || mkdir "$(distdir)"
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 \
536 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
537 if test -d $$d/$$file; then \
538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
539 if test -d "$(distdir)/$$file"; then \
540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541 fi; \
542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
543 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545 fi; \
546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547 else \
548 test -f "$(distdir)/$$file" \
549 || cp -p $$d/$$file "$(distdir)/$$file" \
550 || exit 1; \
551 fi; \
552 done
553 -test -n "$(am__skip_mode_fix)" \
554 || find "$(distdir)" -type d ! -perm -755 \
555 -exec chmod u+rwx,go+rx {} \; -o \
556 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
557 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
558 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
559 || chmod -R a+r "$(distdir)"
560 dist-gzip: distdir
561 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
562 $(am__post_remove_distdir)
563
564 dist-bzip2: distdir
565 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
566 $(am__post_remove_distdir)
567
568 dist-lzip: distdir
569 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
570 $(am__post_remove_distdir)
571
572 dist-xz: distdir
573 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
574 $(am__post_remove_distdir)
575
576 dist-tarZ: distdir
577 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
578 $(am__post_remove_distdir)
579
580 dist-shar: distdir
581 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
582 $(am__post_remove_distdir)
583
584 dist-zip: distdir
585 -rm -f $(distdir).zip
586 zip -rq $(distdir).zip $(distdir)
587 $(am__post_remove_distdir)
588
589 dist dist-all:
590 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
591 $(am__post_remove_distdir)
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.
596 distcheck: dist
597 case '$(DIST_ARCHIVES)' in \
598 *.tar.gz*) \
599 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
600 *.tar.bz2*) \
601 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
602 *.tar.lz*) \
603 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
604 *.tar.xz*) \
605 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
606 *.tar.Z*) \
607 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
608 *.shar.gz*) \
609 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
610 *.zip*) \
611 unzip $(distdir).zip ;;\
612 esac
613 chmod -R a-w $(distdir)
614 chmod u+w $(distdir)
615 mkdir $(distdir)/_build $(distdir)/_inst
616 chmod a-w $(distdir)
617 test -d $(distdir)/_build || exit 0; \
618 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
619 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
620 && am__cwd=`pwd` \
621 && $(am__cd) $(distdir)/_build \
622 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
623 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
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) \
644 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
645 && cd "$$am__cwd" \
646 || exit 1
647 $(am__post_remove_distdir)
648 @(echo "$(distdir) archives ready for distribution: "; \
649 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
650 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
651 distuninstallcheck:
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 \
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
668 distcleancheck: 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
677 check-am: all-am
678 check: check-am
679 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
680 installdirs:
681 install: install-am
682 install-exec: install-exec-am
683 install-data: install-data-am
684 uninstall: uninstall-am
685
686 install-am: all-am
687 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
688
689 installcheck: installcheck-am
690 install-strip:
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
700 mostlyclean-generic:
701
702 clean-generic:
703
704 distclean-generic:
705 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
706 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
707
708 maintainer-clean-generic:
709 @echo "This command is intended for maintainers to use"
710 @echo "it deletes files that may require special tools to rebuild."
711 clean: clean-am
712
713 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
714 clean-noinstPROGRAMS mostlyclean-am
715
716 distclean: distclean-am
717 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
718 -rm -rf ./$(DEPDIR)
719 -rm -f Makefile
720 distclean-am: clean-am distclean-compile distclean-generic \
721 distclean-hdr distclean-libtool distclean-tags
722
723 dvi: dvi-am
724
725 dvi-am:
726
727 html: html-am
728
729 html-am:
730
731 info: info-am
732
733 info-am:
734
735 install-data-am:
736
737 install-dvi: install-dvi-am
738
739 install-dvi-am:
740
741 install-exec-am:
742
743 install-html: install-html-am
744
745 install-html-am:
746
747 install-info: install-info-am
748
749 install-info-am:
750
751 install-man:
752
753 install-pdf: install-pdf-am
754
755 install-pdf-am:
756
757 install-ps: install-ps-am
758
759 install-ps-am:
760
761 installcheck-am:
762
763 maintainer-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
768 maintainer-clean-am: distclean-am maintainer-clean-generic
769
770 mostlyclean: mostlyclean-am
771
772 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
773 mostlyclean-libtool
774
775 pdf: pdf-am
776
777 pdf-am:
778
779 ps: ps-am
780
781 ps-am:
782
783 uninstall-am:
784
785 .MAKE: all install-am install-strip
786
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
804
805
806 check-am:
807 test ! -x ./md5hmactest || ./md5hmactest | cmp -s - $(srcdir)/md5hmactest.txt
808 test ! -x ./sha1hmactest || ./sha1hmactest | cmp -s - $(srcdir)/sha1hmactest.txt
809
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: