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