~ubuntu-branches/debian/stretch/aptitude/stretch

« back to all changes in this revision

Viewing changes to buildlib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Hartwig
  • Date: 2012-06-04 10:10:12 UTC
  • mfrom: (4.1.13)
  • Revision ID: package-import@ubuntu.com-20120604101012-07cw1jmk1cppu81y
Tags: 0.6.8-1

* Fix build with g++ 4.7
  Thanks Adrian Lang for the patch (Closes: #672335)
* New binary packages:
  - aptitude-doc-it: Italian documentation (Closes: #674664)
  - aptitude-common: data files and translations
* debian/rules:
  - use dh (debhelper command sequencer)
* Require libapt-pkg 0.9.3 to avoid "Method http has died
  unexpectedly" (Closes: #669322)
* Removed preinst script, the one transition it handled is
  over ten years old.
* New upstream release.
  - Update to tasks support: task packages, multi-arch, syntax

    Task packages (introduced with tasksel 3.0) are
    meta-packages which define the dependencies of tasks.  The
    packages themselves have always worked but the 'tasks'
    grouping policy and '?task' search term did not support
    them.  This update corrects for this.

    As a result of this change to tasksel all Debian tasks now
    function exactly like meta-packages. (Closes: #382631)

    The syntax for installing tasks from the command line has
    been updated.  It now supports specifying an arch and
    requires the same syntax as apt-utils ('^' must be the last
    part of the name).  Examples:

      # aptitude install gnome-desktop^
      # aptitude install ssh-server^:armel

    This avoids ambiguity that may arise when a task and
    package have the same name.
  - Changelog downloading is restored
    (Closes: #669569, LP: #824708)
  - Exit with non-zero status when a package run is
    aborted. (Closes: #293008)
  - Restore candidate version on undo, keep
    (Closes: #529403)
  - Adjust default widths of localized columns:
    broken_count, downloadsize (Closes: #674045)
  - Update package views after 'Cancel pending actions'
    (Closes: #595753)
  - Fix minor errors in documentation. Thanks to Beatrice Torracca
    (Closes: #674675)
  - Fix groff warning in manpage (Closes: #675085)
  - Translation updates:
    + French (Closes: #673827, LP: #642840)
    + German (Closes: #672467, #668875)
    + Simplified Chinese

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
40
install_sh_DATA = $(install_sh) -c -m 644
 
41
install_sh_PROGRAM = $(install_sh) -c
 
42
install_sh_SCRIPT = $(install_sh) -c
 
43
INSTALL_HEADER = $(INSTALL_DATA)
 
44
transform = $(program_transform_name)
 
45
NORMAL_INSTALL = :
 
46
PRE_INSTALL = :
 
47
POST_INSTALL = :
 
48
NORMAL_UNINSTALL = :
 
49
PRE_UNINSTALL = :
 
50
POST_UNINSTALL = :
 
51
build_triplet = @build@
 
52
host_triplet = @host@
 
53
subdir = buildlib
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
 
57
        $(top_srcdir)/m4/ax_boost_iostreams.m4 \
 
58
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
59
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
60
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
 
61
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
62
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
64
        $(ACLOCAL_M4)
 
65
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
66
CONFIG_HEADER = $(top_builddir)/config.h
 
67
CONFIG_CLEAN_FILES =
 
68
CONFIG_CLEAN_VPATH_FILES =
 
69
SOURCES =
 
70
DIST_SOURCES =
 
71
am__can_run_installinfo = \
 
72
  case $$AM_UPDATE_INFO_DIR in \
 
73
    n|no|NO) false;; \
 
74
    *) (install-info --version) >/dev/null 2>&1;; \
 
75
  esac
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
ACLOCAL = @ACLOCAL@
 
78
AMTAR = @AMTAR@
 
79
AUTOCONF = @AUTOCONF@
 
80
AUTOHEADER = @AUTOHEADER@
 
81
AUTOMAKE = @AUTOMAKE@
 
82
AWK = @AWK@
 
83
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
84
BOOST_IOSTREAMS_LIB = @BOOST_IOSTREAMS_LIB@
 
85
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
86
BOOST_UNIT_TEST_LIBS = @BOOST_UNIT_TEST_LIBS@
 
87
CC = @CC@
 
88
CCDEPMODE = @CCDEPMODE@
 
89
CFLAGS = @CFLAGS@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CWIDGET_CFLAGS = @CWIDGET_CFLAGS@
 
92
CWIDGET_LIBS = @CWIDGET_LIBS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEFS = @DEFS@
 
99
DEPDIR = @DEPDIR@
 
100
DOCDIRS = @DOCDIRS@
 
101
ECHO_C = @ECHO_C@
 
102
ECHO_N = @ECHO_N@
 
103
ECHO_T = @ECHO_T@
 
104
EGREP = @EGREP@
 
105
EXEEXT = @EXEEXT@
 
106
FOP = @FOP@
 
107
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
 
108
GLIBMM_LIBS = @GLIBMM_LIBS@
 
109
GMSGFMT = @GMSGFMT@
 
110
GREP = @GREP@
 
111
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
112
GTHREAD_LIBS = @GTHREAD_LIBS@
 
113
GTKMM_CFLAGS = @GTKMM_CFLAGS@
 
114
GTKMM_LIBS = @GTKMM_LIBS@
 
115
INSTALL = @INSTALL@
 
116
INSTALL_DATA = @INSTALL_DATA@
 
117
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
118
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
119
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
120
INTLLIBS = @INTLLIBS@
 
121
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
122
LDFLAGS = @LDFLAGS@
 
123
LIBGLADEMM_CFLAGS = @LIBGLADEMM_CFLAGS@
 
124
LIBGLADEMM_LIBS = @LIBGLADEMM_LIBS@
 
125
LIBICONV = @LIBICONV@
 
126
LIBINTL = @LIBINTL@
 
127
LIBOBJS = @LIBOBJS@
 
128
LIBS = @LIBS@
 
129
LTLIBICONV = @LTLIBICONV@
 
130
LTLIBINTL = @LTLIBINTL@
 
131
LTLIBOBJS = @LTLIBOBJS@
 
132
MAKEINFO = @MAKEINFO@
 
133
MKDIR_P = @MKDIR_P@
 
134
MKINSTALLDIRS = @MKINSTALLDIRS@
 
135
MOC = @MOC@
 
136
MSGFMT = @MSGFMT@
 
137
MSGMERGE = @MSGMERGE@
 
138
OBJEXT = @OBJEXT@
 
139
PACKAGE = @PACKAGE@
 
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
141
PACKAGE_NAME = @PACKAGE_NAME@
 
142
PACKAGE_STRING = @PACKAGE_STRING@
 
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
144
PACKAGE_URL = @PACKAGE_URL@
 
145
PACKAGE_VERSION = @PACKAGE_VERSION@
 
146
PATH_SEPARATOR = @PATH_SEPARATOR@
 
147
PKG_CONFIG = @PKG_CONFIG@
 
148
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
149
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
150
PO4A = @PO4A@
 
151
POSUB = @POSUB@
 
152
QtCore_CFLAGS = @QtCore_CFLAGS@
 
153
QtCore_LIBS = @QtCore_LIBS@
 
154
QtGui_CFLAGS = @QtGui_CFLAGS@
 
155
QtGui_LIBS = @QtGui_LIBS@
 
156
RANLIB = @RANLIB@
 
157
RSVG_CONVERT = @RSVG_CONVERT@
 
158
SET_MAKE = @SET_MAKE@
 
159
SHELL = @SHELL@
 
160
SIGC_CFLAGS = @SIGC_CFLAGS@
 
161
SIGC_LIBS = @SIGC_LIBS@
 
162
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
163
SQLITE3_LIBS = @SQLITE3_LIBS@
 
164
SRCDIRS = @SRCDIRS@
 
165
STATEDIR = @STATEDIR@
 
166
STRIP = @STRIP@
 
167
TESTDIRS = @TESTDIRS@
 
168
USE_NLS = @USE_NLS@
 
169
VERSION = @VERSION@
 
170
VTE_CFLAGS = @VTE_CFLAGS@
 
171
VTE_LIBS = @VTE_LIBS@
 
172
XGETTEXT = @XGETTEXT@
 
173
XSLTPROC = @XSLTPROC@
 
174
abs_builddir = @abs_builddir@
 
175
abs_srcdir = @abs_srcdir@
 
176
abs_top_builddir = @abs_top_builddir@
 
177
abs_top_srcdir = @abs_top_srcdir@
 
178
ac_ct_CC = @ac_ct_CC@
 
179
ac_ct_CXX = @ac_ct_CXX@
 
180
am__include = @am__include@
 
181
am__leading_dot = @am__leading_dot@
 
182
am__quote = @am__quote@
 
183
am__tar = @am__tar@
 
184
am__untar = @am__untar@
 
185
bindir = @bindir@
 
186
build = @build@
 
187
build_alias = @build_alias@
 
188
build_cpu = @build_cpu@
 
189
build_os = @build_os@
 
190
build_vendor = @build_vendor@
 
191
builddir = @builddir@
 
192
datadir = @datadir@
 
193
datarootdir = @datarootdir@
 
194
docdir = @docdir@
 
195
dvidir = @dvidir@
 
196
ept_CFLAGS = @ept_CFLAGS@
 
197
ept_LIBS = @ept_LIBS@
 
198
exec_prefix = @exec_prefix@
 
199
host = @host@
 
200
host_alias = @host_alias@
 
201
host_cpu = @host_cpu@
 
202
host_os = @host_os@
 
203
host_vendor = @host_vendor@
 
204
htmldir = @htmldir@
 
205
includedir = @includedir@
 
206
infodir = @infodir@
 
207
install_sh = @install_sh@
 
208
libdir = @libdir@
 
209
libexecdir = @libexecdir@
 
210
localedir = @localedir@
 
211
localstatedir = @localstatedir@
 
212
mandir = @mandir@
 
213
mkdir_p = @mkdir_p@
 
214
oldincludedir = @oldincludedir@
 
215
pdfdir = @pdfdir@
 
216
prefix = @prefix@
 
217
program_transform_name = @program_transform_name@
 
218
psdir = @psdir@
 
219
sbindir = @sbindir@
 
220
sharedstatedir = @sharedstatedir@
 
221
srcdir = @srcdir@
 
222
sysconfdir = @sysconfdir@
 
223
target_alias = @target_alias@
 
224
top_build_prefix = @top_build_prefix@
 
225
top_builddir = @top_builddir@
 
226
top_srcdir = @top_srcdir@
 
227
EXTRA_DIST = doc.mk docbook.mk po4a.mk
 
228
all: all-am
 
229
 
 
230
.SUFFIXES:
 
231
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
232
        @for dep in $?; do \
 
233
          case '$(am__configure_deps)' in \
 
234
            *$$dep*) \
 
235
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
236
                && { if test -f $@; then exit 0; else break; fi; }; \
 
237
              exit 1;; \
 
238
          esac; \
 
239
        done; \
 
240
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu buildlib/Makefile'; \
 
241
        $(am__cd) $(top_srcdir) && \
 
242
          $(AUTOMAKE) --gnu buildlib/Makefile
 
243
.PRECIOUS: Makefile
 
244
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
245
        @case '$?' in \
 
246
          *config.status*) \
 
247
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
248
          *) \
 
249
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
250
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
251
        esac;
 
252
 
 
253
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
255
 
 
256
$(top_srcdir)/configure:  $(am__configure_deps)
 
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
258
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
$(am__aclocal_m4_deps):
 
261
tags: TAGS
 
262
TAGS:
 
263
 
 
264
ctags: CTAGS
 
265
CTAGS:
 
266
 
 
267
 
 
268
distdir: $(DISTFILES)
 
269
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
270
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
271
        list='$(DISTFILES)'; \
 
272
          dist_files=`for file in $$list; do echo $$file; done | \
 
273
          sed -e "s|^$$srcdirstrip/||;t" \
 
274
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
275
        case $$dist_files in \
 
276
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
277
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
278
                           sort -u` ;; \
 
279
        esac; \
 
280
        for file in $$dist_files; do \
 
281
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
282
          if test -d $$d/$$file; then \
 
283
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
284
            if test -d "$(distdir)/$$file"; then \
 
285
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
286
            fi; \
 
287
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
288
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
289
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
290
            fi; \
 
291
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
292
          else \
 
293
            test -f "$(distdir)/$$file" \
 
294
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
295
            || exit 1; \
 
296
          fi; \
 
297
        done
 
298
check-am: all-am
 
299
check: check-am
 
300
all-am: Makefile
 
301
installdirs:
 
302
install: install-am
 
303
install-exec: install-exec-am
 
304
install-data: install-data-am
 
305
uninstall: uninstall-am
 
306
 
 
307
install-am: all-am
 
308
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
309
 
 
310
installcheck: installcheck-am
 
311
install-strip:
 
312
        if test -z '$(STRIP)'; then \
 
313
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
314
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
315
              install; \
 
316
        else \
 
317
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
318
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
319
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
320
        fi
 
321
mostlyclean-generic:
 
322
 
 
323
clean-generic:
 
324
 
 
325
distclean-generic:
 
326
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
327
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
328
 
 
329
maintainer-clean-generic:
 
330
        @echo "This command is intended for maintainers to use"
 
331
        @echo "it deletes files that may require special tools to rebuild."
 
332
clean: clean-am
 
333
 
 
334
clean-am: clean-generic mostlyclean-am
 
335
 
 
336
distclean: distclean-am
 
337
        -rm -f Makefile
 
338
distclean-am: clean-am distclean-generic
 
339
 
 
340
dvi: dvi-am
 
341
 
 
342
dvi-am:
 
343
 
 
344
html: html-am
 
345
 
 
346
html-am:
 
347
 
 
348
info: info-am
 
349
 
 
350
info-am:
 
351
 
 
352
install-data-am:
 
353
 
 
354
install-dvi: install-dvi-am
 
355
 
 
356
install-dvi-am:
 
357
 
 
358
install-exec-am:
 
359
 
 
360
install-html: install-html-am
 
361
 
 
362
install-html-am:
 
363
 
 
364
install-info: install-info-am
 
365
 
 
366
install-info-am:
 
367
 
 
368
install-man:
 
369
 
 
370
install-pdf: install-pdf-am
 
371
 
 
372
install-pdf-am:
 
373
 
 
374
install-ps: install-ps-am
 
375
 
 
376
install-ps-am:
 
377
 
 
378
installcheck-am:
 
379
 
 
380
maintainer-clean: maintainer-clean-am
 
381
        -rm -f Makefile
 
382
maintainer-clean-am: distclean-am maintainer-clean-generic
 
383
 
 
384
mostlyclean: mostlyclean-am
 
385
 
 
386
mostlyclean-am: mostlyclean-generic
 
387
 
 
388
pdf: pdf-am
 
389
 
 
390
pdf-am:
 
391
 
 
392
ps: ps-am
 
393
 
 
394
ps-am:
 
395
 
 
396
uninstall-am:
 
397
 
 
398
.MAKE: install-am install-strip
 
399
 
 
400
.PHONY: all all-am check check-am clean clean-generic distclean \
 
401
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
402
        install install-am install-data install-data-am install-dvi \
 
403
        install-dvi-am install-exec install-exec-am install-html \
 
404
        install-html-am install-info install-info-am install-man \
 
405
        install-pdf install-pdf-am install-ps install-ps-am \
 
406
        install-strip installcheck installcheck-am installdirs \
 
407
        maintainer-clean maintainer-clean-generic mostlyclean \
 
408
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
409
 
 
410
 
 
411
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
412
# Otherwise a system limit (for SysV at least) may be exceeded.
 
413
.NOEXPORT: