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

« back to all changes in this revision

Viewing changes to tests/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
39
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
123
122
LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
124
123
LN_S = @LN_S@
125
124
LTLIBOBJS = @LTLIBOBJS@
 
125
MAINT = @MAINT@
 
126
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
127
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
126
128
MAKEINFO = @MAKEINFO@
127
129
MV = @MV@
128
130
M_LIBS = @M_LIBS@
154
156
WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
155
157
WITH_CRYPTO = @WITH_CRYPTO@
156
158
WITH_DEBUGGER = @WITH_DEBUGGER@
 
159
WITH_DEBUGGER_FALSE = @WITH_DEBUGGER_FALSE@
 
160
WITH_DEBUGGER_TRUE = @WITH_DEBUGGER_TRUE@
157
161
WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
158
162
WITH_MODULES = @WITH_MODULES@
159
163
WITH_MODULES_FALSE = @WITH_MODULES_FALSE@
182
186
am__include = @am__include@
183
187
am__leading_dot = @am__leading_dot@
184
188
am__quote = @am__quote@
185
 
am__tar = @am__tar@
186
 
am__untar = @am__untar@
187
189
bindir = @bindir@
188
190
build = @build@
189
191
build_alias = @build_alias@
220
222
all: all-recursive
221
223
 
222
224
.SUFFIXES:
223
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
225
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
224
226
        @for dep in $?; do \
225
227
          case '$(am__configure_deps)' in \
226
228
            *$$dep*) \
229
231
              exit 1;; \
230
232
          esac; \
231
233
        done; \
232
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
 
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
233
235
        cd $(top_srcdir) && \
234
 
          $(AUTOMAKE) --gnu  tests/Makefile
 
236
          $(AUTOMAKE) --foreign  tests/Makefile
235
237
.PRECIOUS: Makefile
236
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237
239
        @case '$?' in \
245
247
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
249
 
248
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
250
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
252
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
254
 
253
255
mostlyclean-libtool:
407
409
            || exit 1; \
408
410
          fi; \
409
411
        done
410
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
413
          if test "$$subdir" = .; then :; else \
412
414
            test -d "$(distdir)/$$subdir" \
413
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
415
            || mkdir "$(distdir)/$$subdir" \
414
416
            || exit 1; \
415
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
416
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
417
417
            (cd $$subdir && \
418
418
              $(MAKE) $(AM_MAKEFLAGS) \
419
 
                top_distdir="$$top_distdir" \
420
 
                distdir="$$distdir/$$subdir" \
 
419
                top_distdir="../$(top_distdir)" \
 
420
                distdir="../$(distdir)/$$subdir" \
421
421
                distdir) \
422
422
              || exit 1; \
423
423
          fi; \
446
446
clean-generic:
447
447
 
448
448
distclean-generic:
449
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
449
        -rm -f $(CONFIG_CLEAN_FILES)
450
450
 
451
451
maintainer-clean-generic:
452
452
        @echo "This command is intended for maintainers to use"