Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / libs / md5 / 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 1998 - 2005 Double Precision, Inc. See COPYING for
19 # distribution information.
20
21
22 VPATH = @srcdir@
23 am__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 }
34 am__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
76 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78 pkgdatadir = $(datadir)/@PACKAGE@
79 pkgincludedir = $(includedir)/@PACKAGE@
80 pkglibdir = $(libdir)/@PACKAGE@
81 pkglibexecdir = $(libexecdir)/@PACKAGE@
82 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83 install_sh_DATA = $(install_sh) -c -m 644
84 install_sh_PROGRAM = $(install_sh) -c
85 install_sh_SCRIPT = $(install_sh) -c
86 INSTALL_HEADER = $(INSTALL_DATA)
87 transform = $(program_transform_name)
88 NORMAL_INSTALL = :
89 PRE_INSTALL = :
90 POST_INSTALL = :
91 NORMAL_UNINSTALL = :
92 PRE_UNINSTALL = :
93 POST_UNINSTALL = :
94 build_triplet = @build@
95 host_triplet = @host@
96 noinst_PROGRAMS = md5test$(EXEEXT)
97 subdir = .
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103 $(am__configure_deps) $(am__DIST_COMMON)
104 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105 configure.lineno config.status.lineno
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 LTLIBRARIES = $(noinst_LTLIBRARIES)
111 libmd5_la_LIBADD =
112 am__libmd5_la_SOURCES_DIST = md5.c md5.h md5_hash.c redhat-crypt-md5.c \
113 hmac.c
114 @HMACC_TRUE@am__objects_1 = hmac.lo
115 am_libmd5_la_OBJECTS = md5.lo md5_hash.lo redhat-crypt-md5.lo \
116 $(am__objects_1)
117 libmd5_la_OBJECTS = $(am_libmd5_la_OBJECTS)
118 AM_V_lt = $(am__v_lt_@AM_V@)
119 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
120 am__v_lt_0 = --silent
121 am__v_lt_1 =
122 PROGRAMS = $(noinst_PROGRAMS)
123 am_md5test_OBJECTS = md5test.$(OBJEXT)
124 md5test_OBJECTS = $(am_md5test_OBJECTS)
125 md5test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127 $(md5test_LDFLAGS) $(LDFLAGS) -o $@
128 AM_V_P = $(am__v_P_@AM_V@)
129 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130 am__v_P_0 = false
131 am__v_P_1 = :
132 AM_V_GEN = $(am__v_GEN_@AM_V@)
133 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134 am__v_GEN_0 = @echo " GEN " $@;
135 am__v_GEN_1 =
136 AM_V_at = $(am__v_at_@AM_V@)
137 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 am__v_at_0 = @
139 am__v_at_1 =
140 DEFAULT_INCLUDES = -I.@am__isrc@
141 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
142 am__depfiles_maybe = depfiles
143 am__mv = mv -f
144 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
148 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149 $(AM_CFLAGS) $(CFLAGS)
150 AM_V_CC = $(am__v_CC_@AM_V@)
151 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
152 am__v_CC_0 = @echo " CC " $@;
153 am__v_CC_1 =
154 CCLD = $(CC)
155 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157 $(AM_LDFLAGS) $(LDFLAGS) -o $@
158 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160 am__v_CCLD_0 = @echo " CCLD " $@;
161 am__v_CCLD_1 =
162 SOURCES = $(libmd5_la_SOURCES) $(md5test_SOURCES)
163 DIST_SOURCES = $(am__libmd5_la_SOURCES_DIST) $(md5test_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 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
192 $(top_srcdir)/../../compile $(top_srcdir)/../../config.guess \
193 $(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
194 $(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
195 $(top_srcdir)/../../missing ../../AUTHORS ../../COPYING \
196 ../../ChangeLog ../../INSTALL ../../NEWS ../../README \
197 ../../compile ../../config.guess ../../config.sub \
198 ../../depcomp ../../install-sh ../../ltmain.sh ../../missing
199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200 distdir = $(PACKAGE)-$(VERSION)
201 top_distdir = $(distdir)
202 am__remove_distdir = \
203 if test -d "$(distdir)"; then \
204 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
205 && rm -rf "$(distdir)" \
206 || { sleep 5 && rm -rf "$(distdir)"; }; \
207 else :; fi
208 am__post_remove_distdir = $(am__remove_distdir)
209 DIST_ARCHIVES = $(distdir).tar.gz
210 GZIP_ENV = --best
211 DIST_TARGETS = dist-gzip
212 distuninstallcheck_listfiles = find . -type f -print
213 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
214 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
215 distcleancheck_listfiles = find . -type f -print
216 ACLOCAL = @ACLOCAL@
217 AMTAR = @AMTAR@
218 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219 AR = @AR@
220 AUTOCONF = @AUTOCONF@
221 AUTOHEADER = @AUTOHEADER@
222 AUTOMAKE = @AUTOMAKE@
223 AWK = @AWK@
224 CC = @CC@
225 CCDEPMODE = @CCDEPMODE@
226 CFLAGS = @CFLAGS@
227 CPP = @CPP@
228 CPPFLAGS = @CPPFLAGS@
229 CYGPATH_W = @CYGPATH_W@
230 DEFS = @DEFS@
231 DEPDIR = @DEPDIR@
232 DLLTOOL = @DLLTOOL@
233 DSYMUTIL = @DSYMUTIL@
234 DUMPBIN = @DUMPBIN@
235 ECHO_C = @ECHO_C@
236 ECHO_N = @ECHO_N@
237 ECHO_T = @ECHO_T@
238 EGREP = @EGREP@
239 EXEEXT = @EXEEXT@
240 FGREP = @FGREP@
241 GREP = @GREP@
242 INSTALL = @INSTALL@
243 INSTALL_DATA = @INSTALL_DATA@
244 INSTALL_PROGRAM = @INSTALL_PROGRAM@
245 INSTALL_SCRIPT = @INSTALL_SCRIPT@
246 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
247 LD = @LD@
248 LDFLAGS = @LDFLAGS@
249 LIBOBJS = @LIBOBJS@
250 LIBS = @LIBS@
251 LIBTOOL = @LIBTOOL@
252 LIPO = @LIPO@
253 LN_S = @LN_S@
254 LTLIBOBJS = @LTLIBOBJS@
255 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
256 MAKEINFO = @MAKEINFO@
257 MANIFEST_TOOL = @MANIFEST_TOOL@
258 MKDIR_P = @MKDIR_P@
259 NM = @NM@
260 NMEDIT = @NMEDIT@
261 OBJDUMP = @OBJDUMP@
262 OBJEXT = @OBJEXT@
263 OTOOL = @OTOOL@
264 OTOOL64 = @OTOOL64@
265 PACKAGE = @PACKAGE@
266 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267 PACKAGE_NAME = @PACKAGE_NAME@
268 PACKAGE_STRING = @PACKAGE_STRING@
269 PACKAGE_TARNAME = @PACKAGE_TARNAME@
270 PACKAGE_URL = @PACKAGE_URL@
271 PACKAGE_VERSION = @PACKAGE_VERSION@
272 PATH_SEPARATOR = @PATH_SEPARATOR@
273 RANLIB = @RANLIB@
274 SED = @SED@
275 SET_MAKE = @SET_MAKE@
276 SHELL = @SHELL@
277 STRIP = @STRIP@
278 VERSION = @VERSION@
279 abs_builddir = @abs_builddir@
280 abs_srcdir = @abs_srcdir@
281 abs_top_builddir = @abs_top_builddir@
282 abs_top_srcdir = @abs_top_srcdir@
283 ac_ct_AR = @ac_ct_AR@
284 ac_ct_CC = @ac_ct_CC@
285 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
286 am__include = @am__include@
287 am__leading_dot = @am__leading_dot@
288 am__quote = @am__quote@
289 am__tar = @am__tar@
290 am__untar = @am__untar@
291 bindir = @bindir@
292 build = @build@
293 build_alias = @build_alias@
294 build_cpu = @build_cpu@
295 build_os = @build_os@
296 build_vendor = @build_vendor@
297 builddir = @builddir@
298 datadir = @datadir@
299 datarootdir = @datarootdir@
300 docdir = @docdir@
301 dvidir = @dvidir@
302 exec_prefix = @exec_prefix@
303 host = @host@
304 host_alias = @host_alias@
305 host_cpu = @host_cpu@
306 host_os = @host_os@
307 host_vendor = @host_vendor@
308 htmldir = @htmldir@
309 includedir = @includedir@
310 infodir = @infodir@
311 install_sh = @install_sh@
312 libdir = @libdir@
313 libexecdir = @libexecdir@
314 localedir = @localedir@
315 localstatedir = @localstatedir@
316 mandir = @mandir@
317 mkdir_p = @mkdir_p@
318 oldincludedir = @oldincludedir@
319 pdfdir = @pdfdir@
320 prefix = @prefix@
321 program_transform_name = @program_transform_name@
322 psdir = @psdir@
323 sbindir = @sbindir@
324 sharedstatedir = @sharedstatedir@
325 srcdir = @srcdir@
326 sysconfdir = @sysconfdir@
327 target_alias = @target_alias@
328 top_build_prefix = @top_build_prefix@
329 top_builddir = @top_builddir@
330 top_srcdir = @top_srcdir@
331 @HMACC_FALSE@HMAC =
332 @HMACC_TRUE@HMAC = hmac.c
333 libmd5_la_SOURCES = md5.c md5.h md5_hash.c redhat-crypt-md5.c $(HMAC)
334 CLEANFILES = $(noinst_DATA)
335 noinst_LTLIBRARIES = libmd5.la
336 md5test_SOURCES = md5test.c
337 md5test_DEPENDENCIES = libmd5.la
338 md5test_LDADD = libmd5.la
339 md5test_LDFLAGS = -static
340 EXTRA_DIST = md5test.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 libmd5.la: $(libmd5_la_OBJECTS) $(libmd5_la_DEPENDENCIES) $(EXTRA_libmd5_la_DEPENDENCIES)
407 $(AM_V_CCLD)$(LINK) $(libmd5_la_OBJECTS) $(libmd5_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 md5test$(EXEEXT): $(md5test_OBJECTS) $(md5test_DEPENDENCIES) $(EXTRA_md5test_DEPENDENCIES)
419 @rm -f md5test$(EXEEXT)
420 $(AM_V_CCLD)$(md5test_LINK) $(md5test_OBJECTS) $(md5test_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)/md5.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_hash.Plo@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5test.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redhat-crypt-md5.Plo@am__quote@
433
434 .c.o:
435 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
440
441 .c.obj:
442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
443 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
447
448 .c.lo:
449 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
454
455 mostlyclean-libtool:
456 -rm -f *.lo
457
458 clean-libtool:
459 -rm -rf .libs _libs
460
461 distclean-libtool:
462 -rm -f libtool config.lt
463
464 ID: $(am__tagged_files)
465 $(am__define_uniq_tagged_files); mkid -fID $$unique
466 tags: tags-am
467 TAGS: tags
468
469 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
470 set x; \
471 here=`pwd`; \
472 $(am__define_uniq_tagged_files); \
473 shift; \
474 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475 test -n "$$unique" || unique=$$empty_fix; \
476 if test $$# -gt 0; then \
477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478 "$$@" $$unique; \
479 else \
480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481 $$unique; \
482 fi; \
483 fi
484 ctags: ctags-am
485
486 CTAGS: ctags
487 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
488 $(am__define_uniq_tagged_files); \
489 test -z "$(CTAGS_ARGS)$$unique" \
490 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491 $$unique
492
493 GTAGS:
494 here=`$(am__cd) $(top_builddir) && pwd` \
495 && $(am__cd) $(top_srcdir) \
496 && gtags -i $(GTAGS_ARGS) "$$here"
497 cscope: cscope.files
498 test ! -s cscope.files \
499 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
500 clean-cscope:
501 -rm -f cscope.files
502 cscope.files: clean-cscope cscopelist
503 cscopelist: cscopelist-am
504
505 cscopelist-am: $(am__tagged_files)
506 list='$(am__tagged_files)'; \
507 case "$(srcdir)" in \
508 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
509 *) sdir=$(subdir)/$(srcdir) ;; \
510 esac; \
511 for i in $$list; do \
512 if test -f "$$i"; then \
513 echo "$(subdir)/$$i"; \
514 else \
515 echo "$$sdir/$$i"; \
516 fi; \
517 done >> $(top_builddir)/cscope.files
518
519 distclean-tags:
520 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
522
523 distdir: $(DISTFILES)
524 $(am__remove_distdir)
525 test -d "$(distdir)" || mkdir "$(distdir)"
526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 list='$(DISTFILES)'; \
529 dist_files=`for file in $$list; do echo $$file; done | \
530 sed -e "s|^$$srcdirstrip/||;t" \
531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532 case $$dist_files in \
533 */*) $(MKDIR_P) `echo "$$dist_files" | \
534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 sort -u` ;; \
536 esac; \
537 for file in $$dist_files; do \
538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539 if test -d $$d/$$file; then \
540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541 if test -d "$(distdir)/$$file"; then \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547 fi; \
548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549 else \
550 test -f "$(distdir)/$$file" \
551 || cp -p $$d/$$file "$(distdir)/$$file" \
552 || exit 1; \
553 fi; \
554 done
555 -test -n "$(am__skip_mode_fix)" \
556 || find "$(distdir)" -type d ! -perm -755 \
557 -exec chmod u+rwx,go+rx {} \; -o \
558 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
559 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
560 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
561 || chmod -R a+r "$(distdir)"
562 dist-gzip: distdir
563 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
564 $(am__post_remove_distdir)
565
566 dist-bzip2: distdir
567 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
568 $(am__post_remove_distdir)
569
570 dist-lzip: distdir
571 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
572 $(am__post_remove_distdir)
573
574 dist-xz: distdir
575 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
576 $(am__post_remove_distdir)
577
578 dist-tarZ: distdir
579 @echo WARNING: "Support for distribution archives compressed with" \
580 "legacy program 'compress' is deprecated." >&2
581 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
582 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
583 $(am__post_remove_distdir)
584
585 dist-shar: distdir
586 @echo WARNING: "Support for shar distribution archives is" \
587 "deprecated." >&2
588 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
589 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
590 $(am__post_remove_distdir)
591
592 dist-zip: distdir
593 -rm -f $(distdir).zip
594 zip -rq $(distdir).zip $(distdir)
595 $(am__post_remove_distdir)
596
597 dist dist-all:
598 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
599 $(am__post_remove_distdir)
600
601 # This target untars the dist file and tries a VPATH configuration. Then
602 # it guarantees that the distribution is self-contained by making another
603 # tarfile.
604 distcheck: dist
605 case '$(DIST_ARCHIVES)' in \
606 *.tar.gz*) \
607 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
608 *.tar.bz2*) \
609 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
610 *.tar.lz*) \
611 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
612 *.tar.xz*) \
613 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
614 *.tar.Z*) \
615 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
616 *.shar.gz*) \
617 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
618 *.zip*) \
619 unzip $(distdir).zip ;;\
620 esac
621 chmod -R a-w $(distdir)
622 chmod u+w $(distdir)
623 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
624 chmod a-w $(distdir)
625 test -d $(distdir)/_build || exit 0; \
626 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
627 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
628 && am__cwd=`pwd` \
629 && $(am__cd) $(distdir)/_build/sub \
630 && ../../configure \
631 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
632 $(DISTCHECK_CONFIGURE_FLAGS) \
633 --srcdir=../.. --prefix="$$dc_install_base" \
634 && $(MAKE) $(AM_MAKEFLAGS) \
635 && $(MAKE) $(AM_MAKEFLAGS) dvi \
636 && $(MAKE) $(AM_MAKEFLAGS) check \
637 && $(MAKE) $(AM_MAKEFLAGS) install \
638 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
639 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
640 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
641 distuninstallcheck \
642 && chmod -R a-w "$$dc_install_base" \
643 && ({ \
644 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
645 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
646 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
647 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
648 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
649 } || { rm -rf "$$dc_destdir"; exit 1; }) \
650 && rm -rf "$$dc_destdir" \
651 && $(MAKE) $(AM_MAKEFLAGS) dist \
652 && rm -rf $(DIST_ARCHIVES) \
653 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
654 && cd "$$am__cwd" \
655 || exit 1
656 $(am__post_remove_distdir)
657 @(echo "$(distdir) archives ready for distribution: "; \
658 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
659 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
660 distuninstallcheck:
661 @test -n '$(distuninstallcheck_dir)' || { \
662 echo 'ERROR: trying to run $@ with an empty' \
663 '$$(distuninstallcheck_dir)' >&2; \
664 exit 1; \
665 }; \
666 $(am__cd) '$(distuninstallcheck_dir)' || { \
667 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
668 exit 1; \
669 }; \
670 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
671 || { echo "ERROR: files left after uninstall:" ; \
672 if test -n "$(DESTDIR)"; then \
673 echo " (check DESTDIR support)"; \
674 fi ; \
675 $(distuninstallcheck_listfiles) ; \
676 exit 1; } >&2
677 distcleancheck: distclean
678 @if test '$(srcdir)' = . ; then \
679 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680 exit 1 ; \
681 fi
682 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683 || { echo "ERROR: files left in build directory after distclean:" ; \
684 $(distcleancheck_listfiles) ; \
685 exit 1; } >&2
686 check-am: all-am
687 check: check-am
688 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
689 installdirs:
690 install: install-am
691 install-exec: install-exec-am
692 install-data: install-data-am
693 uninstall: uninstall-am
694
695 install-am: all-am
696 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697
698 installcheck: installcheck-am
699 install-strip:
700 if test -z '$(STRIP)'; then \
701 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703 install; \
704 else \
705 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
706 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
707 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
708 fi
709 mostlyclean-generic:
710
711 clean-generic:
712 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
713
714 distclean-generic:
715 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
716 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
717
718 maintainer-clean-generic:
719 @echo "This command is intended for maintainers to use"
720 @echo "it deletes files that may require special tools to rebuild."
721 clean: clean-am
722
723 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
724 clean-noinstPROGRAMS mostlyclean-am
725
726 distclean: distclean-am
727 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
728 -rm -rf ./$(DEPDIR)
729 -rm -f Makefile
730 distclean-am: clean-am distclean-compile distclean-generic \
731 distclean-hdr distclean-libtool distclean-tags
732
733 dvi: dvi-am
734
735 dvi-am:
736
737 html: html-am
738
739 html-am:
740
741 info: info-am
742
743 info-am:
744
745 install-data-am:
746
747 install-dvi: install-dvi-am
748
749 install-dvi-am:
750
751 install-exec-am:
752
753 install-html: install-html-am
754
755 install-html-am:
756
757 install-info: install-info-am
758
759 install-info-am:
760
761 install-man:
762
763 install-pdf: install-pdf-am
764
765 install-pdf-am:
766
767 install-ps: install-ps-am
768
769 install-ps-am:
770
771 installcheck-am:
772
773 maintainer-clean: maintainer-clean-am
774 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
775 -rm -rf $(top_srcdir)/autom4te.cache
776 -rm -rf ./$(DEPDIR)
777 -rm -f Makefile
778 maintainer-clean-am: distclean-am maintainer-clean-generic
779
780 mostlyclean: mostlyclean-am
781
782 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
783 mostlyclean-libtool
784
785 pdf: pdf-am
786
787 pdf-am:
788
789 ps: ps-am
790
791 ps-am:
792
793 uninstall-am:
794
795 .MAKE: all install-am install-strip
796
797 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
798 clean-cscope clean-generic clean-libtool \
799 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
800 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
801 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
802 distcheck distclean distclean-compile distclean-generic \
803 distclean-hdr distclean-libtool distclean-tags distcleancheck \
804 distdir distuninstallcheck dvi dvi-am html html-am info \
805 info-am install install-am install-data install-data-am \
806 install-dvi install-dvi-am install-exec install-exec-am \
807 install-html install-html-am install-info install-info-am \
808 install-man install-pdf install-pdf-am install-ps \
809 install-ps-am install-strip installcheck installcheck-am \
810 installdirs maintainer-clean maintainer-clean-generic \
811 mostlyclean mostlyclean-compile mostlyclean-generic \
812 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
813 uninstall-am
814
815 .PRECIOUS: Makefile
816
817
818 check-am:
819 ./md5test | cmp -s - $(srcdir)/md5test.txt
820
821 # Tell versions [3.59,3.63) of GNU make to not export all variables.
822 # Otherwise a system limit (for SysV at least) may be exceeded.
823 .NOEXPORT: