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@
103 bin_PROGRAMS = dpkg$(EXEEXT) dpkg-divert$(EXEEXT) dpkg-query$(EXEEXT) \
104 dpkg-statoverride$(EXEEXT) dpkg-trigger$(EXEEXT)
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4/dpkg-arch.m4 \
108 $(top_srcdir)/m4/dpkg-build.m4 \
109 $(top_srcdir)/m4/dpkg-compiler.m4 \
110 $(top_srcdir)/m4/dpkg-coverage.m4 \
111 $(top_srcdir)/m4/dpkg-funcs.m4 $(top_srcdir)/m4/dpkg-libs.m4 \
112 $(top_srcdir)/m4/dpkg-linker.m4 $(top_srcdir)/m4/dpkg-progs.m4 \
113 $(top_srcdir)/m4/dpkg-types.m4 \
114 $(top_srcdir)/m4/dpkg-unicode.m4 $(top_srcdir)/m4/gettext.m4 \
115 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
116 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
117 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
118 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
119 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
120 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
121 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
126 mkinstalldirs = $(install_sh) -d
127 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_VPATH_FILES =
130 am__installdirs = "$(DESTDIR)$(bindir)"
131 PROGRAMS = $(bin_PROGRAMS)
132 am_dpkg_OBJECTS = archives.$(OBJEXT) cleanup.$(OBJEXT) \
133 configure.$(OBJEXT) depcon.$(OBJEXT) enquiry.$(OBJEXT) \
134 errors.$(OBJEXT) filesdb.$(OBJEXT) filesdb-hash.$(OBJEXT) \
135 file-match.$(OBJEXT) filters.$(OBJEXT) infodb-access.$(OBJEXT) \
136 infodb-format.$(OBJEXT) infodb-upgrade.$(OBJEXT) \
137 divertdb.$(OBJEXT) statdb.$(OBJEXT) help.$(OBJEXT) \
138 main.$(OBJEXT) packages.$(OBJEXT) remove.$(OBJEXT) \
139 script.$(OBJEXT) select.$(OBJEXT) selinux.$(OBJEXT) \
140 trigproc.$(OBJEXT) unpack.$(OBJEXT) update.$(OBJEXT) \
142 dpkg_OBJECTS = $(am_dpkg_OBJECTS)
144 am__DEPENDENCIES_2 = ../lib/dpkg/libdpkg.la $(am__DEPENDENCIES_1)
145 dpkg_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
146 AM_V_lt = $(am__v_lt_@AM_V@)
147 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148 am__v_lt_0 = --silent
150 am_dpkg_divert_OBJECTS = filesdb.$(OBJEXT) infodb-format.$(OBJEXT) \
151 divertdb.$(OBJEXT) divertcmd.$(OBJEXT)
152 dpkg_divert_OBJECTS = $(am_dpkg_divert_OBJECTS)
153 dpkg_divert_LDADD = $(LDADD)
154 dpkg_divert_DEPENDENCIES = ../lib/dpkg/libdpkg.la \
155 $(am__DEPENDENCIES_1)
156 am_dpkg_query_OBJECTS = filesdb.$(OBJEXT) infodb-access.$(OBJEXT) \
157 infodb-format.$(OBJEXT) divertdb.$(OBJEXT) querycmd.$(OBJEXT)
158 dpkg_query_OBJECTS = $(am_dpkg_query_OBJECTS)
159 dpkg_query_LDADD = $(LDADD)
160 dpkg_query_DEPENDENCIES = ../lib/dpkg/libdpkg.la $(am__DEPENDENCIES_1)
161 am_dpkg_statoverride_OBJECTS = filesdb.$(OBJEXT) \
162 infodb-format.$(OBJEXT) selinux.$(OBJEXT) statdb.$(OBJEXT) \
164 dpkg_statoverride_OBJECTS = $(am_dpkg_statoverride_OBJECTS)
165 dpkg_statoverride_DEPENDENCIES = $(am__DEPENDENCIES_2) \
166 $(am__DEPENDENCIES_1)
167 am_dpkg_trigger_OBJECTS = trigcmd.$(OBJEXT)
168 dpkg_trigger_OBJECTS = $(am_dpkg_trigger_OBJECTS)
169 dpkg_trigger_LDADD = $(LDADD)
170 dpkg_trigger_DEPENDENCIES = ../lib/dpkg/libdpkg.la \
171 $(am__DEPENDENCIES_1)
172 AM_V_P = $(am__v_P_@AM_V@)
173 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
176 AM_V_GEN = $(am__v_GEN_@AM_V@)
177 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
178 am__v_GEN_0 = @echo " GEN " $@;
180 AM_V_at = $(am__v_at_@AM_V@)
181 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
185 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
186 am__depfiles_maybe = depfiles
188 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
189 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
192 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
193 $(AM_CFLAGS) $(CFLAGS)
194 AM_V_CC = $(am__v_CC_@AM_V@)
195 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
196 am__v_CC_0 = @echo " CC " $@;
199 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
200 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
201 $(AM_LDFLAGS) $(LDFLAGS) -o $@
202 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
203 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
204 am__v_CCLD_0 = @echo " CCLD " $@;
206 SOURCES = $(dpkg_SOURCES) $(dpkg_divert_SOURCES) $(dpkg_query_SOURCES) \
207 $(dpkg_statoverride_SOURCES) $(dpkg_trigger_SOURCES)
208 DIST_SOURCES = $(dpkg_SOURCES) $(dpkg_divert_SOURCES) \
209 $(dpkg_query_SOURCES) $(dpkg_statoverride_SOURCES) \
210 $(dpkg_trigger_SOURCES)
211 am__can_run_installinfo = \
212 case $$AM_UPDATE_INFO_DIR in \
214 *) (install-info --version) >/dev/null 2>&1;; \
216 HEADERS = $(noinst_HEADERS)
217 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218 # Read a list of newline-separated strings from the standard input,
219 # and print each of them once, without duplicates. Input order is
221 am__uniquify_input = $(AWK) '\
222 BEGIN { nonempty = 0; } \
223 { items[$$0] = 1; nonempty = 1; } \
224 END { if (nonempty) { for (i in items) print i; }; } \
226 # Make sure the list of sources is unique. This is necessary because,
227 # e.g., the same source file might be shared among _SOURCES variables
228 # for different programs/libraries.
229 am__define_uniq_tagged_files = \
230 list='$(am__tagged_files)'; \
231 unique=`for i in $$list; do \
232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233 done | $(am__uniquify_input)`
236 am__DIST_COMMON = $(srcdir)/Makefile.in \
237 $(top_srcdir)/build-aux/depcomp $(top_srcdir)/check.am
238 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
241 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243 AUTOCONF = @AUTOCONF@
244 AUTOHEADER = @AUTOHEADER@
245 AUTOM4TE = @AUTOM4TE@
246 AUTOMAKE = @AUTOMAKE@
248 BUILD_DEVEL_DOCS = @BUILD_DEVEL_DOCS@
249 BZ2_LIBS = @BZ2_LIBS@
251 CCDEPMODE = @CCDEPMODE@
254 CPPFLAGS = @CPPFLAGS@
255 CURSES_LIBS = @CURSES_LIBS@
258 CXXDEPMODE = @CXXDEPMODE@
259 CXXFLAGS = @CXXFLAGS@
260 CYGPATH_W = @CYGPATH_W@
265 DSYMUTIL = @DSYMUTIL@
274 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
276 GMSGFMT_015 = @GMSGFMT_015@
278 HAVE_DOT = @HAVE_DOT@
280 INSTALL_DATA = @INSTALL_DATA@
281 INSTALL_PROGRAM = @INSTALL_PROGRAM@
282 INSTALL_SCRIPT = @INSTALL_SCRIPT@
283 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
284 INTLLIBS = @INTLLIBS@
285 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
286 KVM_LIBS = @KVM_LIBS@
288 LCOV_GENHTML = @LCOV_GENHTML@
291 LIBICONV = @LIBICONV@
298 LTLIBICONV = @LTLIBICONV@
299 LTLIBINTL = @LTLIBINTL@
300 LTLIBOBJS = @LTLIBOBJS@
301 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
302 LZMA_LIBS = @LZMA_LIBS@
303 MAKEINFO = @MAKEINFO@
304 MANIFEST_TOOL = @MANIFEST_TOOL@
308 MSGFMT_015 = @MSGFMT_015@
309 MSGMERGE = @MSGMERGE@
317 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
318 PACKAGE_COPYRIGHT_HOLDER = @PACKAGE_COPYRIGHT_HOLDER@
319 PACKAGE_NAME = @PACKAGE_NAME@
320 PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@
321 PACKAGE_STRING = @PACKAGE_STRING@
322 PACKAGE_TARNAME = @PACKAGE_TARNAME@
323 PACKAGE_URL = @PACKAGE_URL@
324 PACKAGE_VERSION = @PACKAGE_VERSION@
326 PATH_SEPARATOR = @PATH_SEPARATOR@
328 PERL_COVER = @PERL_COVER@
329 PERL_COVERAGE = @PERL_COVERAGE@
330 PERL_LIBDIR = @PERL_LIBDIR@
331 PKG_CONFIG = @PKG_CONFIG@
332 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
333 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
340 SELINUX_CFLAGS = @SELINUX_CFLAGS@
341 SELINUX_LIBS = @SELINUX_LIBS@
342 SET_MAKE = @SET_MAKE@
347 USE_PO4A = @USE_PO4A@
348 USE_UNICODE = @USE_UNICODE@
350 XGETTEXT = @XGETTEXT@
351 XGETTEXT_015 = @XGETTEXT_015@
352 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
354 abs_builddir = @abs_builddir@
355 abs_srcdir = @abs_srcdir@
356 abs_top_builddir = @abs_top_builddir@
357 abs_top_srcdir = @abs_top_srcdir@
358 ac_ct_AR = @ac_ct_AR@
359 ac_ct_CC = @ac_ct_CC@
360 ac_ct_CXX = @ac_ct_CXX@
361 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362 admindir = @admindir@
363 am__include = @am__include@
364 am__leading_dot = @am__leading_dot@
365 am__quote = @am__quote@
367 am__untar = @am__untar@
370 build_alias = @build_alias@
371 build_cpu = @build_cpu@
372 build_os = @build_os@
373 build_vendor = @build_vendor@
374 builddir = @builddir@
376 datarootdir = @datarootdir@
377 devlibdir = @devlibdir@
380 exec_prefix = @exec_prefix@
382 host_alias = @host_alias@
383 host_cpu = @host_cpu@
385 host_vendor = @host_vendor@
387 includedir = @includedir@
389 install_sh = @install_sh@
391 libexecdir = @libexecdir@
392 localedir = $(datadir)/locale
393 localstatedir = @localstatedir@
397 oldincludedir = @oldincludedir@
399 pkgconfdir = $(sysconfdir)/@PACKAGE@
401 program_transform_name = @program_transform_name@
403 runstatedir = @runstatedir@
405 sharedstatedir = @sharedstatedir@
407 sysconfdir = @sysconfdir@
408 target_alias = @target_alias@
409 top_build_prefix = @top_build_prefix@
410 top_builddir = @top_builddir@
411 top_srcdir = @top_srcdir@
413 -DLOCALEDIR=\"$(localedir)\" \
414 -DADMINDIR=\"$(admindir)\" \
415 -idirafter $(top_srcdir)/lib/compat \
420 ../lib/dpkg/libdpkg.la \
432 archives.c archives.h \
440 file-match.c file-match.h \
441 filters.c filters.h \
464 dpkg_divert_SOURCES = \
470 dpkg_query_SOURCES = \
477 dpkg_statoverride_SOURCES = \
484 dpkg_statoverride_LDADD = \
488 dpkg_trigger_SOURCES = \
496 my $$harness = TAP::Harness->new({ \
497 exec => sub { my (undef, $$test) = @_; \
498 return [ $$test ] if $$test !~ "\.t\$$" and -x $$test; \
500 lib => [ "$(top_srcdir)/scripts", "$(top_srcdir)/dselect/methods" ], \
502 verbosity => $(TEST_VERBOSE), \
503 jobs => $(TEST_PARALLEL), \
506 my $$aggregate = $$harness->runtests(@ARGV); \
507 die "FAIL: test suite has errors\n" if $$aggregate->has_errors;'
512 .SUFFIXES: .c .lo .o .obj
513 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/check.am $(am__configure_deps)
515 case '$(am__configure_deps)' in \
517 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
518 && { if test -f $@; then exit 0; else break; fi; }; \
522 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
523 $(am__cd) $(top_srcdir) && \
524 $(AUTOMAKE) --foreign src/Makefile
525 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
528 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
530 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
531 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
533 $(top_srcdir)/check.am $(am__empty):
535 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
536 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538 $(top_srcdir)/configure: $(am__configure_deps)
539 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
541 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542 $(am__aclocal_m4_deps):
543 install-binPROGRAMS: $(bin_PROGRAMS)
545 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
546 if test -n "$$list"; then \
547 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
548 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
550 for p in $$list; do echo "$$p $$p"; done | \
551 sed 's/$(EXEEXT)$$//' | \
552 while read p p1; do if test -f $$p \
554 ; then echo "$$p"; echo "$$p"; else :; fi; \
556 sed -e 'p;s,.*/,,;n;h' \
558 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
559 sed 'N;N;N;s,\n, ,g' | \
560 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
561 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
562 if ($$2 == $$4) files[d] = files[d] " " $$1; \
563 else { print "f", $$3 "/" $$4, $$1; } } \
564 END { for (d in files) print "f", d, files[d] }' | \
565 while read type dir files; do \
566 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
567 test -z "$$files" || { \
568 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
569 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
573 uninstall-binPROGRAMS:
575 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
576 files=`for p in $$list; do echo "$$p"; done | \
577 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
578 -e 's/$$/$(EXEEXT)/' \
580 test -n "$$list" || exit 0; \
581 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
582 cd "$(DESTDIR)$(bindir)" && rm -f $$files
585 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
586 echo " rm -f" $$list; \
587 rm -f $$list || exit $$?; \
588 test -n "$(EXEEXT)" || exit 0; \
589 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
590 echo " rm -f" $$list; \
593 dpkg$(EXEEXT): $(dpkg_OBJECTS) $(dpkg_DEPENDENCIES) $(EXTRA_dpkg_DEPENDENCIES)
595 $(AM_V_CCLD)$(LINK) $(dpkg_OBJECTS) $(dpkg_LDADD) $(LIBS)
597 dpkg-divert$(EXEEXT): $(dpkg_divert_OBJECTS) $(dpkg_divert_DEPENDENCIES) $(EXTRA_dpkg_divert_DEPENDENCIES)
598 @rm -f dpkg-divert$(EXEEXT)
599 $(AM_V_CCLD)$(LINK) $(dpkg_divert_OBJECTS) $(dpkg_divert_LDADD) $(LIBS)
601 dpkg-query$(EXEEXT): $(dpkg_query_OBJECTS) $(dpkg_query_DEPENDENCIES) $(EXTRA_dpkg_query_DEPENDENCIES)
602 @rm -f dpkg-query$(EXEEXT)
603 $(AM_V_CCLD)$(LINK) $(dpkg_query_OBJECTS) $(dpkg_query_LDADD) $(LIBS)
605 dpkg-statoverride$(EXEEXT): $(dpkg_statoverride_OBJECTS) $(dpkg_statoverride_DEPENDENCIES) $(EXTRA_dpkg_statoverride_DEPENDENCIES)
606 @rm -f dpkg-statoverride$(EXEEXT)
607 $(AM_V_CCLD)$(LINK) $(dpkg_statoverride_OBJECTS) $(dpkg_statoverride_LDADD) $(LIBS)
609 dpkg-trigger$(EXEEXT): $(dpkg_trigger_OBJECTS) $(dpkg_trigger_DEPENDENCIES) $(EXTRA_dpkg_trigger_DEPENDENCIES)
610 @rm -f dpkg-trigger$(EXEEXT)
611 $(AM_V_CCLD)$(LINK) $(dpkg_trigger_OBJECTS) $(dpkg_trigger_LDADD) $(LIBS)
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archives.Po@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cleanup.Po@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configure.Po@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depcon.Po@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/divertcmd.Po@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/divertdb.Po@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enquiry.Po@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file-match.Po@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesdb-hash.Po@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesdb.Po@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filters.Po@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infodb-access.Po@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infodb-format.Po@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infodb-upgrade.Po@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packages.Po@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/querycmd.Po@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remove.Po@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Po@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selinux.Po@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statcmd.Po@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statdb.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trigcmd.Po@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trigproc.Po@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unpack.Po@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update.Po@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Po@am__quote@
651 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
652 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
658 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
659 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
665 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
666 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
677 ID: $(am__tagged_files)
678 $(am__define_uniq_tagged_files); mkid -fID $$unique
682 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
685 $(am__define_uniq_tagged_files); \
687 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
688 test -n "$$unique" || unique=$$empty_fix; \
689 if test $$# -gt 0; then \
690 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
693 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
700 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
701 $(am__define_uniq_tagged_files); \
702 test -z "$(CTAGS_ARGS)$$unique" \
703 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
707 here=`$(am__cd) $(top_builddir) && pwd` \
708 && $(am__cd) $(top_srcdir) \
709 && gtags -i $(GTAGS_ARGS) "$$here"
710 cscopelist: cscopelist-am
712 cscopelist-am: $(am__tagged_files)
713 list='$(am__tagged_files)'; \
714 case "$(srcdir)" in \
715 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
716 *) sdir=$(subdir)/$(srcdir) ;; \
718 for i in $$list; do \
719 if test -f "$$i"; then \
720 echo "$(subdir)/$$i"; \
724 done >> $(top_builddir)/cscope.files
727 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
729 distdir: $(DISTFILES)
730 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
731 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
732 list='$(DISTFILES)'; \
733 dist_files=`for file in $$list; do echo $$file; done | \
734 sed -e "s|^$$srcdirstrip/||;t" \
735 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
736 case $$dist_files in \
737 */*) $(MKDIR_P) `echo "$$dist_files" | \
738 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
741 for file in $$dist_files; do \
742 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
743 if test -d $$d/$$file; then \
744 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
745 if test -d "$(distdir)/$$file"; then \
746 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
748 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
749 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
750 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
752 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
754 test -f "$(distdir)/$$file" \
755 || cp -p $$d/$$file "$(distdir)/$$file" \
760 $(MAKE) $(AM_MAKEFLAGS) check-local
762 all-am: Makefile $(PROGRAMS) $(HEADERS)
764 for dir in "$(DESTDIR)$(bindir)"; do \
765 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
768 install-exec: install-exec-am
769 install-data: install-data-am
770 uninstall: uninstall-am
773 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
775 installcheck: installcheck-am
777 if test -z '$(STRIP)'; then \
778 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
779 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
791 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
792 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
794 maintainer-clean-generic:
795 @echo "This command is intended for maintainers to use"
796 @echo "it deletes files that may require special tools to rebuild."
799 clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
802 distclean: distclean-am
805 distclean-am: clean-am distclean-compile distclean-generic \
820 install-data-am: install-data-local
822 install-dvi: install-dvi-am
826 install-exec-am: install-binPROGRAMS
828 install-html: install-html-am
832 install-info: install-info-am
838 install-pdf: install-pdf-am
842 install-ps: install-ps-am
848 maintainer-clean: maintainer-clean-am
851 maintainer-clean-am: distclean-am maintainer-clean-generic
853 mostlyclean: mostlyclean-am
855 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
866 uninstall-am: uninstall-binPROGRAMS
868 .MAKE: check-am install-am install-strip
870 .PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
871 clean-binPROGRAMS clean-generic clean-libtool clean-local \
872 cscopelist-am ctags ctags-am distclean distclean-compile \
873 distclean-generic distclean-libtool distclean-tags distdir dvi \
874 dvi-am html html-am info info-am install install-am \
875 install-binPROGRAMS install-data install-data-am \
876 install-data-local install-dvi install-dvi-am install-exec \
877 install-exec-am install-html install-html-am install-info \
878 install-info-am install-man install-pdf install-pdf-am \
879 install-ps install-ps-am install-strip installcheck \
880 installcheck-am installdirs maintainer-clean \
881 maintainer-clean-generic mostlyclean mostlyclean-compile \
882 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
883 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
889 $(MKDIR_P) $(DESTDIR)$(pkgconfdir)/dpkg.cfg.d
890 $(MKDIR_P) $(DESTDIR)$(admindir)/info
891 $(MKDIR_P) $(DESTDIR)$(admindir)/updates
897 [ -z "$(test_tmpdir)" ] || rm -fr $(test_tmpdir)
899 check-local: $(test_data) $(test_programs) $(test_scripts)
900 [ -z "$(test_tmpdir)" ] || $(MKDIR_P) $(test_tmpdir)
901 PATH="$(abs_top_builddir)/src:$(abs_top_builddir)/scripts:$(abs_top_builddir)/utils:$(PATH)" \
905 srcdir=$(srcdir) builddir=$(builddir) \
909 PERL5LIB=$(abs_top_srcdir)/scripts:$(abs_top_srcdir)/dselect/methods \
910 PERL5OPT=$(TEST_COVERAGE) \
911 $(PERL) -MTAP::Harness -e $(TEST_RUNNER) \
912 $(addprefix $(builddir)/,$(test_programs)) \
913 $(addprefix $(srcdir)/,$(test_scripts))
915 clean-local: check-clean
917 # Tell versions [3.59,3.63) of GNU make to not export all variables.
918 # Otherwise a system limit (for SysV at least) may be exceeded.