~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-08-23 20:48:11 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090823204811-cajik24rci4xszia
Tags: 2.0.12-1
* New upstream release. (Closes: #499569, #463270, #446494, #314068, 
  #519375, #514587)
* debian/control: Change build dependency on gs to ghoscript, since
  ghoscript has been replaced.
* debian/compat: Use debhelper v7.
* debian/control: Update Standards-Version to 3.8.2.
* debian/control: Use ${misc:Depends}.
* configure.ac: Override pkgdatadir so that it points to
  /usr/share/gnupg2. (Closes: #528734)
* debian/rules: No longer need to specify pkgdatadir at make install
  time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkgincludedir = $(includedir)/@PACKAGE@
18
19
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
22
install_sh_DATA = $(install_sh) -c -m 644
22
23
install_sh_PROGRAM = $(install_sh) -c
61
62
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
62
63
CONFIG_HEADER = $(top_builddir)/config.h
63
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
64
66
SOURCES =
65
67
DIST_SOURCES =
66
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
69
pkgdatadir = @pkgdatadir@
67
70
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
68
71
ACLOCAL = @ACLOCAL@
69
72
ADNSLIBS = @ADNSLIBS@
177
180
PACKAGE_NAME = @PACKAGE_NAME@
178
181
PACKAGE_STRING = @PACKAGE_STRING@
179
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
183
PACKAGE_URL = @PACKAGE_URL@
180
184
PACKAGE_VERSION = @PACKAGE_VERSION@
181
185
PATH_SEPARATOR = @PATH_SEPARATOR@
182
186
PERL = @PERL@
256
260
srcdir = @srcdir@
257
261
sysconfdir = @sysconfdir@
258
262
target_alias = @target_alias@
 
263
top_build_prefix = @top_build_prefix@
259
264
top_builddir = @top_builddir@
260
265
top_srcdir = @top_srcdir@
261
266
EXTRA_DIST = cipher.h types.h host2net.h _regex.h 
266
271
        @for dep in $?; do \
267
272
          case '$(am__configure_deps)' in \
268
273
            *$$dep*) \
269
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
270
 
                && exit 0; \
 
274
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
275
                && { if test -f $@; then exit 0; else break; fi; }; \
271
276
              exit 1;; \
272
277
          esac; \
273
278
        done; \
274
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
275
 
        cd $(top_srcdir) && \
276
 
          $(AUTOMAKE) --gnu  include/Makefile
 
279
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
 
280
        $(am__cd) $(top_srcdir) && \
 
281
          $(AUTOMAKE) --gnu include/Makefile
277
282
.PRECIOUS: Makefile
278
283
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
284
        @case '$?' in \
291
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
297
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
293
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
$(am__aclocal_m4_deps):
294
300
tags: TAGS
295
301
TAGS:
296
302
 
314
320
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
315
321
          if test -d $$d/$$file; then \
316
322
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
323
            if test -d "$(distdir)/$$file"; then \
 
324
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
325
            fi; \
317
326
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
327
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
328
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
319
329
            fi; \
320
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
330
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
321
331
          else \
322
 
            test -f $(distdir)/$$file \
323
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
332
            test -f "$(distdir)/$$file" \
 
333
            || cp -p $$d/$$file "$(distdir)/$$file" \
324
334
            || exit 1; \
325
335
          fi; \
326
336
        done
348
358
 
349
359
distclean-generic:
350
360
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
361
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
351
362
 
352
363
maintainer-clean-generic:
353
364
        @echo "This command is intended for maintainers to use"
366
377
 
367
378
html: html-am
368
379
 
 
380
html-am:
 
381
 
369
382
info: info-am
370
383
 
371
384
info-am:
374
387
 
375
388
install-dvi: install-dvi-am
376
389
 
 
390
install-dvi-am:
 
391
 
377
392
install-exec-am:
378
393
 
379
394
install-html: install-html-am
380
395
 
 
396
install-html-am:
 
397
 
381
398
install-info: install-info-am
382
399
 
 
400
install-info-am:
 
401
 
383
402
install-man:
384
403
 
385
404
install-pdf: install-pdf-am
386
405
 
 
406
install-pdf-am:
 
407
 
387
408
install-ps: install-ps-am
388
409
 
 
410
install-ps-am:
 
411
 
389
412
installcheck-am:
390
413
 
391
414
maintainer-clean: maintainer-clean-am
418
441
        maintainer-clean maintainer-clean-generic mostlyclean \
419
442
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
420
443
 
 
444
 
421
445
# Tell versions [3.59,3.63) of GNU make to not export all variables.
422
446
# Otherwise a system limit (for SysV at least) may be exceeded.
423
447
.NOEXPORT: