~ubuntu-branches/ubuntu/natty/libxslt/natty

« back to all changes in this revision

Viewing changes to python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-19 13:15:06 UTC
  • mfrom: (9.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100119131506-cp3debjmuhm12lzi
Tags: 1.1.26-1ubuntu1
Merge with Debian; remaining changes:
Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
24
install_sh_DATA = $(install_sh) -c -m 644
27
25
install_sh_PROGRAM = $(install_sh) -c
28
26
install_sh_SCRIPT = $(install_sh) -c
45
43
mkinstalldirs = $(install_sh) -d
46
44
CONFIG_HEADER = $(top_builddir)/config.h
47
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
48
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
48
am__vpath_adj = case $$p in \
50
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51
50
    *) f=$$p;; \
52
51
  esac;
53
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
53
am__install_max = 40
 
54
am__nobase_strip_setup = \
 
55
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
56
am__nobase_strip = \
 
57
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
58
am__nobase_list = $(am__nobase_strip_setup); \
 
59
  for p in $$list; do echo "$$p $$p"; done | \
 
60
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
61
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
62
    if (++n[$$2] == $(am__install_max)) \
 
63
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
64
    END { for (dir in files) print dir, files[dir] }'
 
65
am__base_list = \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
54
68
am__installdirs = "$(DESTDIR)$(pythondir)"
55
 
pythonLTLIBRARIES_INSTALL = $(INSTALL)
56
69
LTLIBRARIES = $(python_LTLIBRARIES)
57
 
@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 =  \
58
 
@WITH_PYTHON_TRUE@      $(top_builddir)/libxslt/libxslt.la \
59
 
@WITH_PYTHON_TRUE@      $(top_builddir)/libexslt/libexslt.la
60
 
@WITH_PYTHON_TRUE@libxsltmod_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
70
@WITH_PYTHON_TRUE@libxsltmod_la_DEPENDENCIES = $(mylibs)
61
71
am__libxsltmod_la_SOURCES_DIST = libxslt.c types.c libxslt-py.c
62
72
@WITH_PYTHON_TRUE@am_libxsltmod_la_OBJECTS = libxslt.lo types.lo \
63
73
@WITH_PYTHON_TRUE@      libxslt-py.lo
64
74
libxsltmod_la_OBJECTS = $(am_libxsltmod_la_OBJECTS)
 
75
libxsltmod_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
76
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
77
        $(libxsltmod_la_LDFLAGS) $(LDFLAGS) -o $@
65
78
@WITH_PYTHON_TRUE@am_libxsltmod_la_rpath = -rpath $(pythondir)
66
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
81
am__depfiles_maybe = depfiles
 
82
am__mv = mv -f
69
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73
 
        $(AM_CFLAGS) $(CFLAGS)
 
85
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
86
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
87
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
88
CCLD = $(CC)
75
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
89
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
90
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
91
        $(LDFLAGS) -o $@
77
92
SOURCES = $(libxsltmod_la_SOURCES)
78
93
DIST_SOURCES = $(am__libxsltmod_la_SOURCES_DIST)
79
94
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
95
        html-recursive info-recursive install-data-recursive \
81
 
        install-exec-recursive install-info-recursive \
82
 
        install-recursive installcheck-recursive installdirs-recursive \
83
 
        pdf-recursive ps-recursive uninstall-info-recursive \
84
 
        uninstall-recursive
 
96
        install-dvi-recursive install-exec-recursive \
 
97
        install-html-recursive install-info-recursive \
 
98
        install-pdf-recursive install-ps-recursive install-recursive \
 
99
        installcheck-recursive installdirs-recursive pdf-recursive \
 
100
        ps-recursive uninstall-recursive
 
101
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
102
  distclean-recursive maintainer-clean-recursive
 
103
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
104
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
105
        distdir
85
106
ETAGS = etags
86
107
CTAGS = ctags
87
108
DIST_SUBDIRS = $(SUBDIRS)
88
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
110
am__relativize = \
 
111
  dir0=`pwd`; \
 
112
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
113
  sed_rest='s,^[^/]*/*,,'; \
 
114
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
115
  sed_butlast='s,/*[^/]*$$,,'; \
 
116
  while test -n "$$dir1"; do \
 
117
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
118
    if test "$$first" != "."; then \
 
119
      if test "$$first" = ".."; then \
 
120
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
121
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
122
      else \
 
123
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
124
        if test "$$first2" = "$$first"; then \
 
125
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
126
        else \
 
127
          dir2="../$$dir2"; \
 
128
        fi; \
 
129
        dir0="$$dir0"/"$$first"; \
 
130
      fi; \
 
131
    fi; \
 
132
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
133
  done; \
 
134
  reldir="$$dir2"
89
135
ACLOCAL = @ACLOCAL@
90
 
AMDEP_FALSE = @AMDEP_FALSE@
91
 
AMDEP_TRUE = @AMDEP_TRUE@
92
136
AMTAR = @AMTAR@
93
137
AR = @AR@
 
138
AS = @AS@
94
139
AUTOCONF = @AUTOCONF@
95
140
AUTOHEADER = @AUTOHEADER@
96
141
AUTOMAKE = @AUTOMAKE@
100
145
CFLAGS = @CFLAGS@
101
146
CPP = @CPP@
102
147
CPPFLAGS = @CPPFLAGS@
103
 
CXX = @CXX@
104
 
CXXCPP = @CXXCPP@
105
 
CXXDEPMODE = @CXXDEPMODE@
106
 
CXXFLAGS = @CXXFLAGS@
107
148
CYGPATH_W = @CYGPATH_W@
108
149
DEFS = @DEFS@
109
150
DEPDIR = @DEPDIR@
 
151
DLLTOOL = @DLLTOOL@
110
152
DSYMUTIL = @DSYMUTIL@
111
 
ECHO = @ECHO@
 
153
DUMPBIN = @DUMPBIN@
112
154
ECHO_C = @ECHO_C@
113
155
ECHO_N = @ECHO_N@
114
156
ECHO_T = @ECHO_T@
118
160
EXSLT_LIBDIR = @EXSLT_LIBDIR@
119
161
EXSLT_LIBS = @EXSLT_LIBS@
120
162
EXTRA_LIBS = @EXTRA_LIBS@
121
 
F77 = @F77@
122
 
FFLAGS = @FFLAGS@
 
163
FGREP = @FGREP@
123
164
GREP = @GREP@
124
165
HTML_DIR = @HTML_DIR@
 
166
INSTALL = @INSTALL@
125
167
INSTALL_DATA = @INSTALL_DATA@
126
168
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
169
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
170
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
171
LD = @LD@
129
172
LDFLAGS = @LDFLAGS@
130
173
LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
131
174
LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
153
196
LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
154
197
LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
155
198
LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
 
199
LIPO = @LIPO@
156
200
LN_S = @LN_S@
157
201
LTLIBOBJS = @LTLIBOBJS@
158
202
MAINT = @MAINT@
159
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
160
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
161
203
MAKEINFO = @MAKEINFO@
 
204
MKDIR_P = @MKDIR_P@
162
205
MV = @MV@
163
206
M_LIBS = @M_LIBS@
 
207
NM = @NM@
164
208
NMEDIT = @NMEDIT@
 
209
OBJDUMP = @OBJDUMP@
165
210
OBJEXT = @OBJEXT@
 
211
OTOOL = @OTOOL@
 
212
OTOOL64 = @OTOOL64@
166
213
PACKAGE = @PACKAGE@
167
214
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168
215
PACKAGE_NAME = @PACKAGE_NAME@
169
216
PACKAGE_STRING = @PACKAGE_STRING@
170
217
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
218
PACKAGE_URL = @PACKAGE_URL@
171
219
PACKAGE_VERSION = @PACKAGE_VERSION@
172
220
PATH_SEPARATOR = @PATH_SEPARATOR@
173
221
PERL = @PERL@
186
234
STATIC_BINARIES = @STATIC_BINARIES@
187
235
STRIP = @STRIP@
188
236
TAR = @TAR@
 
237
THREAD_LIBS = @THREAD_LIBS@
189
238
VERSION = @VERSION@
 
239
VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
190
240
WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
191
241
WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
192
242
WITH_CRYPTO = @WITH_CRYPTO@
193
243
WITH_DEBUGGER = @WITH_DEBUGGER@
194
 
WITH_DEBUGGER_FALSE = @WITH_DEBUGGER_FALSE@
195
 
WITH_DEBUGGER_TRUE = @WITH_DEBUGGER_TRUE@
196
244
WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
197
245
WITH_MODULES = @WITH_MODULES@
198
 
WITH_MODULES_FALSE = @WITH_MODULES_FALSE@
199
 
WITH_MODULES_TRUE = @WITH_MODULES_TRUE@
200
 
WITH_PERL_FALSE = @WITH_PERL_FALSE@
201
 
WITH_PERL_TRUE = @WITH_PERL_TRUE@
202
 
WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
203
 
WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
204
246
WITH_TRIO = @WITH_TRIO@
205
247
WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
 
248
XMLLINT = @XMLLINT@
206
249
XML_CONFIG = @XML_CONFIG@
 
250
XSLTPROC = @XSLTPROC@
207
251
XSLTPROCDV = @XSLTPROCDV@
208
252
XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
209
253
XSLT_LIBDIR = @XSLT_LIBDIR@
210
254
XSLT_LIBS = @XSLT_LIBS@
 
255
XSLT_LOCALE_WINAPI = @XSLT_LOCALE_WINAPI@
 
256
XSLT_LOCALE_XLOCALE = @XSLT_LOCALE_XLOCALE@
 
257
abs_builddir = @abs_builddir@
 
258
abs_srcdir = @abs_srcdir@
 
259
abs_top_builddir = @abs_top_builddir@
 
260
abs_top_srcdir = @abs_top_srcdir@
211
261
ac_ct_CC = @ac_ct_CC@
212
 
ac_ct_CXX = @ac_ct_CXX@
213
 
ac_ct_F77 = @ac_ct_F77@
214
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
215
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
216
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
217
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
262
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218
263
am__include = @am__include@
219
264
am__leading_dot = @am__leading_dot@
220
265
am__quote = @am__quote@
226
271
build_cpu = @build_cpu@
227
272
build_os = @build_os@
228
273
build_vendor = @build_vendor@
 
274
builddir = @builddir@
229
275
datadir = @datadir@
230
276
datarootdir = @datarootdir@
231
277
docdir = @docdir@
244
290
libexecdir = @libexecdir@
245
291
localedir = @localedir@
246
292
localstatedir = @localstatedir@
 
293
lt_ECHO = @lt_ECHO@
247
294
mandir = @mandir@
248
295
mkdir_p = @mkdir_p@
249
296
oldincludedir = @oldincludedir@
254
301
pythondir = @pythondir@
255
302
sbindir = @sbindir@
256
303
sharedstatedir = @sharedstatedir@
 
304
srcdir = @srcdir@
257
305
sysconfdir = @sysconfdir@
258
306
target_alias = @target_alias@
 
307
top_build_prefix = @top_build_prefix@
 
308
top_builddir = @top_builddir@
 
309
top_srcdir = @top_srcdir@
259
310
 
260
311
# Makefile for libxml2 python library
261
312
AUTOMAKE_OPTIONS = 1.4 foreign
280
331
        libxslt-python-api.xml  \
281
332
        $(DOCS)
282
333
 
283
 
libxsltmod_la_LDFLAGS = -module -avoid-version
 
334
libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version
284
335
@WITH_PYTHON_TRUE@mylibs = \
285
336
@WITH_PYTHON_TRUE@      $(top_builddir)/libxslt/libxslt.la \
286
337
@WITH_PYTHON_TRUE@      $(top_builddir)/libexslt/libexslt.la
305
356
        @for dep in $?; do \
306
357
          case '$(am__configure_deps)' in \
307
358
            *$$dep*) \
308
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
309
 
                && exit 0; \
 
359
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
360
                && { if test -f $@; then exit 0; else break; fi; }; \
310
361
              exit 1;; \
311
362
          esac; \
312
363
        done; \
313
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  python/Makefile'; \
314
 
        cd $(top_srcdir) && \
315
 
          $(AUTOMAKE) --foreign  python/Makefile
 
364
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
 
365
        $(am__cd) $(top_srcdir) && \
 
366
          $(AUTOMAKE) --foreign python/Makefile
316
367
.PRECIOUS: Makefile
317
368
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318
369
        @case '$?' in \
330
381
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
382
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332
383
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
384
$(am__aclocal_m4_deps):
333
385
install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
334
386
        @$(NORMAL_INSTALL)
335
 
        test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
336
 
        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
 
387
        test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
 
388
        @list='$(python_LTLIBRARIES)'; test -n "$(pythondir)" || list=; \
 
389
        list2=; for p in $$list; do \
337
390
          if test -f $$p; then \
338
 
            f=$(am__strip_dir) \
339
 
            echo " $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
340
 
            $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pythondir)/$$f"; \
 
391
            list2="$$list2 $$p"; \
341
392
          else :; fi; \
342
 
        done
 
393
        done; \
 
394
        test -z "$$list2" || { \
 
395
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pythondir)'"; \
 
396
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pythondir)"; \
 
397
        }
343
398
 
344
399
uninstall-pythonLTLIBRARIES:
345
400
        @$(NORMAL_UNINSTALL)
346
 
        @set -x; list='$(python_LTLIBRARIES)'; for p in $$list; do \
347
 
          p=$(am__strip_dir) \
348
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$p'"; \
349
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$p"; \
 
401
        @list='$(python_LTLIBRARIES)'; test -n "$(pythondir)" || list=; \
 
402
        for p in $$list; do \
 
403
          $(am__strip_dir) \
 
404
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
 
405
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$f"; \
350
406
        done
351
407
 
352
408
clean-pythonLTLIBRARIES:
358
414
          rm -f "$${dir}/so_locations"; \
359
415
        done
360
416
libxsltmod.la: $(libxsltmod_la_OBJECTS) $(libxsltmod_la_DEPENDENCIES) 
361
 
        $(LINK) $(am_libxsltmod_la_rpath) $(libxsltmod_la_LDFLAGS) $(libxsltmod_la_OBJECTS) $(libxsltmod_la_LIBADD) $(LIBS)
 
417
        $(libxsltmod_la_LINK) $(am_libxsltmod_la_rpath) $(libxsltmod_la_OBJECTS) $(libxsltmod_la_LIBADD) $(LIBS)
362
418
 
363
419
mostlyclean-compile:
364
420
        -rm -f *.$(OBJEXT)
371
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/types.Plo@am__quote@
372
428
 
373
429
.c.o:
374
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
375
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
430
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
431
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378
434
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
379
435
 
380
436
.c.obj:
381
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
382
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
437
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
438
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
441
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
386
442
 
387
443
.c.lo:
388
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
389
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
444
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
445
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
390
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
391
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
448
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
397
453
clean-libtool:
398
454
        -rm -rf .libs _libs
399
455
 
400
 
distclean-libtool:
401
 
        -rm -f libtool
402
 
uninstall-info-am:
403
 
 
404
456
# This directory's subdirectories are mostly independent; you can cd
405
457
# into them and run `make' without going through this Makefile.
406
458
# To change the values of `make' variables: instead of editing Makefiles,
425
477
          else \
426
478
            local_target="$$target"; \
427
479
          fi; \
428
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
480
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429
481
          || eval $$failcom; \
430
482
        done; \
431
483
        if test "$$dot_seen" = "no"; then \
432
484
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
433
485
        fi; test -z "$$fail"
434
486
 
435
 
mostlyclean-recursive clean-recursive distclean-recursive \
436
 
maintainer-clean-recursive:
 
487
$(RECURSIVE_CLEAN_TARGETS):
437
488
        @failcom='exit 1'; \
438
489
        for f in x $$MAKEFLAGS; do \
439
490
          case $$f in \
460
511
          else \
461
512
            local_target="$$target"; \
462
513
          fi; \
463
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
514
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464
515
          || eval $$failcom; \
465
516
        done && test -z "$$fail"
466
517
tags-recursive:
467
518
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
519
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
469
520
        done
470
521
ctags-recursive:
471
522
        list='$(SUBDIRS)'; for subdir in $$list; do \
472
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
523
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
473
524
        done
474
525
 
475
526
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
477
528
        unique=`for i in $$list; do \
478
529
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
530
          done | \
480
 
          $(AWK) '    { files[$$0] = 1; } \
481
 
               END { for (i in files) print i; }'`; \
 
531
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
532
              END { if (nonempty) { for (i in files) print i; }; }'`; \
482
533
        mkid -fID $$unique
483
534
tags: TAGS
484
535
 
