~ubuntu-branches/ubuntu/wily/signing-party/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2005-03-05 14:39:24 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050305143924-dfj1rff96tksxwhl
Tags: 0.3.0-1
* New maintainer, Simon is moving to co-maintenance.
* New upstream release:
  + Fix missing section number from manpages.
    (fixes Lintian warnings)
  + Add more documentation (README, and in gpg-mailkeys).
  + In gpg-key2ps:
    - Add handling for 'tru' and 'uat' packets. (Closes: #222664)
    - Change env.var PAPERCONF to PAPERSIZE due to changed behaviour since
      libpaper-1.1.13. (Closes: #176245)
    - Truncate too long UIDs so they don't mess up the keys next to them.
      (Closes: #171846)
  + In gpg-mailkeys:
    - Send the key as an attachment. (Closes: #176245)
    - Make gpg-mailkeys messages more customizable. (Closes: #200070)
    - By default, let sendmail determine the From-line (more reliable).
* Update to Standards-Version 3.6.1 (no changes neccessary).
* Depend on libpaper-utils >= 1.1.13.
* Clarify copyright / maintainer documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
 
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
 
# This Makefile.in is free software; the Free Software Foundation
5
 
# gives unlimited permission to copy and/or distribute it,
6
 
# with or without modifications, as long as this notice is preserved.
7
 
 
8
 
# This program is distributed in the hope that it will be useful,
9
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
 
# PARTICULAR PURPOSE.
12
 
 
13
 
 
14
 
SHELL = @SHELL@
15
 
 
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
 
top_builddir = .
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
48
 
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
54
 
NORMAL_INSTALL = :
55
 
PRE_INSTALL = :
56
 
POST_INSTALL = :
57
 
NORMAL_UNINSTALL = :
58
 
PRE_UNINSTALL = :
59
 
POST_UNINSTALL = :
60
 
MAKEINFO = @MAKEINFO@
61
 
PACKAGE = @PACKAGE@
62
 
VERSION = @VERSION@
63
 
 
64
 
SUBDIRS = howto scripts
65
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67
 
CONFIG_CLEAN_FILES = 
68
 
DIST_COMMON =  COPYING INSTALL Makefile.am Makefile.in aclocal.m4 \
69
 
configure configure.ac install-sh missing mkinstalldirs
70
 
 
71
 
 
72
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
73
 
 
74
 
TAR = tar
75
 
GZIP_ENV = --best
76
 
all: all-redirect
77
 
.SUFFIXES:
78
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
79
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
80
 
 
81
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
82
 
        cd $(top_builddir) \
83
 
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
84
 
 
85
 
$(ACLOCAL_M4):  configure.ac 
86
 
        cd $(srcdir) && $(ACLOCAL)
87
 
 
88
 
config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
89
 
        $(SHELL) ./config.status --recheck
90
 
$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
91
 
        cd $(srcdir) && $(AUTOCONF)
92
 
 
93
 
# This directory's subdirectories are mostly independent; you can cd
94
 
# into them and run `make' without going through this Makefile.
95
 
# To change the values of `make' variables: instead of editing Makefiles,
96
 
# (1) if the variable is set in `config.status', edit `config.status'
97
 
#     (which will cause the Makefiles to be regenerated when you run `make');
98
 
# (2) otherwise, pass the desired values on the `make' command line.
99
 
 
100
 
@SET_MAKE@
101
 
 
102
 
all-recursive install-data-recursive install-exec-recursive \
103
 
installdirs-recursive install-recursive uninstall-recursive  \
104
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
105
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
106
 
        dot_seen=no; \
107
 
        target=`echo $@ | sed s/-recursive//`; \
108
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
109
 
          echo "Making $$target in $$subdir"; \
110
 
          if test "$$subdir" = "."; then \
111
 
            dot_seen=yes; \
112
 
            local_target="$$target-am"; \
113
 
          else \
114
 
            local_target="$$target"; \
115
 
          fi; \
116
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
117
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
118
 
        done; \
119
 
        if test "$$dot_seen" = "no"; then \
120
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
121
 
        fi; test -z "$$fail"
122
 
 
123
 
mostlyclean-recursive clean-recursive distclean-recursive \
124
 
maintainer-clean-recursive:
125
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
126
 
        dot_seen=no; \
127
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
128
 
          rev="$$subdir $$rev"; \
129
 
          test "$$subdir" = "." && dot_seen=yes; \
130
 
        done; \
131
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
132
 
        target=`echo $@ | sed s/-recursive//`; \
133
 
        for subdir in $$rev; do \
134
 
          echo "Making $$target in $$subdir"; \
135
 
          if test "$$subdir" = "."; then \
136
 
            local_target="$$target-am"; \
137
 
          else \
138
 
            local_target="$$target"; \
139
 
          fi; \
140
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
141
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
142
 
        done && test -z "$$fail"
143
 
tags-recursive:
144
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
145
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
146
 
        done
147
 
 
148
 
tags: TAGS
149
 
 
150
 
ID: $(HEADERS) $(SOURCES) $(LISP)
151
 
        list='$(SOURCES) $(HEADERS)'; \
152
 
        unique=`for i in $$list; do echo $$i; done | \
153
 
          awk '    { files[$$0] = 1; } \
154
 
               END { for (i in files) print i; }'`; \
155
 
        here=`pwd` && cd $(srcdir) \
156
 
          && mkid -f$$here/ID $$unique $(LISP)
157
 
 
158
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
159
 
        tags=; \
160
 
        here=`pwd`; \
161
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
162
 
   if test "$$subdir" = .; then :; else \
163
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
164
 
   fi; \
165
 
        done; \
166
 
        list='$(SOURCES) $(HEADERS)'; \
167
 
        unique=`for i in $$list; do echo $$i; done | \
168
 
          awk '    { files[$$0] = 1; } \
169
 
               END { for (i in files) print i; }'`; \
170
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
171
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
172
 
 
173
 
mostlyclean-tags:
174
 
 
175
 
clean-tags:
176
 
 
177
 
distclean-tags:
178
 
        -rm -f TAGS ID
179
 
 
180
 
maintainer-clean-tags:
181
 
 
182
 
distdir = $(PACKAGE)-$(VERSION)
183
 
top_distdir = $(distdir)
184
 
 
185
 
# This target untars the dist file and tries a VPATH configuration.  Then
186
 
# it guarantees that the distribution is self-contained by making another
187
 
# tarfile.
188
 
distcheck: dist
189
 
        -rm -rf $(distdir)
190
 
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
191
 
        mkdir $(distdir)/=build
192
 
        mkdir $(distdir)/=inst
193
 
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
194
 
        cd $(distdir)/=build \
195
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
196
 
          && $(MAKE) $(AM_MAKEFLAGS) \
197
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
198
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
199
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
200
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
201
 
          && $(MAKE) $(AM_MAKEFLAGS) dist
202
 
        -rm -rf $(distdir)
203
 
        @banner="$(distdir).tar.gz is ready for distribution"; \
204
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
205
 
        echo "$$dashes"; \
206
 
        echo "$$banner"; \
207
 
        echo "$$dashes"
208
 
dist: distdir
209
 
        -chmod -R a+r $(distdir)
210
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
211
 
        -rm -rf $(distdir)
212
 
dist-all: distdir
213
 
        -chmod -R a+r $(distdir)
214
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
215
 
        -rm -rf $(distdir)
216
 
distdir: $(DISTFILES)
217
 
        -rm -rf $(distdir)
218
 
        mkdir $(distdir)
219
 
        -chmod 777 $(distdir)
220
 
        here=`cd $(top_builddir) && pwd`; \
221
 
        top_distdir=`cd $(distdir) && pwd`; \
222
 
        distdir=`cd $(distdir) && pwd`; \
223
 
        cd $(top_srcdir) \
224
 
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
225
 
        @for file in $(DISTFILES); do \
226
 
          d=$(srcdir); \
227
 
          if test -d $$d/$$file; then \
228
 
            cp -pr $$d/$$file $(distdir)/$$file; \
229
 
          else \
230
 
            test -f $(distdir)/$$file \
231
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
233
 
          fi; \
234
 
        done
235
 
        for subdir in $(SUBDIRS); do \
236
 
          if test "$$subdir" = .; then :; else \
237
 
            test -d $(distdir)/$$subdir \
238
 
            || mkdir $(distdir)/$$subdir \
239
 
            || exit 1; \
240
 
            chmod 777 $(distdir)/$$subdir; \
241
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
242
 
              || exit 1; \
243
 
          fi; \
244
 
        done
245
 
info-am:
246
 
info: info-recursive
247
 
dvi-am:
248
 
dvi: dvi-recursive
249
 
check-am: all-am
250
 
check: check-recursive
251
 
installcheck-am:
252
 
installcheck: installcheck-recursive
253
 
install-exec-am:
254
 
install-exec: install-exec-recursive
255
 
 
256
 
install-data-am:
257
 
install-data: install-data-recursive
258
 
 
259
 
install-am: all-am
260
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
261
 
install: install-recursive
262
 
uninstall-am:
263
 
uninstall: uninstall-recursive
264
 
all-am: Makefile
265
 
all-redirect: all-recursive
266
 
install-strip:
267
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
268
 
installdirs: installdirs-recursive
269
 
installdirs-am:
270
 
 
271
 
 
272
 
mostlyclean-generic:
273
 
 
274
 
clean-generic:
275
 
 
276
 
distclean-generic:
277
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
278
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279
 
 
280
 
maintainer-clean-generic:
281
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
282
 
 
283
 
mostlyclean: mostlyclean-recursive
284
 
 
285
 
clean-am:  clean-tags clean-generic mostlyclean-am
286
 
 
287
 
clean: clean-recursive
288
 
 
289
 
distclean-am:  distclean-tags distclean-generic clean-am
290
 
 
291
 
distclean: distclean-recursive
292
 
        -rm -f config.status
293
 
 
294
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
295
 
                distclean-am
296
 
        @echo "This command is intended for maintainers to use;"
297
 
        @echo "it deletes files that may require special tools to rebuild."
298
 
 
299
 
maintainer-clean: maintainer-clean-recursive
300
 
        -rm -f config.status
301
 
 
302
 
.PHONY: install-data-recursive uninstall-data-recursive \
303
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
304
 
uninstalldirs-recursive all-recursive check-recursive \
305
 
installcheck-recursive info-recursive dvi-recursive \
306
 
mostlyclean-recursive distclean-recursive clean-recursive \
307
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
308
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
309
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
310
 
install-exec install-data-am install-data install-am install \
311
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
312
 
installdirs mostlyclean-generic distclean-generic clean-generic \
313
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
314
 
 
315
 
 
316
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
317
 
# Otherwise a system limit (for SysV at least) may be exceeded.
318
 
.NOEXPORT: