~ubuntu-branches/ubuntu/karmic/libxslt/karmic

« back to all changes in this revision

Viewing changes to tests/reports/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-11-10 21:24:02 UTC
  • Revision ID: james.westby@ubuntu.com-20051110212402-c1ghkka0v0hn4k35
Tags: 1.1.15-1ubuntu1
* Resynchronize with Debian:
  - drop support for Python 2.2 and 2.3.
  - keep libxslt1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
36
host_triplet = @host@
38
37
subdir = tests/reports
39
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
114
113
LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
115
114
LN_S = @LN_S@
116
115
LTLIBOBJS = @LTLIBOBJS@
 
116
MAINT = @MAINT@
 
117
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
118
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
117
119
MAKEINFO = @MAKEINFO@
118
120
MV = @MV@
119
121
M_LIBS = @M_LIBS@
145
147
WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
146
148
WITH_CRYPTO = @WITH_CRYPTO@
147
149
WITH_DEBUGGER = @WITH_DEBUGGER@
 
150
WITH_DEBUGGER_FALSE = @WITH_DEBUGGER_FALSE@
 
151
WITH_DEBUGGER_TRUE = @WITH_DEBUGGER_TRUE@
148
152
WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
149
153
WITH_MODULES = @WITH_MODULES@
150
154
WITH_MODULES_FALSE = @WITH_MODULES_FALSE@
173
177
am__include = @am__include@
174
178
am__leading_dot = @am__leading_dot@
175
179
am__quote = @am__quote@
176
 
am__tar = @am__tar@
177
 
am__untar = @am__untar@
178
180
bindir = @bindir@
179
181
build = @build@
180
182
build_alias = @build_alias@
215
217
all: all-am
216
218
 
217
219
.SUFFIXES:
218
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
220
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
219
221
        @for dep in $?; do \
220
222
          case '$(am__configure_deps)' in \
221
223
            *$$dep*) \
224
226
              exit 1;; \
225
227
          esac; \
226
228
        done; \
227
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/reports/Makefile'; \
 
229
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/reports/Makefile'; \
228
230
        cd $(top_srcdir) && \
229
 
          $(AUTOMAKE) --gnu  tests/reports/Makefile
 
231
          $(AUTOMAKE) --foreign  tests/reports/Makefile
230
232
.PRECIOUS: Makefile
231
233
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232
234
        @case '$?' in \
240
242
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
241
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
244
 
243
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
245
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
244
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
247
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
246
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
249
 
248
250
mostlyclean-libtool:
311
313
clean-generic:
312
314
 
313
315
distclean-generic:
314
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
316
        -rm -f $(CONFIG_CLEAN_FILES)
315
317
 
316
318
maintainer-clean-generic:
317
319
        @echo "This command is intended for maintainers to use"