485
536
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
486
537
                $(TAGS_FILES) $(LISP)
487
 
        tags=; \
 
538
        set x; \
488
539
        here=`pwd`; \
489
540
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
490
541
          include_option=--etags-include; \
496
547
        list='$(SUBDIRS)'; for subdir in $$list; do \
497
548
          if test "$$subdir" = .; then :; else \
498
549
            test ! -f $$subdir/TAGS || \
499
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
550
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
500
551
          fi; \
501
552
        done; \
502
553
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
554
        unique=`for i in $$list; do \
504
555
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
556
          done | \
506
 
          $(AWK) '    { files[$$0] = 1; } \
507
 
               END { for (i in files) print i; }'`; \
508
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
557
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
558
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
559
        shift; \
 
560
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
509
561
          test -n "$$unique" || unique=$$empty_fix; \
510
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511
 
            $$tags $$unique; \
 
562
          if test $$# -gt 0; then \
 
563
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
564
              "$$@" $$unique; \
 
565
          else \
 
566
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
567
              $$unique; \
 
568
          fi; \
512
569
        fi
513
570
ctags: CTAGS
514
571
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
515
572
                $(TAGS_FILES) $(LISP)
516
 
        tags=; \
517
 
        here=`pwd`; \
518
573
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
519
574
        unique=`for i in $$list; do \
520
575
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521
576
          done | \
522
 
          $(AWK) '    { files[$$0] = 1; } \
523
 
               END { for (i in files) print i; }'`; \
524
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
577
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
578
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
579
        test -z "$(CTAGS_ARGS)$$unique" \
525
580
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526
 
             $$tags $$unique
 
581
             $$unique
527
582
 
528
583
GTAGS:
529
584
        here=`$(am__cd) $(top_builddir) && pwd` \
530
 
          && cd $(top_srcdir) \
531
 
          && gtags -i $(GTAGS_ARGS) $$here
 
585
          && $(am__cd) $(top_srcdir) \
 
586
          && gtags -i $(GTAGS_ARGS) "$$here"
532
587
 
533
588
distclean-tags:
534
589
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
590
 
536
591
distdir: $(DISTFILES)
537
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
538
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
539
 
        list='$(DISTFILES)'; for file in $$list; do \
540
 
          case $$file in \
541
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
542
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
543
 
          esac; \
 
592
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
593
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
594
        list='$(DISTFILES)'; \
 
595
          dist_files=`for file in $$list; do echo $$file; done | \
 
596
          sed -e "s|^$$srcdirstrip/||;t" \
 
597
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
598
        case $$dist_files in \
 
599
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
600
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
601
                           sort -u` ;; \
 
602
        esac; \
 
603
        for file in $$dist_files; do \
544
604
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
546
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
547
 
            dir="/$$dir"; \
548
 
            $(mkdir_p) "$(distdir)$$dir"; \
549
 
          else \
550
 
            dir=''; \
551
 
          fi; \
552
605
          if test -d $$d/$$file; then \
 
606
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
607
            if test -d "$(distdir)/$$file"; then \
 
608
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
609
            fi; \
553
610
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
611
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
612
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555
613
            fi; \
556
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
614
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557
615
          else \
558
 
            test -f $(distdir)/$$file \
559
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
616
            test -f "$(distdir)/$$file" \
 
617
            || cp -p $$d/$$file "$(distdir)/$$file" \
560
618
            || exit 1; \
561
619
          fi; \
562
620
        done
563
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
621
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
564
622
          if test "$$subdir" = .; then :; else \
565
623
            test -d "$(distdir)/$$subdir" \
566
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
624
            || $(MKDIR_P) "$(distdir)/$$subdir" \
567
625
            || exit 1; \
