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

« back to all changes in this revision

Viewing changes to tests/XSLTMark/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/XSLTMark
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@
259
261
all: all-am
260
262
 
261
263
.SUFFIXES:
262
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
264
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
263
265
        @for dep in $?; do \
264
266
          case '$(am__configure_deps)' in \
265
267
            *$$dep*) \
268
270
              exit 1;; \
269
271
          esac; \
270
272
        done; \
271
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/XSLTMark/Makefile'; \
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/XSLTMark/Makefile'; \
272
274
        cd $(top_srcdir) && \
273
 
          $(AUTOMAKE) --gnu  tests/XSLTMark/Makefile
 
275
          $(AUTOMAKE) --foreign  tests/XSLTMark/Makefile
274
276
.PRECIOUS: Makefile
275
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276
278
        @case '$?' in \
284
286
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
285
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
288
 
287
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
289
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
288
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
291
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
290
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
293
 
292
294
mostlyclean-libtool:
355
357
clean-generic:
356
358
 
357
359
distclean-generic:
358
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
360
        -rm -f $(CONFIG_CLEAN_FILES)
359
361
 
360
362
maintainer-clean-generic:
361
363
        @echo "This command is intended for maintainers to use"