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