~ubuntu-branches/ubuntu/oneiric/opendkim/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-11 04:01:22 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811040122-ai6d30m3j43nwh1y
Tags: 2.1.3+dfsg-0ubuntu1
* New upstream release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated Makefile.in/am to not try to install no longer exisitng files
  - Rename libopendkim1 to libopendkim2 to match upstream soname bump
  - Bump libopendkim-dev build-depends to libopendkim2
  - Update debian/rules
  - Rename libopendkim1.docs and .install

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# $Id: Makefile.am,v 1.34.2.7 2010/04/07 19:27:29 cm-msk Exp $
 
17
# $Id: Makefile.am,v 1.51.2.1 2010/07/05 03:06:51 cm-msk Exp $
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
37
37
@USE_ARLIB_TRUE@am__append_1 = libar
38
38
@VBR_TRUE@am__append_2 = libvbr
39
39
@LUA_TRUE@am__append_3 = miltertest opendkim/tests
40
 
@LUA_TRUE@am__append_4 = \
 
40
@STATS_TRUE@am__append_4 = stats
 
41
@LUA_TRUE@am__append_5 = \
41
42
@LUA_TRUE@      opendkim/setup.lua.sample \
42
43
@LUA_TRUE@      opendkim/screen.lua.sample \
43
44
@LUA_TRUE@      opendkim/final.lua.sample
44
45
 
 
46
@STATS_TRUE@am__append_6 = stats/mkdb.mysql
45
47
subdir = .
46
48
DIST_COMMON = README $(am__configure_deps) $(am__dist_doc_DATA_DIST) \
47
49
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
48
 
        $(srcdir)/build-config.h.in $(top_srcdir)/configure INSTALL \
 
50
        $(srcdir)/build-config.h.in $(top_srcdir)/configure \
 
51
        $(top_srcdir)/contrib/opendkim.spec.in INSTALL \
49
52
        build-aux/compile build-aux/config.guess build-aux/config.sub \
50
53
        build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
51
54
        build-aux/missing
52
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pthread.m4 \
54
57
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
55
58
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
56
59
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
60
63
 configure.lineno config.status.lineno
61
64
mkinstalldirs = $(install_sh) -d
62
65
CONFIG_HEADER = build-config.h
63
 
CONFIG_CLEAN_FILES =
 
66
CONFIG_CLEAN_FILES = contrib/opendkim.spec
64
67
SOURCES =
65
68
DIST_SOURCES =
66
69
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73
76
am__dist_doc_DATA_DIST = FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail \
74
77
        RELEASE_NOTES.Sendmail contrib/README \
75
78
        contrib/convert_keylist.sh contrib/opendkim.init \
76
 
        contrib/opendkim.spec \
 
79
        contrib/opendkim.spec contrib/authheaders-check-setup-hook.lua \
77
80
        libopendkim/docs/dkim.html \
78
81
        libopendkim/docs/dkim_alg_t.html \
79
82
        libopendkim/docs/dkim_body.html \
85
88
        libopendkim/docs/dkim_eoh.html libopendkim/docs/dkim_eom.html \
86
89
        libopendkim/docs/dkim_flush_cache.html \
87
90
        libopendkim/docs/dkim_free.html \
 
91
        libopendkim/docs/dkim_get_sigsubstring.html \
88
92
        libopendkim/docs/dkim_get_user_context.html \
89
93
        libopendkim/docs/dkim_getcachestats.html \
90
94
        libopendkim/docs/dkim_getdomain.html \
141
145
        libopendkim/docs/dkim_sig_getselector.html \
142
146
        libopendkim/docs/dkim_sig_getsignalg.html \
143
147
        libopendkim/docs/dkim_sig_getsigntime.html \
 
148
        libopendkim/docs/dkim_sig_gettagvalue.html \
144
149
        libopendkim/docs/dkim_sig_hdrsigned.html \
145
150
        libopendkim/docs/dkim_sig_ignore.html \
146
151
        libopendkim/docs/dkim_sig_process.html \
163
168
        libopendkim/docs/dkim_sig_getidentity.html \
164
169
        libopendkim/docs/dkim_sig_getcanons.html \
165
170
        opendkim/setup.lua.sample opendkim/screen.lua.sample \
166
 
        opendkim/final.lua.sample
 
171
        opendkim/final.lua.sample stats/mkdb.mysql
167
172
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
168
173
am__vpath_adj = case $$p in \
169
174
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
178
183
ETAGS = etags
179
184
CTAGS = ctags
180
185
DIST_SUBDIRS = libar libvbr libopendkim libopendkim/tests opendkim \
181
 
        miltertest opendkim/tests
 
186
        miltertest opendkim/tests stats
