dpkg (1.18.25) stretch; urgency=medium
[dpkg] / lib / Makefile.in
CommitLineData
1479465f
GJ
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = lib
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/dpkg-arch.m4 \
93 $(top_srcdir)/m4/dpkg-build.m4 \
94 $(top_srcdir)/m4/dpkg-compiler.m4 \
95 $(top_srcdir)/m4/dpkg-coverage.m4 \
96 $(top_srcdir)/m4/dpkg-funcs.m4 $(top_srcdir)/m4/dpkg-libs.m4 \
97 $(top_srcdir)/m4/dpkg-linker.m4 $(top_srcdir)/m4/dpkg-progs.m4 \
98 $(top_srcdir)/m4/dpkg-types.m4 \
99 $(top_srcdir)/m4/dpkg-unicode.m4 $(top_srcdir)/m4/gettext.m4 \
100 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
101 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
102 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
103 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
106 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114AM_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo " GEN " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
126SOURCES =
127DIST_SOURCES =
128RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
129 ctags-recursive dvi-recursive html-recursive info-recursive \
130 install-data-recursive install-dvi-recursive \
131 install-exec-recursive install-html-recursive \
132 install-info-recursive install-pdf-recursive \
133 install-ps-recursive install-recursive installcheck-recursive \
134 installdirs-recursive pdf-recursive ps-recursive \
135 tags-recursive uninstall-recursive
136am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
142 distclean-recursive maintainer-clean-recursive
143am__recursive_targets = \
144 $(RECURSIVE_TARGETS) \
145 $(RECURSIVE_CLEAN_TARGETS) \
146 $(am__extra_recursive_targets)
147AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
148 distdir
149am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150# Read a list of newline-separated strings from the standard input,
151# and print each of them once, without duplicates. Input order is
152# *not* preserved.
153am__uniquify_input = $(AWK) '\
154 BEGIN { nonempty = 0; } \
155 { items[$$0] = 1; nonempty = 1; } \
156 END { if (nonempty) { for (i in items) print i; }; } \
157'
158# Make sure the list of sources is unique. This is necessary because,
159# e.g., the same source file might be shared among _SOURCES variables
160# for different programs/libraries.
161am__define_uniq_tagged_files = \
162 list='$(am__tagged_files)'; \
163 unique=`for i in $$list; do \
164 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
165 done | $(am__uniquify_input)`
166ETAGS = etags
167CTAGS = ctags
168DIST_SUBDIRS = $(SUBDIRS)
169am__DIST_COMMON = $(srcdir)/Makefile.in
170DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171am__relativize = \
172 dir0=`pwd`; \
173 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
174 sed_rest='s,^[^/]*/*,,'; \
175 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
176 sed_butlast='s,/*[^/]*$$,,'; \
177 while test -n "$$dir1"; do \
178 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
179 if test "$$first" != "."; then \
180 if test "$$first" = ".."; then \
181 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
182 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
183 else \
184 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
185 if test "$$first2" = "$$first"; then \
186 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
187 else \
188 dir2="../$$dir2"; \
189 fi; \
190 dir0="$$dir0"/"$$first"; \
191 fi; \
192 fi; \
193 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
194 done; \
195 reldir="$$dir2"
196ACLOCAL = @ACLOCAL@
197AMTAR = @AMTAR@
198AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
199AR = @AR@
200AUTOCONF = @AUTOCONF@
201AUTOHEADER = @AUTOHEADER@
202AUTOM4TE = @AUTOM4TE@
203AUTOMAKE = @AUTOMAKE@
204AWK = @AWK@
205BUILD_DEVEL_DOCS = @BUILD_DEVEL_DOCS@
206BZ2_LIBS = @BZ2_LIBS@
207CC = @CC@
208CCDEPMODE = @CCDEPMODE@
209CFLAGS = @CFLAGS@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CURSES_LIBS = @CURSES_LIBS@
213CXX = @CXX@
214CXXCPP = @CXXCPP@
215CXXDEPMODE = @CXXDEPMODE@
216CXXFLAGS = @CXXFLAGS@
217CYGPATH_W = @CYGPATH_W@
218DEFS = @DEFS@
219DEPDIR = @DEPDIR@
220DLLTOOL = @DLLTOOL@
221DOXYGEN = @DOXYGEN@
222DSYMUTIL = @DSYMUTIL@
223DUMPBIN = @DUMPBIN@
224ECHO_C = @ECHO_C@
225ECHO_N = @ECHO_N@
226ECHO_T = @ECHO_T@
227EGREP = @EGREP@
228EXEEXT = @EXEEXT@
229FGREP = @FGREP@
230GCOV = @GCOV@
231GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
232GMSGFMT = @GMSGFMT@
233GMSGFMT_015 = @GMSGFMT_015@
234GREP = @GREP@
235HAVE_DOT = @HAVE_DOT@
236INSTALL = @INSTALL@
237INSTALL_DATA = @INSTALL_DATA@
238INSTALL_PROGRAM = @INSTALL_PROGRAM@
239INSTALL_SCRIPT = @INSTALL_SCRIPT@
240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241INTLLIBS = @INTLLIBS@
242INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
243KVM_LIBS = @KVM_LIBS@
244LCOV = @LCOV@
245LCOV_GENHTML = @LCOV_GENHTML@
246LD = @LD@
247LDFLAGS = @LDFLAGS@
248LIBICONV = @LIBICONV@
249LIBINTL = @LIBINTL@
250LIBOBJS = @LIBOBJS@
251LIBS = @LIBS@
252LIBTOOL = @LIBTOOL@
253LIPO = @LIPO@
254LN_S = @LN_S@
255LTLIBICONV = @LTLIBICONV@
256LTLIBINTL = @LTLIBINTL@
257LTLIBOBJS = @LTLIBOBJS@
258LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
259LZMA_LIBS = @LZMA_LIBS@
260MAKEINFO = @MAKEINFO@
261MANIFEST_TOOL = @MANIFEST_TOOL@
262MD_LIBS = @MD_LIBS@
263MKDIR_P = @MKDIR_P@
264MSGFMT = @MSGFMT@
265MSGFMT_015 = @MSGFMT_015@
266MSGMERGE = @MSGMERGE@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_COPYRIGHT_HOLDER = @PACKAGE_COPYRIGHT_HOLDER@
276PACKAGE_NAME = @PACKAGE_NAME@
277PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PATCH = @PATCH@
283PATH_SEPARATOR = @PATH_SEPARATOR@
284PERL = @PERL@
285PERL_COVER = @PERL_COVER@
286PERL_COVERAGE = @PERL_COVERAGE@
287PERL_LIBDIR = @PERL_LIBDIR@
288PKG_CONFIG = @PKG_CONFIG@
289PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
290PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
291PO4A = @PO4A@
292POD2MAN = @POD2MAN@
293POSUB = @POSUB@
294PS_LIBS = @PS_LIBS@
295RANLIB = @RANLIB@
296SED = @SED@
297SELINUX_CFLAGS = @SELINUX_CFLAGS@
298SELINUX_LIBS = @SELINUX_LIBS@
299SET_MAKE = @SET_MAKE@
300SHELL = @SHELL@
301STRIP = @STRIP@
302TAR = @TAR@
303USE_NLS = @USE_NLS@
304USE_PO4A = @USE_PO4A@
305USE_UNICODE = @USE_UNICODE@
306VERSION = @VERSION@
307XGETTEXT = @XGETTEXT@
308XGETTEXT_015 = @XGETTEXT_015@
309XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
310Z_LIBS = @Z_LIBS@
311abs_builddir = @abs_builddir@
312abs_srcdir = @abs_srcdir@
313abs_top_builddir = @abs_top_builddir@
314abs_top_srcdir = @abs_top_srcdir@
315ac_ct_AR = @ac_ct_AR@
316ac_ct_CC = @ac_ct_CC@
317ac_ct_CXX = @ac_ct_CXX@
318ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319admindir = @admindir@
320am__include = @am__include@
321am__leading_dot = @am__leading_dot@
322am__quote = @am__quote@
323am__tar = @am__tar@
324am__untar = @am__untar@
325bindir = @bindir@
326build = @build@
327build_alias = @build_alias@
328build_cpu = @build_cpu@
329build_os = @build_os@
330build_vendor = @build_vendor@
331builddir = @builddir@
332datadir = @datadir@
333datarootdir = @datarootdir@
334devlibdir = @devlibdir@
335docdir = @docdir@
336dvidir = @dvidir@
337exec_prefix = @exec_prefix@
338host = @host@
339host_alias = @host_alias@
340host_cpu = @host_cpu@
341host_os = @host_os@
342host_vendor = @host_vendor@
343htmldir = @htmldir@
344includedir = @includedir@
345infodir = @infodir@
346install_sh = @install_sh@
347libdir = @libdir@
348libexecdir = @libexecdir@
349localedir = @localedir@
350localstatedir = @localstatedir@
351logdir = @logdir@
352mandir = @mandir@
353mkdir_p = @mkdir_p@
354oldincludedir = @oldincludedir@
355pdfdir = @pdfdir@
356pkgconfdir = @pkgconfdir@
357prefix = @prefix@
358program_transform_name = @program_transform_name@
359psdir = @psdir@
360runstatedir = @runstatedir@
361sbindir = @sbindir@
362sharedstatedir = @sharedstatedir@
363srcdir = @srcdir@
364sysconfdir = @sysconfdir@
365target_alias = @target_alias@
366top_build_prefix = @top_build_prefix@
367top_builddir = @top_builddir@
368top_srcdir = @top_srcdir@
369SUBDIRS = \
370 compat \
371 dpkg
372
373all: all-recursive
374
375.SUFFIXES:
376$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
377 @for dep in $?; do \
378 case '$(am__configure_deps)' in \
379 *$$dep*) \
380 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
381 && { if test -f $@; then exit 0; else break; fi; }; \
382 exit 1;; \
383 esac; \
384 done; \
385 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
386 $(am__cd) $(top_srcdir) && \
387 $(AUTOMAKE) --foreign lib/Makefile
388Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389 @case '$?' in \
390 *config.status*) \
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392 *) \
393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
395 esac;
396
397$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
400$(top_srcdir)/configure: $(am__configure_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402$(ACLOCAL_M4): $(am__aclocal_m4_deps)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404$(am__aclocal_m4_deps):
405
406mostlyclean-libtool:
407 -rm -f *.lo
408
409clean-libtool:
410 -rm -rf .libs _libs
411
412# This directory's subdirectories are mostly independent; you can cd
413# into them and run 'make' without going through this Makefile.
414# To change the values of 'make' variables: instead of editing Makefiles,
415# (1) if the variable is set in 'config.status', edit 'config.status'
416# (which will cause the Makefiles to be regenerated when you run 'make');
417# (2) otherwise, pass the desired values on the 'make' command line.
418$(am__recursive_targets):
419 @fail=; \
420 if $(am__make_keepgoing); then \
421 failcom='fail=yes'; \
422 else \
423 failcom='exit 1'; \
424 fi; \
425 dot_seen=no; \
426 target=`echo $@ | sed s/-recursive//`; \
427 case "$@" in \
428 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
429 *) list='$(SUBDIRS)' ;; \
430 esac; \
431 for subdir in $$list; do \
432 echo "Making $$target in $$subdir"; \
433 if test "$$subdir" = "."; then \
434 dot_seen=yes; \
435 local_target="$$target-am"; \
436 else \
437 local_target="$$target"; \
438 fi; \
439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440 || eval $$failcom; \
441 done; \
442 if test "$$dot_seen" = "no"; then \
443 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
444 fi; test -z "$$fail"
445
446ID: $(am__tagged_files)
447 $(am__define_uniq_tagged_files); mkid -fID $$unique
448tags: tags-recursive
449TAGS: tags
450
451tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452 set x; \
453 here=`pwd`; \
454 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
455 include_option=--etags-include; \
456 empty_fix=.; \
457 else \
458 include_option=--include; \
459 empty_fix=; \
460 fi; \
461 list='$(SUBDIRS)'; for subdir in $$list; do \
462 if test "$$subdir" = .; then :; else \
463 test ! -f $$subdir/TAGS || \
464 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
465 fi; \
466 done; \
467 $(am__define_uniq_tagged_files); \
468 shift; \
469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470 test -n "$$unique" || unique=$$empty_fix; \
471 if test $$# -gt 0; then \
472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 "$$@" $$unique; \
474 else \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 $$unique; \
477 fi; \
478 fi
479ctags: ctags-recursive
480
481CTAGS: ctags
482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483 $(am__define_uniq_tagged_files); \
484 test -z "$(CTAGS_ARGS)$$unique" \
485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486 $$unique
487
488GTAGS:
489 here=`$(am__cd) $(top_builddir) && pwd` \
490 && $(am__cd) $(top_srcdir) \
491 && gtags -i $(GTAGS_ARGS) "$$here"
492cscopelist: cscopelist-recursive
493
494cscopelist-am: $(am__tagged_files)
495 list='$(am__tagged_files)'; \
496 case "$(srcdir)" in \
497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498 *) sdir=$(subdir)/$(srcdir) ;; \
499 esac; \
500 for i in $$list; do \
501 if test -f "$$i"; then \
502 echo "$(subdir)/$$i"; \
503 else \
504 echo "$$sdir/$$i"; \
505 fi; \
506 done >> $(top_builddir)/cscope.files
507
508distclean-tags:
509 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510
511distdir: $(DISTFILES)
512 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514 list='$(DISTFILES)'; \
515 dist_files=`for file in $$list; do echo $$file; done | \
516 sed -e "s|^$$srcdirstrip/||;t" \
517 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
518 case $$dist_files in \
519 */*) $(MKDIR_P) `echo "$$dist_files" | \
520 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521 sort -u` ;; \
522 esac; \
523 for file in $$dist_files; do \
524 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525 if test -d $$d/$$file; then \
526 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527 if test -d "$(distdir)/$$file"; then \
528 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529 fi; \
530 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
532 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533 fi; \
534 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
535 else \
536 test -f "$(distdir)/$$file" \
537 || cp -p $$d/$$file "$(distdir)/$$file" \
538 || exit 1; \
539 fi; \
540 done
541 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542 if test "$$subdir" = .; then :; else \
543 $(am__make_dryrun) \
544 || test -d "$(distdir)/$$subdir" \
545 || $(MKDIR_P) "$(distdir)/$$subdir" \
546 || exit 1; \
547 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
548 $(am__relativize); \
549 new_distdir=$$reldir; \
550 dir1=$$subdir; dir2="$(top_distdir)"; \
551 $(am__relativize); \
552 new_top_distdir=$$reldir; \
553 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
554 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
555 ($(am__cd) $$subdir && \
556 $(MAKE) $(AM_MAKEFLAGS) \
557 top_distdir="$$new_top_distdir" \
558 distdir="$$new_distdir" \
559 am__remove_distdir=: \
560 am__skip_length_check=: \
561 am__skip_mode_fix=: \
562 distdir) \
563 || exit 1; \
564 fi; \
565 done
566check-am: all-am
567check: check-recursive
568all-am: Makefile
569installdirs: installdirs-recursive
570installdirs-am:
571install: install-recursive
572install-exec: install-exec-recursive
573install-data: install-data-recursive
574uninstall: uninstall-recursive
575
576install-am: all-am
577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579installcheck: installcheck-recursive
580install-strip:
581 if test -z '$(STRIP)'; then \
582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584 install; \
585 else \
586 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
589 fi
590mostlyclean-generic:
591
592clean-generic:
593
594distclean-generic:
595 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
596 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
597
598maintainer-clean-generic:
599 @echo "This command is intended for maintainers to use"
600 @echo "it deletes files that may require special tools to rebuild."
601clean: clean-recursive
602
603clean-am: clean-generic clean-libtool mostlyclean-am
604
605distclean: distclean-recursive
606 -rm -f Makefile
607distclean-am: clean-am distclean-generic distclean-tags
608
609dvi: dvi-recursive
610
611dvi-am:
612
613html: html-recursive
614
615html-am:
616
617info: info-recursive
618
619info-am:
620
621install-data-am:
622
623install-dvi: install-dvi-recursive
624
625install-dvi-am:
626
627install-exec-am:
628
629install-html: install-html-recursive
630
631install-html-am:
632
633install-info: install-info-recursive
634
635install-info-am:
636
637install-man:
638
639install-pdf: install-pdf-recursive
640
641install-pdf-am:
642
643install-ps: install-ps-recursive
644
645install-ps-am:
646
647installcheck-am:
648
649maintainer-clean: maintainer-clean-recursive
650 -rm -f Makefile
651maintainer-clean-am: distclean-am maintainer-clean-generic
652
653mostlyclean: mostlyclean-recursive
654
655mostlyclean-am: mostlyclean-generic mostlyclean-libtool
656
657pdf: pdf-recursive
658
659pdf-am:
660
661ps: ps-recursive
662
663ps-am:
664
665uninstall-am:
666
667.MAKE: $(am__recursive_targets) install-am install-strip
668
669.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
670 check-am clean clean-generic clean-libtool cscopelist-am ctags \
671 ctags-am distclean distclean-generic distclean-libtool \
672 distclean-tags distdir dvi dvi-am html html-am info info-am \
673 install install-am install-data install-data-am install-dvi \
674 install-dvi-am install-exec install-exec-am install-html \
675 install-html-am install-info install-info-am install-man \
676 install-pdf install-pdf-am install-ps install-ps-am \
677 install-strip installcheck installcheck-am installdirs \
678 installdirs-am maintainer-clean maintainer-clean-generic \
679 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
680 ps ps-am tags tags-am uninstall uninstall-am
681
682.PRECIOUS: Makefile
683
684
685# Tell versions [3.59,3.63) of GNU make to not export all variables.
686# Otherwise a system limit (for SysV at least) may be exceeded.
687.NOEXPORT: