1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
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.
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
17 # Variables to be defined:
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
31 if test -z '$(MAKELEVEL)'; then \
33 elif test -n '$(MAKE_HOST)'; then \
35 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 am__make_running_with_option = \
42 case $${target_option-} in \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; 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;; \
79 *$$target_option*) has_opt=yes; break;; \
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
101 build_triplet = @build@
102 host_triplet = @host@
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 am__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
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122 DIST_COMMON = $(srcdir)/Makefile.am $(nobase_dist_perllib_DATA) \
124 mkinstalldirs = $(install_sh) -d
125 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_VPATH_FILES =
128 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129 am__vpath_adj = case $$p in \
130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__nobase_strip_setup = \
136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139 am__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] }'
147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149 am__uninstall_files_from_dir = { \
151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153 $(am__cd) "$$dir" && rm -f $$files; }; \
155 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" \
156 "$(DESTDIR)$(perllibdir)"
157 SCRIPTS = $(bin_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172 RECURSIVE_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
180 am__can_run_installinfo = \
181 case $$AM_UPDATE_INFO_DIR in \
183 *) (install-info --version) >/dev/null 2>&1;; \
185 man3dir = $(mandir)/man3
188 DATA = $(nobase_dist_perllib_DATA)
189 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
190 distclean-recursive maintainer-clean-recursive
191 am__recursive_targets = \
192 $(RECURSIVE_TARGETS) \
193 $(RECURSIVE_CLEAN_TARGETS) \
194 $(am__extra_recursive_targets)
195 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
197 am__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
201 am__uniquify_input = $(AWK) '\
202 BEGIN { nonempty = 0; } \
203 { items[$$0] = 1; nonempty = 1; } \
204 END { if (nonempty) { for (i in items) print i; }; } \
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.
209 am__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)`
216 DIST_SUBDIRS = $(SUBDIRS)
217 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/check.am
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
222 sed_rest='s,^[^/]*/*,,'; \
223 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
224 sed_butlast='s,/*[^/]*$$,,'; \
225 while test -n "$$dir1"; do \
226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
227 if test "$$first" != "."; then \
228 if test "$$first" = ".."; then \
229 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
230 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
232 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
233 if test "$$first2" = "$$first"; then \
234 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
238 dir0="$$dir0"/"$$first"; \
241 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
246 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
248 AUTOCONF = @AUTOCONF@
249 AUTOHEADER = @AUTOHEADER@
250 AUTOM4TE = @AUTOM4TE@
251 AUTOMAKE = @AUTOMAKE@
253 BUILD_DEVEL_DOCS = @BUILD_DEVEL_DOCS@
254 BZ2_LIBS = @BZ2_LIBS@
256 CCDEPMODE = @CCDEPMODE@
259 CPPFLAGS = @CPPFLAGS@
260 CURSES_LIBS = @CURSES_LIBS@
263 CXXDEPMODE = @CXXDEPMODE@
264 CXXFLAGS = @CXXFLAGS@
265 CYGPATH_W = @CYGPATH_W@
270 DSYMUTIL = @DSYMUTIL@
279 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
281 GMSGFMT_015 = @GMSGFMT_015@
283 HAVE_DOT = @HAVE_DOT@
285 INSTALL_DATA = @INSTALL_DATA@
286 INSTALL_PROGRAM = @INSTALL_PROGRAM@
287 INSTALL_SCRIPT = @INSTALL_SCRIPT@
288 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
289 INTLLIBS = @INTLLIBS@
290 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
291 KVM_LIBS = @KVM_LIBS@
293 LCOV_GENHTML = @LCOV_GENHTML@
296 LIBICONV = @LIBICONV@
303 LTLIBICONV = @LTLIBICONV@
304 LTLIBINTL = @LTLIBINTL@
305 LTLIBOBJS = @LTLIBOBJS@
306 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
307 LZMA_LIBS = @LZMA_LIBS@
308 MAKEINFO = @MAKEINFO@
309 MANIFEST_TOOL = @MANIFEST_TOOL@
313 MSGFMT_015 = @MSGFMT_015@
314 MSGMERGE = @MSGMERGE@
317 OBJDUMP = objdump -w -f -p -T -R
322 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
323 PACKAGE_COPYRIGHT_HOLDER = @PACKAGE_COPYRIGHT_HOLDER@
324 PACKAGE_NAME = @PACKAGE_NAME@
325 PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@
326 PACKAGE_STRING = @PACKAGE_STRING@
327 PACKAGE_TARNAME = @PACKAGE_TARNAME@
328 PACKAGE_URL = @PACKAGE_URL@
329 PACKAGE_VERSION = @PACKAGE_VERSION@
331 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PERL_COVER = @PERL_COVER@
334 PERL_COVERAGE = @PERL_COVERAGE@
335 PERL_LIBDIR = @PERL_LIBDIR@
336 PKG_CONFIG = @PKG_CONFIG@
337 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
338 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
345 SELINUX_CFLAGS = @SELINUX_CFLAGS@
346 SELINUX_LIBS = @SELINUX_LIBS@
347 SET_MAKE = @SET_MAKE@
352 USE_PO4A = @USE_PO4A@
353 USE_UNICODE = @USE_UNICODE@
355 XGETTEXT = @XGETTEXT@
356 XGETTEXT_015 = @XGETTEXT_015@
357 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
359 abs_builddir = @abs_builddir@
360 abs_srcdir = @abs_srcdir@
361 abs_top_builddir = @abs_top_builddir@
362 abs_top_srcdir = @abs_top_srcdir@
363 ac_ct_AR = @ac_ct_AR@
364 ac_ct_CC = @ac_ct_CC@
365 ac_ct_CXX = @ac_ct_CXX@
366 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
367 admindir = @admindir@
368 am__include = @am__include@
369 am__leading_dot = @am__leading_dot@
370 am__quote = @am__quote@
372 am__untar = @am__untar@
375 build_alias = @build_alias@
376 build_cpu = @build_cpu@
377 build_os = @build_os@
378 build_vendor = @build_vendor@
379 builddir = @builddir@
381 datarootdir = @datarootdir@
382 devlibdir = @devlibdir@
385 exec_prefix = @exec_prefix@
387 host_alias = @host_alias@
388 host_cpu = @host_cpu@
390 host_vendor = @host_vendor@
392 includedir = @includedir@
394 install_sh = @install_sh@
396 libexecdir = @libexecdir@
397 localedir = @localedir@
398 localstatedir = @localstatedir@
402 oldincludedir = @oldincludedir@
404 pkgconfdir = @pkgconfdir@
406 program_transform_name = @program_transform_name@
408 runstatedir = @runstatedir@
410 sharedstatedir = @sharedstatedir@
412 sysconfdir = @sysconfdir@
413 target_alias = @target_alias@
414 top_build_prefix = @top_build_prefix@
415 top_builddir = @top_builddir@
416 top_srcdir = @top_srcdir@
422 dpkg-checkbuilddeps \
428 dpkg-maintscript-helper \
429 dpkg-mergechangelogs \
431 dpkg-parsechangelog \
438 EXTRA_DIST = dpkg-architecture.pl dpkg-buildflags.pl \
439 dpkg-buildpackage.pl dpkg-checkbuilddeps.pl \
440 dpkg-distaddfile.pl dpkg-genbuildinfo.pl dpkg-genchanges.pl \
441 dpkg-gencontrol.pl dpkg-gensymbols.pl \
442 dpkg-maintscript-helper.sh dpkg-mergechangelogs.pl \
443 dpkg-name.pl dpkg-parsechangelog.pl dpkg-scanpackages.pl \
444 dpkg-scansources.pl dpkg-shlibdeps.pl dpkg-source.pl \
445 dpkg-vendor.pl $(test_scripts) $(test_data) Test/Dpkg.pm \
448 $(test_data_objects) \
451 perllibdir = $(PERL_LIBDIR)
452 nobase_dist_perllib_DATA = \
455 Dpkg/BuildOptions.pm \
456 Dpkg/BuildProfiles.pm \
459 Dpkg/Build/Types.pm \
461 Dpkg/Changelog/Debian.pm \
462 Dpkg/Changelog/Entry.pm \
463 Dpkg/Changelog/Entry/Debian.pm \
464 Dpkg/Changelog/Parse.pm \
466 Dpkg/Compression.pm \
467 Dpkg/Compression/FileHandle.pm \
468 Dpkg/Compression/Process.pm \
471 Dpkg/Control/Changelog.pm \
472 Dpkg/Control/FieldsCore.pm \
473 Dpkg/Control/Fields.pm \
474 Dpkg/Control/Info.pm \
475 Dpkg/Control/HashCore.pm \
476 Dpkg/Control/Hash.pm \
477 Dpkg/Control/Tests.pm \
478 Dpkg/Control/Tests/Entry.pm \
479 Dpkg/Control/Types.pm \
482 Dpkg/ErrorHandling.pm \
488 Dpkg/Interface/Storable.pm \
493 Dpkg/Shlibs/Objdump.pm \
494 Dpkg/Shlibs/Symbol.pm \
495 Dpkg/Shlibs/SymbolFile.pm \
496 Dpkg/Shlibs/Cppfilt.pm \
497 Dpkg/Source/Archive.pm \
498 Dpkg/Source/Functions.pm \
499 Dpkg/Source/Package.pm \
500 Dpkg/Source/Package/V1.pm \
501 Dpkg/Source/Package/V2.pm \
502 Dpkg/Source/Package/V3/Bzr.pm \
503 Dpkg/Source/Package/V3/Custom.pm \
504 Dpkg/Source/Package/V3/Native.pm \
505 Dpkg/Source/Package/V3/Git.pm \
506 Dpkg/Source/Package/V3/Quilt.pm \
507 Dpkg/Source/Patch.pm \
508 Dpkg/Source/Quilt.pm \
513 Dpkg/Vendor/Debian.pm \
514 Dpkg/Vendor/Default.pm \
515 Dpkg/Vendor/Ubuntu.pm \
520 # Keep it even if empty to have man3dir correctly set
522 do_perl_subst = $(AM_V_GEN) sed \
523 -e "s:^\#![[:space:]]*/usr/bin/perl:\#!$(PERL):" \
524 -e "s:our \$$CONFDIR = .*;:our \$$CONFDIR = '$(pkgconfdir)';:" \
525 -e "s:our \$$ADMINDIR = .*;:our \$$ADMINDIR = '$(admindir)';:" \
526 -e "s:our \$$LIBDIR = .*;:our \$$LIBDIR = '$(pkglibexecdir)';:" \
527 -e "s:our \$$DATADIR = .*;:our \$$DATADIR = '$(pkgdatadir)';:" \
528 -e "s:our \$$PROGMAKE = .*;:our \$$PROGMAKE = '$(MAKE)';:" \
529 -e "s:our \$$PROGTAR = .*;:our \$$PROGTAR = '$(TAR)';:" \
530 -e "s:our \$$PROGPATCH = .*;:our \$$PROGPATCH = '$(PATCH)';:" \
531 -e "s:our \$$PROGVERSION = .*;:our \$$PROGVERSION = '$(PACKAGE_VERSION)';:"
533 do_shell_subst = $(AM_V_GEN) sed \
534 -e "s:^version[[:space:]]*=[[:space:]]*['\"][^'\"]*[\"']:version=\"$(PACKAGE_VERSION)\":"
538 DPKG_PROGTAR=$(TAR) \
539 DPKG_PROGPATCH=$(PATCH) \
540 DPKG_PROGMAKE=$(MAKE) \
541 DPKG_DATADIR=$(top_srcdir)/data \
542 DPKG_ORIGINS_DIR=$(srcdir)/t/origins
544 TEST_COVERAGE = $(PERL_COVERAGE)
550 t/Dpkg_Shlibs_Cppfilt.t \
552 t/Dpkg_BuildFlags.t \
553 t/Dpkg_BuildOptions.t \
554 t/Dpkg_BuildProfiles.t \
556 t/Dpkg_Build_Info.t \
557 t/Dpkg_Build_Types.t \
559 t/Dpkg_ErrorHandling.t \
569 t/Dpkg_Interface_Storable.t \
572 t/Dpkg_Changelog_Ubuntu.t \
574 t/Dpkg_Control_Tests.t \
578 t/Dpkg_Compression.t \
579 t/Dpkg_Source_Functions.t \
580 t/Dpkg_Source_Patch.t \
581 t/Dpkg_Source_Quilt.t \
582 t/Dpkg_Source_Archive.t \
583 t/Dpkg_Source_Package.t \
584 t/Dpkg_Dist_Files.t \
586 t/dpkg_buildpackage.t \
587 t/merge_changelogs.t \
592 t/Dpkg_Shlibs/symbols.blacklisted \
593 t/Dpkg_Shlibs/symbols.blacklist-groups \
594 t/Dpkg_Shlibs/symbols.blacklist-filter \
595 t/Dpkg_Shlibs/symbols.blacklist-ignore \
596 t/Dpkg_Shlibs/symbols.fake-1 \
597 t/Dpkg_Shlibs/symbols.fake-2 \
598 t/Dpkg_Shlibs/symbols.fake-3 \
599 t/Dpkg_Shlibs/symbols.include-1 \
600 t/Dpkg_Shlibs/symbols.include-2 \
601 t/Dpkg_Shlibs/symbols.include-3 \
602 t/Dpkg_Shlibs/basictags.symbols \
603 t/Dpkg_Shlibs/basictags.c \
604 t/Dpkg_Shlibs/patterns.symbols \
605 t/Dpkg_Shlibs/patterns.cpp \
606 t/Dpkg_Shlibs/patterns.map \
607 t/Dpkg_Shlibs/ld.so.conf \
608 t/Dpkg_Shlibs/ld.so.conf_2 \
609 t/Dpkg_Shlibs/ld.so.conf.d/normal.conf \
610 t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf \
611 t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf \
612 t/Dpkg_Shlibs/objdump.space \
613 t/Dpkg_Shlibs/objdump.spacesyms \
614 t/Dpkg_Shlibs/objdump.basictags-amd64 \
615 t/Dpkg_Shlibs/objdump.basictags-i386 \
616 t/Dpkg_Shlibs/objdump.basictags-mips \
617 t/Dpkg_Shlibs/objdump.blacklisted \
618 t/Dpkg_Shlibs/objdump.patterns \
619 t/Dpkg_Shlibs/objdump.glib-ia64 \
620 t/Dpkg_Shlibs/objdump.libc6-2.3 \
621 t/Dpkg_Shlibs/objdump.libc6-2.6 \
622 t/Dpkg_Shlibs/objdump.dbd-pg \
623 t/Dpkg_Shlibs/objdump.ls \
624 t/Dpkg_Shlibs/spacesyms.map \
625 t/Dpkg_Shlibs/spacesyms-c-gen.pl \
626 t/Dpkg_Shlibs/spacesyms-o-map.pl \
627 t/Dpkg_Source_Patch/c-style.patch \
628 t/Dpkg_Source_Patch/ghost-hunk.patch \
629 t/Dpkg_Source_Patch/indent-header.patch \
630 t/Dpkg_Source_Patch/index-+++.patch \
631 t/Dpkg_Source_Patch/index-alone.patch \
632 t/Dpkg_Source_Patch/index-inert.patch \
633 t/Dpkg_Source_Patch/partial.patch \
634 t/Dpkg_Changelog/countme \
635 t/Dpkg_Changelog/date-format \
636 t/Dpkg_Changelog/fields \
637 t/Dpkg_Changelog/misplaced-tz \
638 t/Dpkg_Changelog/regressions \
639 t/Dpkg_Changelog/shadow \
640 t/Dpkg_Changelog/unreleased \
641 t/Dpkg_Checksums/empty \
642 t/Dpkg_Checksums/data-1 \
643 t/Dpkg_Checksums/data-2 \
644 t/Dpkg_Conf/config-mixed \
645 t/Dpkg_Control/control-1 \
646 t/Dpkg_Control/bogus-unsigned.dsc \
647 t/Dpkg_Control/bogus-armor-double.dsc \
648 t/Dpkg_Control/bogus-armor-formfeed.dsc \
649 t/Dpkg_Control/bogus-armor-no-sig.dsc \
650 t/Dpkg_Control/bogus-armor-trail.dsc \
651 t/Dpkg_Control/bogus-armor-inline.dsc \
652 t/Dpkg_Control/bogus-armor-nested.dsc \
653 t/Dpkg_Control/bogus-armor-spaces.dsc \
654 t/Dpkg_Control_Tests/tests-missing-fields \
655 t/Dpkg_Control_Tests/tests-plain-text \
656 t/Dpkg_Control_Tests/tests-valid \
657 t/Dpkg_Source_Quilt/parse/debian/patches/series \
658 t/Dpkg_Substvars/substvars1 \
659 t/Dpkg_Substvars/substvars2 \
660 t/Dpkg_Dist_Files/files-byhand \
661 t/Dpkg_Dist_Files/files-fragment-a \
662 t/Dpkg_Dist_Files/files-fragment-b \
663 t/dpkg_buildpackage/test-source_0.dsc \
664 t/dpkg_buildpackage/test-source_0_all.changes \
665 t/dpkg_buildpackage/test-source_0_any.changes \
666 t/dpkg_buildpackage/test-source_0_binary.changes \
667 t/dpkg_buildpackage/test-source_0_full.changes \
668 t/dpkg_buildpackage/test-source_0_source.changes \
669 t/dpkg_source/testsuite_0.dsc \
670 t/dpkg_source/testsuite_1.dsc \
671 t/dpkg_source/testsuite_2.dsc \
672 t/dpkg_source/testsuite_3.dsc \
673 t/merge_changelogs/ch-old \
674 t/merge_changelogs/ch-a \
675 t/merge_changelogs/ch-b \
676 t/merge_changelogs/ch-badver-a \
677 t/merge_changelogs/ch-badver-b \
678 t/merge_changelogs/ch-badver-merged \
679 t/merge_changelogs/ch-badver-old \
680 t/merge_changelogs/ch-merged \
681 t/merge_changelogs/ch-merged-basic \
682 t/merge_changelogs/ch-merged-pr \
683 t/merge_changelogs/ch-merged-pr-basic \
684 t/mk/debian/changelog \
685 t/mk/architecture.mk \
691 t/origins/gnewsense \
694 test_data_objects = \
695 t/Dpkg_Shlibs/libobjdump.basictags-amd64.so \
696 t/Dpkg_Shlibs/libobjdump.basictags-i386.so \
697 t/Dpkg_Shlibs/libobjdump.basictags-mips.so \
698 t/Dpkg_Shlibs/libobjdump.patterns.so \
699 t/Dpkg_Shlibs/libobjdump.spacesyms.so \
703 my $$harness = TAP::Harness->new({ \
704 exec => sub { my (undef, $$test) = @_; \
705 return [ $$test ] if $$test !~ "\.t\$$" and -x $$test; \
707 lib => [ "$(top_srcdir)/scripts", "$(top_srcdir)/dselect/methods" ], \
709 verbosity => $(TEST_VERBOSE), \
710 jobs => $(TEST_PARALLEL), \
713 my $$aggregate = $$harness->runtests(@ARGV); \
714 die "FAIL: test suite has errors\n" if $$aggregate->has_errors;'
720 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/check.am $(am__configure_deps)
722 case '$(am__configure_deps)' in \
724 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
725 && { if test -f $@; then exit 0; else break; fi; }; \
729 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
730 $(am__cd) $(top_srcdir) && \
731 $(AUTOMAKE) --foreign scripts/Makefile
732 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
735 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
737 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
738 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
740 $(top_srcdir)/check.am $(am__empty):
742 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
743 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
745 $(top_srcdir)/configure: $(am__configure_deps)
746 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
747 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
748 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
749 $(am__aclocal_m4_deps):
750 install-binSCRIPTS: $(bin_SCRIPTS)
752 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
753 if test -n "$$list"; then \
754 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
755 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
757 for p in $$list; do \
758 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
759 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
761 sed -e 'p;s,.*/,,;n' \
763 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
764 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
765 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
766 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
767 if (++n[d] == $(am__install_max)) { \
768 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
769 else { print "f", d "/" $$4, $$1 } } \
770 END { for (d in files) print "f", d, files[d] }' | \
771 while read type dir files; do \
772 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
773 test -z "$$files" || { \
774 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
775 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
779 uninstall-binSCRIPTS:
781 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
782 files=`for p in $$list; do echo "$$p"; done | \
783 sed -e 's,.*/,,;$(transform)'`; \
784 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
791 install-man3: $(man3_MANS)
793 @list1='$(man3_MANS)'; \
795 test -n "$(man3dir)" \
796 && test -n "`echo $$list1$$list2`" \
798 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
799 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
800 { for i in $$list1; do echo "$$i"; done; \
801 if test -n "$$list2"; then \
802 for i in $$list2; do echo "$$i"; done \
803 | sed -n '/\.3[a-z]*$$/p'; \
805 } | while read p; do \
806 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
807 echo "$$d$$p"; echo "$$p"; \
809 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
810 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
811 sed 'N;N;s,\n, ,g' | { \
812 list=; while read file base inst; do \
813 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
814 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
815 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
818 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
819 while read files; do \
820 test -z "$$files" || { \
821 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
822 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
827 @list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
828 files=`{ for i in $$list; do echo "$$i"; done; \
829 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
830 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
831 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
832 install-nobase_dist_perllibDATA: $(nobase_dist_perllib_DATA)
834 @list='$(nobase_dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
835 if test -n "$$list"; then \
836 echo " $(MKDIR_P) '$(DESTDIR)$(perllibdir)'"; \
837 $(MKDIR_P) "$(DESTDIR)$(perllibdir)" || exit 1; \
839 $(am__nobase_list) | while read dir files; do \
840 xfiles=; for file in $$files; do \
841 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
842 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
843 test -z "$$xfiles" || { \
844 test "x$$dir" = x. || { \
845 echo " $(MKDIR_P) '$(DESTDIR)$(perllibdir)/$$dir'"; \
846 $(MKDIR_P) "$(DESTDIR)$(perllibdir)/$$dir"; }; \
847 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(perllibdir)/$$dir'"; \
848 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(perllibdir)/$$dir" || exit $$?; }; \
851 uninstall-nobase_dist_perllibDATA:
853 @list='$(nobase_dist_perllib_DATA)'; test -n "$(perllibdir)" || list=; \
854 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
855 dir='$(DESTDIR)$(perllibdir)'; $(am__uninstall_files_from_dir)
857 # This directory's subdirectories are mostly independent; you can cd
858 # into them and run 'make' without going through this Makefile.
859 # To change the values of 'make' variables: instead of editing Makefiles,
860 # (1) if the variable is set in 'config.status', edit 'config.status'
861 # (which will cause the Makefiles to be regenerated when you run 'make');
862 # (2) otherwise, pass the desired values on the 'make' command line.
863 $(am__recursive_targets):
865 if $(am__make_keepgoing); then \
866 failcom='fail=yes'; \
871 target=`echo $@ | sed s/-recursive//`; \
873 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
874 *) list='$(SUBDIRS)' ;; \
876 for subdir in $$list; do \
877 echo "Making $$target in $$subdir"; \
878 if test "$$subdir" = "."; then \
880 local_target="$$target-am"; \
882 local_target="$$target"; \
884 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
887 if test "$$dot_seen" = "no"; then \
888 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
891 ID: $(am__tagged_files)
892 $(am__define_uniq_tagged_files); mkid -fID $$unique
896 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
899 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
900 include_option=--etags-include; \
903 include_option=--include; \
906 list='$(SUBDIRS)'; for subdir in $$list; do \
907 if test "$$subdir" = .; then :; else \
908 test ! -f $$subdir/TAGS || \
909 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
912 $(am__define_uniq_tagged_files); \
914 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
915 test -n "$$unique" || unique=$$empty_fix; \
916 if test $$# -gt 0; then \
917 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
920 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
924 ctags: ctags-recursive
927 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
928 $(am__define_uniq_tagged_files); \
929 test -z "$(CTAGS_ARGS)$$unique" \
930 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
934 here=`$(am__cd) $(top_builddir) && pwd` \
935 && $(am__cd) $(top_srcdir) \
936 && gtags -i $(GTAGS_ARGS) "$$here"
937 cscopelist: cscopelist-recursive
939 cscopelist-am: $(am__tagged_files)
940 list='$(am__tagged_files)'; \
941 case "$(srcdir)" in \
942 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
943 *) sdir=$(subdir)/$(srcdir) ;; \
945 for i in $$list; do \
946 if test -f "$$i"; then \
947 echo "$(subdir)/$$i"; \
951 done >> $(top_builddir)/cscope.files
954 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
956 distdir: $(DISTFILES)
957 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
958 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
959 list='$(DISTFILES)'; \
960 dist_files=`for file in $$list; do echo $$file; done | \
961 sed -e "s|^$$srcdirstrip/||;t" \
962 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
963 case $$dist_files in \
964 */*) $(MKDIR_P) `echo "$$dist_files" | \
965 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
968 for file in $$dist_files; do \
969 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
970 if test -d $$d/$$file; then \
971 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
972 if test -d "$(distdir)/$$file"; then \
973 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
975 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
976 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
977 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
979 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
981 test -f "$(distdir)/$$file" \
982 || cp -p $$d/$$file "$(distdir)/$$file" \
986 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
987 if test "$$subdir" = .; then :; else \
989 || test -d "$(distdir)/$$subdir" \
990 || $(MKDIR_P) "$(distdir)/$$subdir" \
992 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
994 new_distdir=$$reldir; \
995 dir1=$$subdir; dir2="$(top_distdir)"; \
997 new_top_distdir=$$reldir; \
998 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
999 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1000 ($(am__cd) $$subdir && \
1001 $(MAKE) $(AM_MAKEFLAGS) \
1002 top_distdir="$$new_top_distdir" \
1003 distdir="$$new_distdir" \
1004 am__remove_distdir=: \
1005 am__skip_length_check=: \
1006 am__skip_mode_fix=: \
1012 $(MAKE) $(AM_MAKEFLAGS) check-local
1013 check: check-recursive
1014 all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
1015 installdirs: installdirs-recursive
1017 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(perllibdir)"; do \
1018 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1020 install: install-recursive
1021 install-exec: install-exec-recursive
1022 install-data: install-data-recursive
1023 uninstall: uninstall-recursive
1026 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1028 installcheck: installcheck-recursive
1030 if test -z '$(STRIP)'; then \
1031 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1032 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1035 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1036 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1037 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1039 mostlyclean-generic:
1042 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1045 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1046 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1048 maintainer-clean-generic:
1049 @echo "This command is intended for maintainers to use"
1050 @echo "it deletes files that may require special tools to rebuild."
1051 clean: clean-recursive
1053 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1055 distclean: distclean-recursive
1057 distclean-am: clean-am distclean-generic distclean-tags
1063 html: html-recursive
1067 info: info-recursive
1071 install-data-am: install-data-local install-man \
1072 install-nobase_dist_perllibDATA
1074 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1075 install-dvi: install-dvi-recursive
1079 install-exec-am: install-binSCRIPTS
1081 install-html: install-html-recursive
1085 install-info: install-info-recursive
1089 install-man: install-man3
1091 install-pdf: install-pdf-recursive
1095 install-ps: install-ps-recursive
1101 maintainer-clean: maintainer-clean-recursive
1103 maintainer-clean-am: distclean-am maintainer-clean-generic
1105 mostlyclean: mostlyclean-recursive
1107 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1117 uninstall-am: uninstall-binSCRIPTS uninstall-local uninstall-man \
1118 uninstall-nobase_dist_perllibDATA
1120 uninstall-man: uninstall-man3
1122 .MAKE: $(am__recursive_targets) check-am install-am install-data-am \
1125 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1126 check-am check-local clean clean-generic clean-libtool \
1127 clean-local cscopelist-am ctags ctags-am distclean \
1128 distclean-generic distclean-libtool distclean-tags distdir dvi \
1129 dvi-am html html-am info info-am install install-am \
1130 install-binSCRIPTS install-data install-data-am \
1131 install-data-hook install-data-local install-dvi \
1132 install-dvi-am install-exec install-exec-am install-html \
1133 install-html-am install-info install-info-am install-man \
1134 install-man3 install-nobase_dist_perllibDATA install-pdf \
1135 install-pdf-am install-ps install-ps-am install-strip \
1136 installcheck installcheck-am installdirs installdirs-am \
1137 maintainer-clean maintainer-clean-generic mostlyclean \
1138 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1139 tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1140 uninstall-local uninstall-man uninstall-man3 \
1141 uninstall-nobase_dist_perllibDATA
1147 @test -d `dirname $@` || $(MKDIR_P) `dirname $@`
1148 $(do_perl_subst) <$< >$@
1149 $(AM_V_at) chmod +x $@
1152 @test -d `dirname $@` || $(MKDIR_P) `dirname $@`
1153 $(do_shell_subst) <$< >$@
1154 $(AM_V_at) chmod +x $@
1157 # Install manual pages for perl modules manually as make can't deal
1158 # properly with filenames containing colons
1159 # Remove empty manual pages (perl modules not documented)
1160 @BUILD_POD_DOC_TRUE@ $(MKDIR_P) $(DESTDIR)$(man3dir)
1161 @BUILD_POD_DOC_TRUE@ for module in $(nobase_dist_perllib_DATA); do \
1162 @BUILD_POD_DOC_TRUE@ name=`echo $$module | sed -e 's|/|::|g' -e 's/\.pm$$//'`; \
1163 @BUILD_POD_DOC_TRUE@ $(POD2MAN) --utf8 --center=libdpkg-perl --release=$(VERSION) \
1164 @BUILD_POD_DOC_TRUE@ --name="$$name" --section=3 $(srcdir)/$$module \
1165 @BUILD_POD_DOC_TRUE@ >$(DESTDIR)$(man3dir)/$$name.3; \
1166 @BUILD_POD_DOC_TRUE@ test -s $(DESTDIR)$(man3dir)/$$name.3 || \
1167 @BUILD_POD_DOC_TRUE@ rm -f $(DESTDIR)$(man3dir)/$$name.3; \
1168 @BUILD_POD_DOC_TRUE@ done
1170 # Ideally we'd use 'sed -i', but unfortunately that's not portable.
1172 mv $(DESTDIR)$(perllibdir)/Dpkg.pm \
1173 $(DESTDIR)$(perllibdir)/Dpkg.pm.tmp
1174 $(do_perl_subst) <$(DESTDIR)$(perllibdir)/Dpkg.pm.tmp \
1175 >$(DESTDIR)$(perllibdir)/Dpkg.pm
1176 rm -f $(DESTDIR)$(perllibdir)/Dpkg.pm.tmp
1179 @BUILD_POD_DOC_TRUE@ for module in $(nobase_dist_perllib_DATA); do \
1180 @BUILD_POD_DOC_TRUE@ rm -f $(DESTDIR)$(man3dir)/`echo $$module | sed -e 's|/|::|g' -e 's/\.pm$$/.3/'`; \
1181 @BUILD_POD_DOC_TRUE@ done
1184 $(PERL_COVER) -silent \
1185 -ignore_re '^t/.*\.t' \
1186 -outputdir $(top_builddir)/doc/coverage/scripts
1187 : # Cleanup coverage report index
1188 $(PERL) -i -p -e "s:$(abs_top_builddir)::" \
1189 $(top_builddir)/doc/coverage/scripts/coverage.html
1194 $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-amd64.so: $(srcdir)/t/Dpkg_Shlibs/basictags.c
1195 $(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 $< \
1198 $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-mips.so: $(srcdir)/t/Dpkg_Shlibs/basictags.c
1199 $(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 $< \
1202 $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-i386.so: $(srcdir)/t/Dpkg_Shlibs/basictags.c
1203 $(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 $< \
1206 $(srcdir)/t/Dpkg_Shlibs/libobjdump.patterns.so: $(srcdir)/t/Dpkg_Shlibs/patterns.cpp $(srcdir)/t/Dpkg_Shlibs/patterns.map
1207 $(CXX) $(CXXFLAGS) -shared -fPIC -Wl,-soname -Wl,libpatterns.so.1 \
1208 -Wl,--version-script=$(srcdir)/t/Dpkg_Shlibs/patterns.map $< -o $@
1210 $(srcdir)/t/Dpkg_Shlibs/spacesyms.c: $(srcdir)/t/Dpkg_Shlibs/spacesyms-c-gen.pl
1211 $(srcdir)/t/Dpkg_Shlibs/spacesyms-c-gen.pl > $@
1213 $(srcdir)/t/Dpkg_Shlibs/spacesyms.o: $(srcdir)/t/Dpkg_Shlibs/spacesyms.c $(srcdir)/t/Dpkg_Shlibs/spacesyms-o-map.pl
1214 $(CC) $(CFLAGS) -c -fPIC -o $@.tmp $<
1215 $(srcdir)/t/Dpkg_Shlibs/spacesyms-o-map.pl $@.tmp $@
1218 $(srcdir)/t/Dpkg_Shlibs/libobjdump.spacesyms.so: $(srcdir)/t/Dpkg_Shlibs/spacesyms.o $(srcdir)/t/Dpkg_Shlibs/spacesyms.map
1219 $(CC) -shared -Wl,-soname -Wl,libspacesyms.so.1 \
1220 -Wl,--version-script=$(srcdir)/t/Dpkg_Shlibs/spacesyms.map $< -o $@
1222 .PHONY: refresh-test-data
1224 refresh-test-data: $(test_data_objects)
1225 $(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-amd64.so \
1226 >$(srcdir)/t/Dpkg_Shlibs/objdump.basictags-amd64
1227 $(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-i386.so \
1228 >$(srcdir)/t/Dpkg_Shlibs/objdump.basictags-i386
1229 $(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.basictags-mips.so \
1230 >$(srcdir)/t/Dpkg_Shlibs/objdump.basictags-mips
1231 $(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.patterns.so \
1232 >$(srcdir)/t/Dpkg_Shlibs/objdump.patterns
1233 $(OBJDUMP) $(srcdir)/t/Dpkg_Shlibs/libobjdump.spacesyms.so \
1234 >$(srcdir)/t/Dpkg_Shlibs/objdump.spacesyms
1235 $(OBJDUMP) `which ls` >$(srcdir)/t/Dpkg_Shlibs/objdump.ls
1241 [ -z "$(test_tmpdir)" ] || rm -fr $(test_tmpdir)
1243 check-local: $(test_data) $(test_programs) $(test_scripts)
1244 [ -z "$(test_tmpdir)" ] || $(MKDIR_P) $(test_tmpdir)
1245 PATH="$(abs_top_builddir)/src:$(abs_top_builddir)/scripts:$(abs_top_builddir)/utils:$(PATH)" \
1249 srcdir=$(srcdir) builddir=$(builddir) \
1253 PERL5LIB=$(abs_top_srcdir)/scripts:$(abs_top_srcdir)/dselect/methods \
1254 PERL5OPT=$(TEST_COVERAGE) \
1255 $(PERL) -MTAP::Harness -e $(TEST_RUNNER) \
1256 $(addprefix $(builddir)/,$(test_programs)) \
1257 $(addprefix $(srcdir)/,$(test_scripts))
1259 clean-local: check-clean coverage-clean
1262 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1263 # Otherwise a system limit (for SysV at least) may be exceeded.