~ubuntu-branches/ubuntu/quantal/maildir-utils/quantal

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-02-28 19:30:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228193003-95az0jwl5e2r31vf
Tags: 0.7-1
* Imported Upstream version 0.7
* disable upstream included make-index-silent patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
POST_UNINSTALL = :
34
34
build_triplet = @build@
35
35
host_triplet = @host@
 
36
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(top_srcdir)/gtest.mk
36
38
subdir = man
37
 
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
44
CONFIG_HEADER = $(top_builddir)/config.h
45
45
CONFIG_CLEAN_FILES =
46
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
47
53
SOURCES =
48
54
DIST_SOURCES =
49
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
81
ACLOCAL = @ACLOCAL@
76
82
AMTAR = @AMTAR@
 
83
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
77
84
AR = @AR@
78
85
AUTOCONF = @AUTOCONF@
79
86
AUTOHEADER = @AUTOHEADER@
134
141
PACKAGE_VERSION = @PACKAGE_VERSION@
135
142
PATH_SEPARATOR = @PATH_SEPARATOR@
136
143
PKG_CONFIG = @PKG_CONFIG@
 
144
PMCCABE = @PMCCABE@
137
145
RANLIB = @RANLIB@
138
146
SED = @SED@
139
147
SET_MAKE = @SET_MAKE@
167
175
docdir = @docdir@
168
176
dvidir = @dvidir@
169
177
exec_prefix = @exec_prefix@
 
178
g_test_CFLAGS = @g_test_CFLAGS@
 
179
g_test_LIBS = @g_test_LIBS@
170
180
host = @host@
171
181
host_alias = @host_alias@
172
182
host_cpu = @host_cpu@
196
206
top_build_prefix = @top_build_prefix@
197
207
top_builddir = @top_builddir@
198
208
top_srcdir = @top_srcdir@
 
209
TEST_PROGS = 
199
210
dist_man_MANS = mu.1
200
211
all: all-am
201
212
 
202
213
.SUFFIXES:
203
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
214
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gtest.mk $(am__configure_deps)
204
215
        @for dep in $?; do \
205
216
          case '$(am__configure_deps)' in \
206
217
            *$$dep*) \
439
450
        uninstall uninstall-am uninstall-man uninstall-man1
440
451
 
441
452
 
 
453
test: all $(TEST_PROGS)
 
454
         @test -z "$(TEST_PROGS)" || gtester --verbose $(TEST_PROGS) || exit $$?; \
 
455
         test -z "$(SUBDIRS)" || \
 
456
                for subdir in $(SUBDIRS); do \
 
457
                        test "$$subdir" = "." || \
 
458
                (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$? ; \
 
459
                done
 
460
.PHONY: test
 
461
 
442
462
# Tell versions [3.59,3.63) of GNU make to not export all variables.
443
463
# Otherwise a system limit (for SysV at least) may be exceeded.
444
464
.NOEXPORT: