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