182
187
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183
188
distdir = $(PACKAGE)-$(VERSION)
184
189
top_distdir = $(distdir)
230
235
INSTALL_SCRIPT = @INSTALL_SCRIPT@
231
236
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232
237
LD = @LD@
 
238
LDAP_CACHING_MANNOTICE = @LDAP_CACHING_MANNOTICE@
233
239
LDFLAGS = @LDFLAGS@
234
240
LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
235
241
LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@
319
325
abs_top_srcdir = @abs_top_srcdir@
320
326
ac_ct_CC = @ac_ct_CC@
321
327
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
322
 
acx_pthread_config = @acx_pthread_config@
323
328
am__include = @am__include@
324
329
am__leading_dot = @am__leading_dot@
325
330
am__quote = @am__quote@
326
331
am__tar = @am__tar@
327
332
am__untar = @am__untar@
 
333
ax_pthread_config = @ax_pthread_config@
328
334
bindir = @bindir@
329
335
build = @build@
330
336
build_alias = @build_alias@
374
380
AUTOMAKE_OPTIONS = foreign
375
381
ACLOCAL_AMFLAGS = -I m4
376
382
SUBDIRS = $(am__append_1) $(am__append_2) libopendkim \
377
 
        libopendkim/tests opendkim $(am__append_3)
 
383
        libopendkim/tests opendkim $(am__append_3) $(am__append_4)
378
384
dist_doc_DATA = FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail \
379
385
        RELEASE_NOTES.Sendmail contrib/README \
380
386
        contrib/convert_keylist.sh contrib/opendkim.init \
381
 
        contrib/opendkim.spec libopendkim/docs/dkim.html \
 
387
        contrib/opendkim.spec contrib/authheaders-check-setup-hook.lua \
 
388
        libopendkim/docs/dkim.html \
382
389
        libopendkim/docs/dkim_alg_t.html \
383
390
        libopendkim/docs/dkim_body.html \
384
391
        libopendkim/docs/dkim_canon_t.html \
389
396
        libopendkim/docs/dkim_eoh.html libopendkim/docs/dkim_eom.html \
390
397
        libopendkim/docs/dkim_flush_cache.html \
391
398
        libopendkim/docs/dkim_free.html \
 
399
        libopendkim/docs/dkim_get_sigsubstring.html \
392
400
        libopendkim/docs/dkim_get_user_context.html \
393
401
        libopendkim/docs/dkim_getcachestats.html \
394
402
        libopendkim/docs/dkim_getdomain.html \
445
453
        libopendkim/docs/dkim_sig_getselector.html \
446
454
        libopendkim/docs/dkim_sig_getsignalg.html \
447
455
        libopendkim/docs/dkim_sig_getsigntime.html \
 
456
        libopendkim/docs/dkim_sig_gettagvalue.html \
448
457
        libopendkim/docs/dkim_sig_hdrsigned.html \
449
458
        libopendkim/docs/dkim_sig_ignore.html \
450
459
        libopendkim/docs/dkim_sig_process.html \
466
475
        libopendkim/docs/dkim_set_trust_anchor.html \
467
476
        libopendkim/docs/dkim_sig_getidentity.html \
468
477
        libopendkim/docs/dkim_sig_getcanons.html \
469
 
        libopendkim/docs/dkim_libfeature.html $(am__append_4)
 
478
        libopendkim/docs/dkim_libfeature.html $(am__append_5) \
 
479
        $(am__append_6)
 
480
DISTCLEANFILES = opendkim-@VERSION@.tar.gz
470
481
 
471
482
# TODO: get configure.ac to generate --enable-{feature} for all
472
483
# non-experimental features and substitute it here e.g  @SUPPORTED_FEATURES@.
473
484
# Perhaps all features would enable a more comprehensive test coverage map
474
485
# though.
475
 
DISTCHECK_CONFIGURE_FLAGS = --enable-arlib --enable-vbr
 
486
DISTCHECK_CONFIGURE_FLAGS = --enable-arlib --enable-vbr --with-lua
476
487
all: build-config.h
477
488
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
478
489
 
527
538
 
528
539
distclean-hdr:
529
540
        -rm -f build-config.h stamp-h1
 
541
contrib/opendkim.spec: $(top_builddir)/config.status $(top_srcdir)/contrib/opendkim.spec.in
 
542
        cd $(top_builddir) && $(SHELL) ./config.status $@
530
543
 
531
544
mostlyclean-libtool:
532
545
        -rm -f *.lo
863
876
 
864
877
distclean-generic:
865
878
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
879
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
866
880
 
867
881
maintainer-clean-generic:
868
882
        @echo "This command is intended for maintainers to use"