1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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# Variables to be defined:
18#
19#  TEST_VERBOSE - set to 0 (default) or 1 to control test suite verbosity
20#  TEST_PARALLEL - set to 1 (default) or N to control the parallel jobs
21#  TEST_ENV_VARS - environment variables to be set for the test suite
22#  TEST_COVERAGE - set to the perl module in charge of getting test coverage
23#  test_tmpdir - test suite temporary directory
24#  test_scripts - list of test case scripts
25#  test_programs - list of test case programs
26#  test_data - list of test data files
27
28
29VPATH = @srcdir@
30am__is_gnu_make = { \
31  if test -z '$(MAKELEVEL)'; then \
32    false; \
33  elif test -n '$(MAKE_HOST)'; then \
34    true; \
35  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36    true; \
37  else \
38    false; \
39  fi; \
40}
41am__make_running_with_option = \
42  case $${target_option-} in \
43      ?) ;; \
44      *) echo "am__make_running_with_option: internal error: invalid" \
45              "target option '$${target_option-}' specified" >&2; \
46         exit 1;; \
47  esac; \
48  has_opt=no; \
49  sane_makeflags=$$MAKEFLAGS; \
50  if $(am__is_gnu_make); then \
51    sane_makeflags=$$MFLAGS; \
52  else \
53    case $$MAKEFLAGS in \
54      *\\[\ \	]*) \
55        bs=\\; \
56        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
58    esac; \
59  fi; \
60  skip_next=no; \
61  strip_trailopt () \
62  { \
63    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64  }; \
65  for flg in $$sane_makeflags; do \
66    test $$skip_next = yes && { skip_next=no; continue; }; \
67    case $$flg in \
68      *=*|--*) continue;; \
69        -*I) strip_trailopt 'I'; skip_next=yes;; \
70      -*I?*) strip_trailopt 'I';; \
71        -*O) strip_trailopt 'O'; skip_next=yes;; \
72      -*O?*) strip_trailopt 'O';; \
73        -*l) strip_trailopt 'l'; skip_next=yes;; \
74      -*l?*) strip_trailopt 'l';; \
75      -[dEDm]) skip_next=yes;; \
76      -[JT]) skip_next=yes;; \
77    esac; \
78    case $$flg in \
79      *$$target_option*) has_opt=yes; break;; \
80    esac; \
81  done; \
82  test $$has_opt = yes
83am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85pkgdatadir = $(datadir)/@PACKAGE@
86pkgincludedir = $(includedir)/@PACKAGE@
87pkglibdir = $(libdir)/@PACKAGE@
88pkglibexecdir = $(libexecdir)/@PACKAGE@
89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90install_sh_DATA = $(install_sh) -c -m 644
91install_sh_PROGRAM = $(install_sh) -c
92install_sh_SCRIPT = $(install_sh) -c
93INSTALL_HEADER = $(INSTALL_DATA)
94transform = $(program_transform_name)
95NORMAL_INSTALL = :
96PRE_INSTALL = :
97POST_INSTALL = :
98NORMAL_UNINSTALL = :
99PRE_UNINSTALL = :
100POST_UNINSTALL = :
101build_triplet = @build@
102host_triplet = @host@
103subdir = scripts
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105am__aclocal_m4_deps = $(top_srcdir)/m4/dpkg-arch.m4 \
106	$(top_srcdir)/m4/dpkg-build.m4 \
107	$(top_srcdir)/m4/dpkg-compiler.m4 \
108	$(top_srcdir)/m4/dpkg-coverage.m4 \
109	$(top_srcdir)/m4/dpkg-funcs.m4 $(top_srcdir)/m4/dpkg-libs.m4 \
110	$(top_srcdir)/m4/dpkg-linker.m4 $(top_srcdir)/m4/dpkg-progs.m4 \
111	$(top_srcdir)/m4/dpkg-types.m4 \
112	$(top_srcdir)/m4/dpkg-unicode.m4 $(top_srcdir)/m4/gettext.m4 \
113	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
114	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
115	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
116	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
118	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
119	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121	$(ACLOCAL_M4)
122DIST_COMMON = $(srcdir)/Makefile.am $(nobase_dist_perllib_DATA) \
123	$(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES = Build.PL
127CONFIG_CLEAN_VPATH_FILES =
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131    *) f=$$p;; \
132  esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140  for p in $$list; do echo "$$p $$p"; done | \
141  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143    if (++n[$$2] == $(am__install_max)) \
144      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145    END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149am__uninstall_files_from_dir = { \
150  test -z "$$files" \
151    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153         $(am__cd) "$$dir" && rm -f $$files; }; \
154  }
155am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" \
156	"$(DESTDIR)$(perllibdir)"
157SCRIPTS = $(bin_SCRIPTS)
158AM_V_P = $(am__v_P_@AM_V@)
159am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160am__v_P_0 = false
161am__v_P_1 = :
162AM_V_GEN = $(am__v_GEN_@AM_V@)
163am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164am__v_GEN_0 = @echo "  GEN     " $@;
165am__v_GEN_1 =
166AM_V_at = $(am__v_at_@AM_V@)
167am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168am__v_at_0 = @
169am__v_at_1 =
170SOURCES =
171DIST_SOURCES =
172RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
173	ctags-recursive dvi-recursive html-recursive info-recursive \
174	install-data-recursive install-dvi-recursive \
175	install-exec-recursive install-html-recursive \
176	install-info-recursive install-pdf-recursive \
177	install-ps-recursive install-recursive installcheck-recursive \
178	installdirs-recursive pdf-recursive ps-recursive \
179	tags-recursive uninstall-recursive
180am__can_run_installinfo = \
181  case $$AM_UPDATE_INFO_DIR in \
182    n|no|NO) false;; \
183    *) (install-info --version) >/dev/null 2>&1;; \
184  esac
185man3dir = $(mandir)/man3
186NROFF = nroff
187MANS = $(man3_MANS)
188DATA = $(nobase_dist_perllib_DATA)
189RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
190  distclean-recursive maintainer-clean-recursive
191am__recursive_targets = \
192  $(RECURSIVE_TARGETS) \
193  $(RECURSIVE_CLEAN_TARGETS) \
194  $(am__extra_recursive_targets)
195AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
196	distdir distdir-am
197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198# Read a list of newline-separated strings from the standard input,
199# and print each of them once, without duplicates.  Input order is
200# *not* preserved.
201am__uniquify_input = $(AWK) '\
202  BEGIN { nonempty = 0; } \
203  { items[$$0] = 1; nonempty = 1; } \
204  END { if (nonempty) { for (i in items) print i; }; } \
205'
206# Make sure the list of sources is unique.  This is necessary because,
207# e.g., the same source file might be shared among _SOURCES variables
208# for different programs/libraries.
209am__define_uniq_tagged_files = \
210  list='$(am__tagged_files)'; \
211  unique=`for i in $$list; do \
212    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213  done | $(am__uniquify_input)`
214ETAGS = etags
215CTAGS = ctags
216DIST_SUBDIRS = $(SUBDIRS)
217am__DIST_COMMON = $(srcdir)/Build.PL.in $(srcdir)/Makefile.in \
218	$(top_srcdir)/check.am
219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220am__relativize = \
221  dir0=`pwd`; \
222  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
223  sed_rest='s,^[^/]*/*,,'; \
224  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
225  sed_butlast='s,/*[^/]*$$,,'; \
226  while test -n "$$dir1"; do \
227    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
228    if test "$$first" != "."; then \
229      if test "$$first" = ".."; then \
230        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
231        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
232      else \
233        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
234        if test "$$first2" = "$$first"; then \
235          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
236        else \
237          dir2="../$$dir2"; \
238        fi; \
239        dir0="$$dir0"/"$$first"; \
240      fi; \
241    fi; \
242    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
243  done; \
244  reldir="$$dir2"
245ACLOCAL = @ACLOCAL@
246AMTAR = @AMTAR@
247AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
248AR = @AR@
249AUTOCONF = @AUTOCONF@
250AUTOHEADER = @AUTOHEADER@
251AUTOM4TE = @AUTOM4TE@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254BUILD_DEVEL_DOCS = @BUILD_DEVEL_DOCS@
255BZ2_LIBS = @BZ2_LIBS@
256CC = @CC@
257CCDEPMODE = @CCDEPMODE@
258CFLAGS = @CFLAGS@
259CPP = @CPP@
260CPPFLAGS = @CPPFLAGS@
261CURSES_LIBS = @CURSES_LIBS@
262CXX = @CXX@
263CXXCPP = @CXXCPP@
264CXXDEPMODE = @CXXDEPMODE@
265CXXFLAGS = @CXXFLAGS@
266CYGPATH_W = @CYGPATH_W@
267DEFS = @DEFS@
268DEPDIR = @DEPDIR@
269DLLTOOL = @DLLTOOL@
270DOXYGEN = @DOXYGEN@
271DSYMUTIL = @DSYMUTIL@
272DUMPBIN = @DUMPBIN@
273ECHO_C = @ECHO_C@
274ECHO_N = @ECHO_N@
275ECHO_T = @ECHO_T@
276EGREP = @EGREP@
277EXEEXT = @EXEEXT@
278FGREP = @FGREP@
279GCOV = @GCOV@
280GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
281GMSGFMT = @GMSGFMT@
282GMSGFMT_015 = @GMSGFMT_015@
283GREP = @GREP@
284HAVE_DOT = @HAVE_DOT@
285INSTALL = @INSTALL@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290INTLLIBS = @INTLLIBS@
291INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
292KVM_LIBS = @KVM_LIBS@
293LCOV = @LCOV@
294LCOV_GENHTML = @LCOV_GENHTML@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBICONV = @LIBICONV@
298LIBINTL = @LIBINTL@
299LIBOBJS = @LIBOBJS@
300LIBS = @LIBS@
301LIBTOOL = @LIBTOOL@
302LIPO = @LIPO@
303LN_S = @LN_S@
304LTLIBICONV = @LTLIBICONV@
305LTLIBINTL = @LTLIBINTL@
306LTLIBOBJS = @LTLIBOBJS@
307LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
308LZMA_LIBS = @LZMA_LIBS@
309MAKEINFO = @MAKEINFO@
310MANIFEST_TOOL = @MANIFEST_TOOL@
311MD_LIBS = @MD_LIBS@
312MKDIR_P = @MKDIR_P@
313MSGFMT = @MSGFMT@
314MSGFMT_015 = @MSGFMT_015@
315MSGMERGE = @MSGMERGE@
316NM = @NM@
317NMEDIT = @NMEDIT@
318OBJDUMP = objdump -w -f -p -T -R
319OBJEXT = @OBJEXT@
320OTOOL = @OTOOL@
321OTOOL64 = @OTOOL64@
322PACKAGE = @PACKAGE@
323PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324PACKAGE_BUG_WEB = @PACKAGE_BUG_WEB@
325PACKAGE_COPYRIGHT_HOLDER = @PACKAGE_COPYRIGHT_HOLDER@
326PACKAGE_CPAN_NAME = @PACKAGE_CPAN_NAME@
327PACKAGE_DIST_IS_RELEASE = @PACKAGE_DIST_IS_RELEASE@
328PACKAGE_NAME = @PACKAGE_NAME@
329PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@
330PACKAGE_STRING = @PACKAGE_STRING@
331PACKAGE_TARNAME = @PACKAGE_TARNAME@
332PACKAGE_URL = @PACKAGE_URL@
333PACKAGE_VCS_TYPE = @PACKAGE_VCS_TYPE@
334PACKAGE_VCS_URL = @PACKAGE_VCS_URL@
335PACKAGE_VCS_WEB = @PACKAGE_VCS_WEB@
336PACKAGE_VERSION = @PACKAGE_VERSION@
337PATCH = @PATCH@
338PATH_SEPARATOR = @PATH_SEPARATOR@
339PERL = @PERL@
340PERL_COVER = @PERL_COVER@
341PERL_COVERAGE = @PERL_COVERAGE@
342PERL_LIBDIR = @PERL_LIBDIR@
343PERL_MIN_VERSION = @PERL_MIN_VERSION@
344PKG_CONFIG = @PKG_CONFIG@
345PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
346PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
347PO4A = @PO4A@
348POD2MAN = @POD2MAN@
349POSUB = @POSUB@
350PS_LIBS = @PS_LIBS@
351RANLIB = @RANLIB@
352SED = @SED@
353SELINUX_CFLAGS = @SELINUX_CFLAGS@
354SELINUX_LIBS = @SELINUX_LIBS@
355SET_MAKE = @SET_MAKE@
356SHELL = @SHELL@
357STRIP = @STRIP@
358TAR = @TAR@
359USE_NLS = @USE_NLS@
360USE_PO4A = @USE_PO4A@
361USE_UNICODE = @USE_UNICODE@
362VERSION = @VERSION@
363XGETTEXT = @XGETTEXT@
364XGETTEXT_015 = @XGETTEXT_015@
365XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
366Z_LIBS = @Z_LIBS@
367abs_builddir = @abs_builddir@
368abs_srcdir = @abs_srcdir@
369abs_top_builddir = @abs_top_builddir@
370abs_top_srcdir = @abs_top_srcdir@
371ac_ct_AR = @ac_ct_AR@
372ac_ct_CC = @ac_ct_CC@
373ac_ct_CXX = @ac_ct_CXX@
374ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
375admindir = @admindir@
376am__include = @am__include@
377am__leading_dot = @am__leading_dot@
378am__quote = @am__quote@
379am__tar = @am__tar@
380am__untar = @am__untar@
381bindir = @bindir@
382build = @build@
383build_alias = @build_alias@
384build_cpu = @build_cpu@
385build_os = @build_os@
386build_vendor = @build_vendor@
387builddir = @builddir@
388datadir = @datadir@
389datarootdir = @datarootdir@
390devlibdir = @devlibdir@
391docdir = @docdir@
392dvidir = @dvidir@
393exec_prefix = @exec_prefix@
394host = @host@
395host_alias = @host_alias@
396host_cpu = @host_cpu@
397host_os = @host_os@
398host_vendor = @host_vendor@
399htmldir = @htmldir@
400includedir = @includedir@
401infodir = @infodir@
402install_sh = @install_sh@
403libdir = @libdir@
404libexecdir = @libexecdir@
405localedir = @localedir@
406localstatedir = @localstatedir@
407logdir = @logdir@
408mandir = @mandir@
409mkdir_p = @mkdir_p@
410oldincludedir = @oldincludedir@
411pdfdir = @pdfdir@
412pkgconfdir = @pkgconfdir@
413prefix = @prefix@
414program_transform_name = @program_transform_name@
415psdir = @psdir@
416runstatedir = @runstatedir@
417sbindir = @sbindir@
418sharedstatedir = @sharedstatedir@
419srcdir = @srcdir@
420sysconfdir = @sysconfdir@
421target_alias = @target_alias@
422top_build_prefix = @top_build_prefix@
423top_builddir = @top_builddir@
424top_srcdir = @top_srcdir@
425SUBDIRS = mk po
426bin_SCRIPTS = \
427	dpkg-architecture \
428	dpkg-buildflags \
429	dpkg-buildpackage \
430	dpkg-checkbuilddeps \
431	dpkg-distaddfile \
432	dpkg-genbuildinfo \
433	dpkg-genchanges \
434	dpkg-gencontrol \
435	dpkg-gensymbols \
436	dpkg-maintscript-helper \
437	dpkg-mergechangelogs \
438	dpkg-name \
439	dpkg-parsechangelog \
440	dpkg-scanpackages \
441	dpkg-scansources \
442	dpkg-shlibdeps \
443	dpkg-source \
444	dpkg-vendor
445
446EXTRA_DIST = dpkg-architecture.pl dpkg-buildflags.pl \
447	dpkg-buildpackage.pl dpkg-checkbuilddeps.pl \
448	dpkg-distaddfile.pl dpkg-genbuildinfo.pl dpkg-genchanges.pl \
449	dpkg-gencontrol.pl dpkg-gensymbols.pl \
450	dpkg-maintscript-helper.sh dpkg-mergechangelogs.pl \
451	dpkg-name.pl dpkg-parsechangelog.pl dpkg-scanpackages.pl \
452	dpkg-scansources.pl dpkg-shlibdeps.pl dpkg-source.pl \
453	dpkg-vendor.pl $(test_scripts) $(test_data) Test/Dpkg.pm \
454	$(nil)
455CLEANFILES = \
456	$(test_data_objects) \
457	$(bin_SCRIPTS)
458
459perllibdir = $(PERL_LIBDIR)
460nobase_dist_perllib_DATA = \
461	Dpkg/Arch.pm \
462	Dpkg/BuildFlags.pm \
463	Dpkg/BuildOptions.pm \
464	Dpkg/BuildProfiles.pm \
465	Dpkg/Build/Env.pm \
466	Dpkg/Build/Info.pm \
467	Dpkg/Build/Types.pm \
468	Dpkg/Changelog.pm \
469	Dpkg/Changelog/Debian.pm \
470	Dpkg/Changelog/Entry.pm \
471	Dpkg/Changelog/Entry/Debian.pm \
472	Dpkg/Changelog/Parse.pm \
473	Dpkg/Checksums.pm \
474	Dpkg/Compression.pm \
475	Dpkg/Compression/FileHandle.pm \
476	Dpkg/Compression/Process.pm \
477	Dpkg/Conf.pm \
478	Dpkg/Control.pm \
479	Dpkg/Control/Changelog.pm \
480	Dpkg/Control/FieldsCore.pm \
481	Dpkg/Control/Fields.pm \
482	Dpkg/Control/Info.pm \
483	Dpkg/Control/HashCore.pm \
484	Dpkg/Control/Hash.pm \
485	Dpkg/Control/Tests.pm \
486	Dpkg/Control/Tests/Entry.pm \
487	Dpkg/Control/Types.pm \
488	Dpkg/Deps.pm \
489	Dpkg/Deps/AND.pm \
490	Dpkg/Deps/KnownFacts.pm \
491	Dpkg/Deps/Multiple.pm \
492	Dpkg/Deps/OR.pm \
493	Dpkg/Deps/Simple.pm \
494	Dpkg/Deps/Union.pm \
495	Dpkg/Dist/Files.pm \
496	Dpkg/ErrorHandling.pm \
497	Dpkg/Exit.pm \
498	Dpkg/File.pm \
499	Dpkg/Getopt.pm \
500	Dpkg/Gettext.pm \
501	Dpkg/Index.pm \
502	Dpkg/Interface/Storable.pm \
503	Dpkg/IPC.pm \
504	Dpkg/Lock.pm \
505	Dpkg/OpenPGP.pm \
506	Dpkg/Package.pm \
507	Dpkg/Path.pm \
508	Dpkg/Shlibs.pm \
509	Dpkg/Shlibs/Objdump.pm \
510	Dpkg/Shlibs/Symbol.pm \
511	Dpkg/Shlibs/SymbolFile.pm \
512	Dpkg/Shlibs/Cppfilt.pm \
513	Dpkg/Source/Archive.pm \
514	Dpkg/Source/BinaryFiles.pm \
515	Dpkg/Source/Format.pm \
516	Dpkg/Source/Functions.pm \
517	Dpkg/Source/Package.pm \
518	Dpkg/Source/Package/V1.pm \
519	Dpkg/Source/Package/V2.pm \
520	Dpkg/Source/Package/V3/Bzr.pm \
521	Dpkg/Source/Package/V3/Custom.pm \
522	Dpkg/Source/Package/V3/Native.pm \
523	Dpkg/Source/Package/V3/Git.pm \
524	Dpkg/Source/Package/V3/Quilt.pm \
525	Dpkg/Source/Patch.pm \
526	Dpkg/Source/Quilt.pm \
527	Dpkg/Substvars.pm \
528	Dpkg/Vars.pm \
529	Dpkg/Vendor.pm \
530	Dpkg/Vendor/Debian.pm \
531	Dpkg/Vendor/Default.pm \
532	Dpkg/Vendor/Ubuntu.pm \
533	Dpkg/Version.pm \
534	Dpkg.pm
535
536
537# Keep it even if empty to have man3dir correctly set
538man3_MANS =
539man_perl_section = 3perl
540do_perl_subst = $(AM_V_GEN) sed \
541	-e "s:^\#![[:space:]]*/usr/bin/perl:\#!$(PERL):" \
542	-e "s:our \$$CONFDIR = .*;:our \$$CONFDIR = '$(pkgconfdir)';:" \
543	-e "s:our \$$ADMINDIR = .*;:our \$$ADMINDIR = '$(admindir)';:" \
544	-e "s:our \$$LIBDIR = .*;:our \$$LIBDIR = '$(pkglibexecdir)';:" \
545	-e "s:our \$$DATADIR = .*;:our \$$DATADIR = '$(pkgdatadir)';:" \
546	-e "s:our \$$PROGMAKE = .*;:our \$$PROGMAKE = '$(MAKE)';:" \
547	-e "s:our \$$PROGTAR = .*;:our \$$PROGTAR = '$(TAR)';:" \
548	-e "s:our \$$PROGPATCH = .*;:our \$$PROGPATCH = '$(PATCH)';:" \
549	-e "s:our \$$PROGVERSION = .*;:our \$$PROGVERSION = '$(PACKAGE_VERSION)';:"
550
551do_shell_subst = $(AM_V_GEN) sed \
552	-e "s:^version[[:space:]]*=[[:space:]]*['\"][^'\"]*[\"']:version=\"$(PACKAGE_VERSION)\":"
553
554SUFFIXES = .pl .sh
555TEST_ENV_VARS = \
556	DPKG_PROGTAR=$(TAR) \
557	DPKG_PROGPATCH=$(PATCH) \
558	DPKG_PROGMAKE=$(MAKE) \
559	DPKG_DATADIR=$(top_srcdir)/data \
560	DPKG_ORIGINS_DIR=$(srcdir)/t/origins
561
562TEST_COVERAGE = $(PERL_COVERAGE)
563test_tmpdir = t.tmp
564test_scripts = \
565	t/Dpkg_Version.t \
566	t/Dpkg_Arch.t \
567	t/Dpkg_Package.t \
568	t/Dpkg_Shlibs_Cppfilt.t \
569	t/Dpkg_Shlibs.t \
570	t/Dpkg_BuildFlags.t \
571	t/Dpkg_BuildFlags_Ubuntu.t \
572	t/Dpkg_BuildOptions.t \
573	t/Dpkg_BuildProfiles.t \
574	t/Dpkg_Build_Env.t \
575	t/Dpkg_Build_Info.t \
576	t/Dpkg_Build_Types.t \
577	t/Dpkg_Checksums.t \
578	t/Dpkg_ErrorHandling.t \
579	t/Dpkg_Exit.t \
580	t/Dpkg_File.t \
581	t/Dpkg_Lock.t \
582	t/Dpkg_Getopt.t \
583	t/Dpkg_Gettext.t \
584	t/Dpkg_Conf.t \
585	t/Dpkg_Deps.t \
586	t/Dpkg_Path.t \
587	t/Dpkg_Vars.t \
588	t/Dpkg_Interface_Storable.t \
589	t/Dpkg_OpenPGP.t \
590	t/Dpkg_Vendor.t \
591	t/Dpkg_Changelog.t \
592	t/Dpkg_Changelog_Ubuntu.t \
593	t/Dpkg_Control_Fields.t \
594	t/Dpkg_Control.t \
595	t/Dpkg_Control_Tests.t \
596	t/Dpkg_Index.t \
597	t/Dpkg_Substvars.t \
598	t/Dpkg_IPC.t \
599	t/Dpkg_Compression.t \
600	t/Dpkg_Source_Functions.t \
601	t/Dpkg_Source_Patch.t \
602	t/Dpkg_Source_Quilt.t \
603	t/Dpkg_Source_Format.t \
604	t/Dpkg_Source_Archive.t \
605	t/Dpkg_Source_Package.t \
606	t/Dpkg_Dist_Files.t \
607	t/dpkg_source.t \
608	t/dpkg_buildpackage.t \
609	t/merge_changelogs.t \
610	t/mk.t \
611	$(nil)
612
613test_data = \
614	t/Dpkg_OpenPGP/package_1.0.orig.tar \
615	t/Dpkg_OpenPGP/package_1.0.orig.tar.asc \
616	t/Dpkg_OpenPGP/package_1.0.orig.tar.sig \
617	t/Dpkg_Shlibs/symbols.blacklisted \
618	t/Dpkg_Shlibs/symbols.blacklist-groups \
619	t/Dpkg_Shlibs/symbols.blacklist-filter \
620	t/Dpkg_Shlibs/symbols.blacklist-ignore \
621	t/Dpkg_Shlibs/symbols.fake-1 \
622	t/Dpkg_Shlibs/symbols.fake-2 \
623	t/Dpkg_Shlibs/symbols.fake-3 \
624	t/Dpkg_Shlibs/symbols.include-1 \
625	t/Dpkg_Shlibs/symbols.include-2 \
626	t/Dpkg_Shlibs/symbols.include-3 \
627	t/Dpkg_Shlibs/basictags.symbols \
628	t/Dpkg_Shlibs/basictags.c \
629	t/Dpkg_Shlibs/patterns.symbols \
630	t/Dpkg_Shlibs/patterns.cpp \
631	t/Dpkg_Shlibs/patterns.map \
632	t/Dpkg_Shlibs/ld.so.conf \
633	t/Dpkg_Shlibs/ld.so.conf_2 \
634	t/Dpkg_Shlibs/ld.so.conf.d/normal.conf \
635	t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf \
636	t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf \
637	t/Dpkg_Shlibs/objdump.space \
638	t/Dpkg_Shlibs/objdump.spacesyms \
639	t/Dpkg_Shlibs/objdump.basictags-amd64 \
640	t/Dpkg_Shlibs/objdump.basictags-i386 \
641	t/Dpkg_Shlibs/objdump.basictags-mips \
642	t/Dpkg_Shlibs/objdump.blacklisted \
643	t/Dpkg_Shlibs/objdump.patterns \
644	t/Dpkg_Shlibs/objdump.glib-ia64 \
645	t/Dpkg_Shlibs/objdump.libc6-2.3 \
646	t/Dpkg_Shlibs/objdump.libc6-2.6 \
647	t/Dpkg_Shlibs/objdump.dbd-pg \
648	t/Dpkg_Shlibs/objdump.ls \
649	t/Dpkg_Shlibs/spacesyms.map \
650	t/Dpkg_Shlibs/spacesyms-c-gen.pl \
651	t/Dpkg_Shlibs/spacesyms-o-map.pl \
652	t/Dpkg_Source_Patch/c-style.patch \
653	t/Dpkg_Source_Patch/ghost-hunk.patch \
654	t/Dpkg_Source_Patch/indent-header.patch \
655	t/Dpkg_Source_Patch/index-+++.patch \
656	t/Dpkg_Source_Patch/index-alone.patch \
657	t/Dpkg_Source_Patch/index-inert.patch \
658	t/Dpkg_Source_Patch/partial.patch \
659	t/Dpkg_Changelog/countme \
660	t/Dpkg_Changelog/date-format \
661	t/Dpkg_Changelog/fields \
662	t/Dpkg_Changelog/misplaced-tz \
663	t/Dpkg_Changelog/regressions \
664	t/Dpkg_Changelog/shadow \
665	t/Dpkg_Changelog/stop-modeline \
666	t/Dpkg_Changelog/unreleased \
667	t/Dpkg_Checksums/empty \
668	t/Dpkg_Checksums/data-1 \
669	t/Dpkg_Checksums/data-2 \
670	t/Dpkg_Conf/config-mixed \
671	t/Dpkg_Control/control-1 \
672	t/Dpkg_Control/bogus-unsigned.dsc \
673	t/Dpkg_Control/bogus-armor-double.dsc \
674	t/Dpkg_Control/bogus-armor-formfeed.dsc \
675	t/Dpkg_Control/bogus-armor-no-sig.dsc \
676	t/Dpkg_Control/bogus-armor-trail.dsc \
677	t/Dpkg_Control/bogus-armor-inline.dsc \
678	t/Dpkg_Control/bogus-armor-nested.dsc \
679	t/Dpkg_Control/bogus-armor-spaces.dsc \
680	t/Dpkg_Control_Tests/tests-missing-fields \
681	t/Dpkg_Control_Tests/tests-plain-text \
682	t/Dpkg_Control_Tests/tests-valid \
683	t/Dpkg_Source_Quilt/parse/debian/patches/series \
684	t/Dpkg_Substvars/substvars1 \
685	t/Dpkg_Substvars/substvars2 \
686	t/Dpkg_Dist_Files/files-byhand \
687	t/Dpkg_Dist_Files/files-fragment-a \
688	t/Dpkg_Dist_Files/files-fragment-b \
689	t/dpkg_buildpackage/test-source_0.dsc \
690	t/dpkg_buildpackage/test-source_0_all.changes \
691	t/dpkg_buildpackage/test-source_0_any.changes \
692	t/dpkg_buildpackage/test-source_0_binary.changes \
693	t/dpkg_buildpackage/test-source_0_full.changes \
694	t/dpkg_buildpackage/test-source_0_source.changes \
695	t/dpkg_source/testsuite_0.dsc \
696	t/dpkg_source/testsuite_1.dsc \
697	t/dpkg_source/testsuite_2.dsc \
698	t/dpkg_source/testsuite_3.dsc \
699	t/merge_changelogs/ch-old \
700	t/merge_changelogs/ch-a \
701	t/merge_changelogs/ch-b \
702	t/merge_changelogs/ch-badver-a \
703	t/merge_changelogs/ch-badver-b \
704	t/merge_changelogs/ch-badver-merged \
705	t/merge_changelogs/ch-badver-old \
706	t/merge_changelogs/ch-merged \
707	t/merge_changelogs/ch-merged-basic \
708	t/merge_changelogs/ch-merged-pr \
709	t/merge_changelogs/ch-merged-pr-basic \
710	t/mk/debian/changelog \
711	t/mk/architecture.mk \
712	t/mk/buildflags.mk \
713	t/mk/buildtools.mk \
714	t/mk/pkg-info.mk \
715	t/mk/vendor-v0.mk \
716	t/mk/vendor-v1.mk \
717	t/mk/vendor.mk \
718	t/origins/debian \
719	t/origins/default \
720	t/origins/gnewsense \
721	t/origins/ubuntu
722
723test_data_objects = \
724	t/Dpkg_Shlibs/libobjdump.basictags-amd64.so \
725	t/Dpkg_Shlibs/libobjdump.basictags-i386.so \
726	t/Dpkg_Shlibs/libobjdump.basictags-mips.so \
727	t/Dpkg_Shlibs/libobjdump.patterns.so \
728	t/Dpkg_Shlibs/libobjdump.spacesyms.so \
729	$(nil)
730
731TEST_RUNNER = '\
732	my $$harness = TAP::Harness->new({ \
733	    exec => sub { my (undef, $$test) = @_; \
734	        return [ $$test ] if $$test !~ "\.t\$$" and -x $$test; \
735	        return }, \
736	    lib => [ "$(top_srcdir)/scripts", "$(top_srcdir)/dselect/methods"  ], \
737	    color => 1, \
738	    verbosity => $(TEST_VERBOSE), \
739	    jobs => $(TEST_PARALLEL), \
740	    failures => 1, \
741	}); \
742	my $$aggregate = $$harness->runtests(@ARGV); \
743	die "FAIL: test suite has errors\n" if $$aggregate->has_errors;'
744
745all: all-recursive
746
747.SUFFIXES:
748.SUFFIXES: .pl .sh
749$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/check.am $(am__configure_deps)
750	@for dep in $?; do \
751	  case '$(am__configure_deps)' in \
752	    *$$dep*) \
753	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
754	        && { if test -f $@; then exit 0; else break; fi; }; \
755	      exit 1;; \
756	  esac; \
757	done; \
758	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
759	$(am__cd) $(top_srcdir) && \
760	  $(AUTOMAKE) --foreign scripts/Makefile
761Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
762	@case '$?' in \
763	  *config.status*) \
764	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
765	  *) \
766	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
767	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
768	esac;
769$(top_srcdir)/check.am $(am__empty):
770
771$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
772	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
773
774$(top_srcdir)/configure:  $(am__configure_deps)
775	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
776$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
777	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
778$(am__aclocal_m4_deps):
779Build.PL: $(top_builddir)/config.status $(srcdir)/Build.PL.in
780	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
781install-binSCRIPTS: $(bin_SCRIPTS)
782	@$(NORMAL_INSTALL)
783	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
784	if test -n "$$list"; then \
785	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
786	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
787	fi; \
788	for p in $$list; do \
789	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
790	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
791	done | \
792	sed -e 'p;s,.*/,,;n' \
793	    -e 'h;s|.*|.|' \
794	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
795	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
796	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
797	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
798	      if (++n[d] == $(am__install_max)) { \
799		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
800	    else { print "f", d "/" $$4, $$1 } } \
801	  END { for (d in files) print "f", d, files[d] }' | \
802	while read type dir files; do \
803	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
804	     test -z "$$files" || { \
805	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
806	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
807	     } \
808	; done
809
810uninstall-binSCRIPTS:
811	@$(NORMAL_UNINSTALL)
812	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
813	files=`for p in $$list; do echo "$$p"; done | \
814	       sed -e 's,.*/,,;$(transform)'`; \
815	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
816
817mostlyclean-libtool:
818	-rm -f *.lo
819
820clean-libtool:
821	-rm -rf .libs _libs
822install-man3: $(man3_MANS)
823	@$(NORMAL_INSTALL)
824	@list1='$(man3_MANS)'; \
825	list2=''; \
826	test -n "$(man3dir)" \
827	  && test -n "`echo $$list1$$list2`" \
828	  || exit 0; \
829	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
830	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
831	{ for i in $$list1; do echo "$$i"; done;  \
832	if test -n "$$list2"; then \
833	  for i in $$list2; do echo "$$i"; done \
834	    | sed -n '/\.3[a-z]*$$/p'; \
835	fi; \
836	} | while read p; do \
837	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
838	  echo "$$d$$p"; echo "$$p"; \
839	done | \
840	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
841	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
842	sed 'N;N;s,\n, ,g' | { \
843	list=; while read file base inst; do \
844	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
845	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
846	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
847	  fi; \
848	done; \
849	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
850	while read files; do \
851	  test -z "$$files" || { \
852	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
853	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
854	done; }
855
856uninstall-man3:
857	@$(NORMAL_UNINSTALL)
858	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
859	files=`{ for i in $$list; do echo "$$i"; done; \
860	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
861	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
862	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
863install-nobase_dist_perllibDATA: $(nobase_dist_perllib_DATA)
864	@$(NORMAL_INSTALL)
865	@list='$(nobase_dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
866	if test -n "$$list"; then \
867	  echo " $(MKDIR_P) '$(DESTDIR)$(perllibdir)'"; \
868	  $(MKDIR_P) "$(DESTDIR)$(perllibdir)" || exit 1; \
869	fi; \
870	$(am__nobase_list) | while read dir files; do \
871	  xfiles=; for file in $$files; do \
872	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
873	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
874	  test -z "$$xfiles" || { \
875	    test "x$$dir" = x. || { \
876	      echo " $(MKDIR_P) '$(DESTDIR)$(perllibdir)/$$dir'"; \
877	      $(MKDIR_P) "$(DESTDIR)$(perllibdir)/$$dir"; }; \
878	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(perllibdir)/$$dir'"; \
879	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(perllibdir)/$$dir" || exit $$?; }; \
880	done
881
882uninstall-nobase_dist_perllibDATA:
883	@$(NORMAL_UNINSTALL)
884	@list='$(nobase_dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
885	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
886	dir='$(DESTDIR)$(perllibdir)'; $(am__uninstall_files_from_dir)
887
888# This directory's subdirectories are mostly independent; you can cd
889# into them and run 'make' without going through this Makefile.
890# To change the values of 'make' variables: instead of editing Makefiles,
891# (1) if the variable is set in 'config.status', edit 'config.status'
892#     (which will cause the Makefiles to be regenerated when you run 'make');
893# (2) otherwise, pass the desired values on the 'make' command line.
894$(am__recursive_targets):
895	@fail=; \
896	if $(am__make_keepgoing); then \
897	  failcom='fail=yes'; \
898	else \
899	  failcom='exit 1'; \
900	fi; \
901	dot_seen=no; \
902	target=`echo $@ | sed s/-recursive//`; \
903	case "$@" in \
904	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
905	  *) list='$(SUBDIRS)' ;; \
906	esac; \
907	for subdir in $$list; do \
908	  echo "Making $$target in $$subdir"; \
909	  if test "$$subdir" = "."; then \
910	    dot_seen=yes; \
911	    local_target="$$target-am"; \
912	  else \
913	    local_target="$$target"; \
914	  fi; \
915	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
916	  || eval $$failcom; \
917	done; \
918	if test "$$dot_seen" = "no"; then \
919	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
920	fi; test -z "$$fail"
921
922ID: $(am__tagged_files)
923	$(am__define_uniq_tagged_files); mkid -fID $$unique
924tags: tags-recursive
925TAGS: tags
926
927tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
928	set x; \
929	here=`pwd`; \
930	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
931	  include_option=--etags-include; \
932	  empty_fix=.; \
933	else \
934	  include_option=--include; \
935	  empty_fix=; \
936	fi; \
937	list='$(SUBDIRS)'; for subdir in $$list; do \
938	  if test "$$subdir" = .; then :; else \
939	    test ! -f $$subdir/TAGS || \
940	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
941	  fi; \
942	done; \
943	$(am__define_uniq_tagged_files); \
944	shift; \
945	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
946	  test -n "$$unique" || unique=$$empty_fix; \
947	  if test $$# -gt 0; then \
948	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
949	      "$$@" $$unique; \
950	  else \
951	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
952	      $$unique; \
953	  fi; \
954	fi
955ctags: ctags-recursive
956
957CTAGS: ctags
958ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
959	$(am__define_uniq_tagged_files); \
960	test -z "$(CTAGS_ARGS)$$unique" \
961	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
962	     $$unique
963
964GTAGS:
965	here=`$(am__cd) $(top_builddir) && pwd` \
966	  && $(am__cd) $(top_srcdir) \
967	  && gtags -i $(GTAGS_ARGS) "$$here"
968cscopelist: cscopelist-recursive
969
970cscopelist-am: $(am__tagged_files)
971	list='$(am__tagged_files)'; \
972	case "$(srcdir)" in \
973	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
974	  *) sdir=$(subdir)/$(srcdir) ;; \
975	esac; \
976	for i in $$list; do \
977	  if test -f "$$i"; then \
978	    echo "$(subdir)/$$i"; \
979	  else \
980	    echo "$$sdir/$$i"; \
981	  fi; \
982	done >> $(top_builddir)/cscope.files
983
984distclean-tags:
985	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
986
987distdir: $(BUILT_SOURCES)
988	$(MAKE) $(AM_MAKEFLAGS) distdir-am
989
990distdir-am: $(DISTFILES)
991	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
992	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
993	list='$(DISTFILES)'; \
994	  dist_files=`for file in $$list; do echo $$file; done | \
995	  sed -e "s|^$$srcdirstrip/||;t" \
996	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
997	case $$dist_files in \
998	  */*) $(MKDIR_P) `echo "$$dist_files" | \
999			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1000			   sort -u` ;; \
1001	esac; \
1002	for file in $$dist_files; do \
1003	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1004	  if test -d $$d/$$file; then \
1005	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1006	    if test -d "$(distdir)/$$file"; then \
1007	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1008	    fi; \
1009	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1010	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1011	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1012	    fi; \
1013	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1014	  else \
1015	    test -f "$(distdir)/$$file" \
1016	    || cp -p $$d/$$file "$(distdir)/$$file" \
1017	    || exit 1; \
1018	  fi; \
1019	done
1020	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1021	  if test "$$subdir" = .; then :; else \
1022	    $(am__make_dryrun) \
1023	      || test -d "$(distdir)/$$subdir" \
1024	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1025	      || exit 1; \
1026	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1027	    $(am__relativize); \
1028	    new_distdir=$$reldir; \
1029	    dir1=$$subdir; dir2="$(top_distdir)"; \
1030	    $(am__relativize); \
1031	    new_top_distdir=$$reldir; \
1032	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1033	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1034	    ($(am__cd) $$subdir && \
1035	      $(MAKE) $(AM_MAKEFLAGS) \
1036	        top_distdir="$$new_top_distdir" \
1037	        distdir="$$new_distdir" \
1038		am__remove_distdir=: \
1039		am__skip_length_check=: \
1040		am__skip_mode_fix=: \
1041	        distdir) \
1042	      || exit 1; \
1043	  fi; \
1044	done
1045check-am: all-am
1046	$(MAKE) $(AM_MAKEFLAGS) check-local
1047check: check-recursive
1048all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
1049installdirs: installdirs-recursive
1050installdirs-am:
1051	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(perllibdir)"; do \
1052	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1053	done
1054install: install-recursive
1055install-exec: install-exec-recursive
1056install-data: install-data-recursive
1057uninstall: uninstall-recursive
1058
1059install-am: all-am
1060	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1061
1062installcheck: installcheck-recursive
1063install-strip:
1064	if test -z '$(STRIP)'; then \
1065	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1066	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1067	      install; \
1068	else \
1069	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1070	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1071	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1072	fi
1073mostlyclean-generic:
1074
1075clean-generic:
1076	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1077
1078distclean-generic:
1079	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1080	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1081
1082maintainer-clean-generic:
1083	@echo "This command is intended for maintainers to use"
1084	@echo "it deletes files that may require special tools to rebuild."
1085clean: clean-recursive
1086
1087clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1088
1089distclean: distclean-recursive
1090	-rm -f Makefile
1091distclean-am: clean-am distclean-generic distclean-tags
1092
1093dvi: dvi-recursive
1094
1095dvi-am:
1096
1097html: html-recursive
1098
1099html-am:
1100
1101info: info-recursive
1102
1103info-am:
1104
1105install-data-am: install-data-local install-man \
1106	install-nobase_dist_perllibDATA
1107	@$(NORMAL_INSTALL)
1108	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
1109install-dvi: install-dvi-recursive
1110
1111install-dvi-am:
1112
1113install-exec-am: install-binSCRIPTS
1114
1115install-html: install-html-recursive
1116
1117install-html-am:
1118
1119install-info: install-info-recursive
1120
1121install-info-am:
1122
1123install-man: install-man3
1124
1125install-pdf: install-pdf-recursive
1126
1127install-pdf-am:
1128
1129install-ps: install-ps-recursive
1130
1131install-ps-am:
1132
1133installcheck-am:
1134
1135maintainer-clean: maintainer-clean-recursive
1136	-rm -f Makefile
1137maintainer-clean-am: distclean-am maintainer-clean-generic
1138
1139mostlyclean: mostlyclean-recursive
1140
1141mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1142
1143pdf: pdf-recursive
1144
1145pdf-am:
1146
1147ps: ps-recursive
1148
1149ps-am:
1150
1151uninstall-am: uninstall-binSCRIPTS uninstall-local uninstall-man \
1152	uninstall-nobase_dist_perllibDATA
1153
1154uninstall-man: uninstall-man3
1155
1156.MAKE: $(am__recursive_targets) check-am install-am install-data-am \
1157	install-strip
1158
1159.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1160	check-am check-local clean clean-generic clean-libtool \
1161	clean-local cscopelist-am ctags ctags-am distclean \
1162	distclean-generic distclean-libtool distclean-tags distdir dvi \
1163	dvi-am html html-am info info-am install install-am \
1164	install-binSCRIPTS install-data install-data-am \
1165	install-data-hook install-data-local install-dvi \
1166	install-dvi-am install-exec install-exec-am install-html \
1167	install-html-am install-info install-info-am install-man \
1168	install-man3 install-nobase_dist_perllibDATA install-pdf \
1169	install-pdf-am install-ps install-ps-am install-strip \
1170	installcheck installcheck-am installdirs installdirs-am \
1171	maintainer-clean maintainer-clean-generic mostlyclean \
1172	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1173	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1174	uninstall-local uninstall-man uninstall-man3 \
1175	uninstall-nobase_dist_perllibDATA
1176
1177.PRECIOUS: Makefile
1178
1179
1180.pl: Makefile
1181	@test -d `dirname $@` || $(MKDIR_P) `dirname $@`
1182	$(do_perl_subst) <$< >$@
1183	$(AM_V_at) chmod +x $@
1184
1185.sh: Makefile
1186	@test -d `dirname $@` || $(MKDIR_P) `dirname $@`
1187	$(do_shell_subst) <$< >$@
1188	$(AM_V_at) chmod +x $@
1189
1190install-data-local:
1191# Install manual pages for perl modules manually as make can't deal
1192# properly with filenames containing colons
1193# Remove empty manual pages (perl modules not documented)
1194@BUILD_POD_DOC_TRUE@	$(MKDIR_P) $(DESTDIR)$(man3dir)
1195@BUILD_POD_DOC_TRUE@	for module in $(nobase_dist_perllib_DATA); do \
1196@BUILD_POD_DOC_TRUE@	  name=`echo $$module | sed -e 's|/|::|g' -e 's/\.pm$$//'`; \
1197@BUILD_POD_DOC_TRUE@	  $(POD2MAN) --utf8 --center=libdpkg-perl --release=$(VERSION) \
1198@BUILD_POD_DOC_TRUE@	    --name="$$name" --section=$(man_perl_section) $(srcdir)/$$module \
1199@BUILD_POD_DOC_TRUE@	    >$(DESTDIR)$(man3dir)/$$name.$(man_perl_section); \
1200@BUILD_POD_DOC_TRUE@	  test -s $(DESTDIR)$(man3dir)/$$name.$(man_perl_section) || \
1201@BUILD_POD_DOC_TRUE@	  rm -f $(DESTDIR)$(man3dir)/$$name.$(man_perl_section); \
1202@BUILD_POD_DOC_TRUE@	done
1203
1204# Ideally we'd use 'sed -i', but unfortunately that's not portable.
1205install-data-hook:
1206	mv $(DESTDIR)$(perllibdir)/Dpkg.pm \
1207	   $(DESTDIR)$(perllibdir)/Dpkg.pm.tmp
1208	$(do_perl_subst) <$(DESTDIR)$(perllibdir)/Dpkg.pm.tmp \
1209	                 >$(DESTDIR)$(perllibdir)/Dpkg.pm
1210	rm -f $(DESTDIR)$(perllibdir)/Dpkg.pm.tmp
1211
1212uninstall-local:
1213@BUILD_POD_DOC_TRUE@	for module in $(nobase_dist_perllib_DATA); do \
1214@BUILD_POD_DOC_TRUE@	  rm -f $(DESTDIR)$(man3dir)/`echo $$module | sed -e 's|/|::|g' -e 's/\.pm$$/.$(man_perl_section)/'`; \
1215@BUILD_POD_DOC_TRUE@	done
1216
1217coverage: check
1218	$(PERL_COVER) -silent \
1219	  -ignore_re '^t/.*\.t' \
1220	  -outputdir $(top_builddir)/doc/coverage/scripts
1221	: # Cleanup coverage report index
1222	$(PERL) -i -p -e "s:$(abs_top_builddir)::" \
1223	  $(top_builddir)/doc/coverage/scripts/coverage.html
1224
1225coverage-clean:
1226	rm -rf cover_db
1227
1228$(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-amd64.so: $(srcdir)/t/Dpkg_Shlibs/basictags.c
1229	$(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 $< \
1230	  -DAMD64 -o $@
1231
1232$(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-mips.so: $(srcdir)/t/Dpkg_Shlibs/basictags.c
1233	$(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 $< \
1234	  -DMIPS -o $@
1235
1236$(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-i386.so: $(srcdir)/t/Dpkg_Shlibs/basictags.c
1237	$(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 $< \
1238	  -DI386 -o $@
1239
1240$(srcdir)/t/Dpkg_Shlibs/libobjdump.patterns.so: $(srcdir)/t/Dpkg_Shlibs/patterns.cpp $(srcdir)/t/Dpkg_Shlibs/patterns.map
1241	$(CXX) $(CXXFLAGS) -shared -fPIC -Wl,-soname -Wl,libpatterns.so.1 \
1242	  -Wl,--version-script=$(srcdir)/t/Dpkg_Shlibs/patterns.map $< -o $@
1243
1244$(srcdir)/t/Dpkg_Shlibs/spacesyms.c: $(srcdir)/t/Dpkg_Shlibs/spacesyms-c-gen.pl
1245	$(srcdir)/t/Dpkg_Shlibs/spacesyms-c-gen.pl > $@
1246
1247$(srcdir)/t/Dpkg_Shlibs/spacesyms.o: $(srcdir)/t/Dpkg_Shlibs/spacesyms.c $(srcdir)/t/Dpkg_Shlibs/spacesyms-o-map.pl
1248	$(CC) $(CFLAGS) -c -fPIC -o $@.tmp $<
1249	$(srcdir)/t/Dpkg_Shlibs/spacesyms-o-map.pl $@.tmp $@
1250	rm -f $@.tmp
1251
1252$(srcdir)/t/Dpkg_Shlibs/libobjdump.spacesyms.so: $(srcdir)/t/Dpkg_Shlibs/spacesyms.o $(srcdir)/t/Dpkg_Shlibs/spacesyms.map
1253	$(CC) -shared -Wl,-soname -Wl,libspacesyms.so.1 \
1254	  -Wl,--version-script=$(srcdir)/t/Dpkg_Shlibs/spacesyms.map $< -o $@
1255
1256.PHONY: refresh-test-data
1257
1258refresh-test-data: $(test_data_objects)
1259	$(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-amd64.so \
1260	  >$(srcdir)/t/Dpkg_Shlibs/objdump.basictags-amd64
1261	$(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-i386.so \
1262	  >$(srcdir)/t/Dpkg_Shlibs/objdump.basictags-i386
1263	$(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-mips.so \
1264	  >$(srcdir)/t/Dpkg_Shlibs/objdump.basictags-mips
1265	$(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.patterns.so \
1266	  >$(srcdir)/t/Dpkg_Shlibs/objdump.patterns
1267	$(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.spacesyms.so \
1268	  >$(srcdir)/t/Dpkg_Shlibs/objdump.spacesyms
1269	$(OBJDUMP) `which ls` >$(srcdir)/t/Dpkg_Shlibs/objdump.ls
1270
1271TEST_VERBOSE ?= 0
1272TEST_PARALLEL ?= 1
1273
1274check-clean:
1275	[ -z "$(test_tmpdir)" ] || rm -fr $(test_tmpdir)
1276
1277check-local: $(test_data) $(test_programs) $(test_scripts)
1278	[ -z "$(test_tmpdir)" ] || $(MKDIR_P) $(test_tmpdir)
1279	PATH="$(abs_top_builddir)/src:$(abs_top_builddir)/scripts:$(abs_top_builddir)/utils:$(PATH)" \
1280	  LC_ALL=C \
1281	  DPKG_COLORS=never \
1282	  $(TEST_ENV_VARS) \
1283	  srcdir=$(srcdir) builddir=$(builddir) \
1284	  CC=$(CC) \
1285	  PERL=$(PERL) \
1286	  PERL_DL_NONLAZY=1 \
1287	  PERL5LIB=$(abs_top_srcdir)/scripts:$(abs_top_srcdir)/dselect/methods \
1288	  PERL5OPT=$(TEST_COVERAGE) \
1289	  $(PERL) -MTAP::Harness -e $(TEST_RUNNER) \
1290	    $(addprefix $(builddir)/,$(test_programs)) \
1291	    $(addprefix $(srcdir)/,$(test_scripts))
1292
1293clean-local: check-clean coverage-clean
1294	rm -fr man
1295
1296# Tell versions [3.59,3.63) of GNU make to not export all variables.
1297# Otherwise a system limit (for SysV at least) may be exceeded.
1298.NOEXPORT:
1299