568
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
569
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
570
 
            (cd $$subdir && \
 
626
          fi; \
 
627
        done
 
628
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
629
          if test "$$subdir" = .; then :; else \
 
630
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
631
            $(am__relativize); \
 
632
            new_distdir=$$reldir; \
 
633
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
634
            $(am__relativize); \
 
635
            new_top_distdir=$$reldir; \
 
636
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
637
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
638
            ($(am__cd) $$subdir && \
571
639
              $(MAKE) $(AM_MAKEFLAGS) \
572
 
                top_distdir="$$top_distdir" \
573
 
                distdir="$$distdir/$$subdir" \
 
640
                top_distdir="$$new_top_distdir" \
 
641
                distdir="$$new_distdir" \
 
642
                am__remove_distdir=: \
 
643
                am__skip_length_check=: \
 
644
                am__skip_mode_fix=: \
574
645
                distdir) \
575
646
              || exit 1; \
576
647
          fi; \
582
653
installdirs: installdirs-recursive
583
654
installdirs-am:
584
655
        for dir in "$(DESTDIR)$(pythondir)"; do \
585
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
656
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
586
657
        done
587
658
install: install-recursive
588
659
install-exec: install-exec-recursive
605
676
 
606
677
distclean-generic:
607
678
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
679
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
608
680
 
609
681
maintainer-clean-generic:
610
682
        @echo "This command is intended for maintainers to use"
619
691
        -rm -rf ./$(DEPDIR)
620
692
        -rm -f Makefile
621
693
distclean-am: clean-am distclean-compile distclean-generic \
622
 
        distclean-libtool distclean-tags
 
694
        distclean-tags
623
695
 
624
696
dvi: dvi-recursive
625
697
 
627
699
 
628
700
html: html-recursive
629
701
 
 
702
html-am:
 
703
 
630
704
info: info-recursive
631
705
 
632
706
info-am:
633
707
 
634
708
install-data-am: install-data-local install-pythonLTLIBRARIES
635
709
 
 
710
install-dvi: install-dvi-recursive
 
711
 
 
712
install-dvi-am:
 
713
 
636
714
install-exec-am:
637
715
 
 
716
install-html: install-html-recursive
 
717
 
 
718
install-html-am:
 
719
 
638
720
install-info: install-info-recursive
639
721
 
 
722
install-info-am:
 
723
 
640
724
install-man:
641
725
 
 
726
install-pdf: install-pdf-recursive
 
727
 
 
728
install-pdf-am:
 
729
 
 
730
install-ps: install-ps-recursive
 
731
 
 
732
install-ps-am:
 
733
 
642
734
installcheck-am:
643
735
 
644
736
maintainer-clean: maintainer-clean-recursive
659
751
 
660
752
ps-am:
661
753
 
662
 
uninstall-am: uninstall-info-am uninstall-pythonLTLIBRARIES
663
 
 
664
 
uninstall-info: uninstall-info-recursive
665
 
 
666
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local check \
667
 
        check-am clean clean-generic clean-libtool \
668
 
        clean-pythonLTLIBRARIES clean-recursive ctags ctags-recursive \
 
754
uninstall-am: uninstall-pythonLTLIBRARIES
 
755
 
 
756
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
757
        install-am install-strip tags-recursive
 
758
 
 
759
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
760
        all all-am all-local check check-am clean clean-generic \
 
761
        clean-libtool clean-pythonLTLIBRARIES ctags ctags-recursive \
669
762
        distclean distclean-compile distclean-generic \
670
 
        distclean-libtool distclean-recursive distclean-tags distdir \
671
 
        dvi dvi-am html html-am info info-am install install-am \
672
 
        install-data install-data-am install-data-local install-exec \
673
 
        install-exec-am install-info install-info-am install-man \
 
763
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
764
        html-am info info-am install install-am install-data \
 
765
        install-data-am install-data-local install-dvi install-dvi-am \
 
766
        install-exec install-exec-am install-html install-html-am \
 
767
        install-info install-info-am install-man install-pdf \
 
768
        install-pdf-am install-ps install-ps-am \
674
769
        install-pythonLTLIBRARIES install-strip installcheck \
675
770
        installcheck-am installdirs installdirs-am maintainer-clean \
676
 
        maintainer-clean-generic maintainer-clean-recursive \
677
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
678
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
679
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
771
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
772
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
773
        tags tags-recursive uninstall uninstall-am \
680
774
        uninstall-pythonLTLIBRARIES
681
775
 
682
776
 
703
797
@WITH_PYTHON_FALSE@all: 
704
798
tests test: all
705
799
        cd tests && $(MAKE) tests
 
800
 
706
801
# Tell versions [3.59,3.63) of GNU make to not export all variables.
707
802
# Otherwise a system limit (for SysV at least) may be exceeded.
708
803
.NOEXPORT: