source: trunk/third/libxslt/python/Makefile.in @ 18543

Revision 18543, 16.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18542, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# Makefile for libxml2 python library
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CFLAGS = @CFLAGS@
67CPPFLAGS = @CPPFLAGS@
68DLLTOOL = @DLLTOOL@
69ECHO = @ECHO@
70EXEEXT = @EXEEXT@
71EXTRA_LIBS = @EXTRA_LIBS@
72HTML_DIR = @HTML_DIR@
73INSTALLED_XSLT_LIB = @INSTALLED_XSLT_LIB@
74LDFLAGS = @LDFLAGS@
75LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
76LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
77LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
78LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
79LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
80LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
81LIBTOOL = @LIBTOOL@
82LIBXML_CFLAGS = @LIBXML_CFLAGS@
83LIBXML_LIBS = @LIBXML_LIBS@
84LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
85LIBXSLTBREAK_MAJOR_VERSION = @LIBXSLTBREAK_MAJOR_VERSION@
86LIBXSLTBREAK_MICRO_VERSION = @LIBXSLTBREAK_MICRO_VERSION@
87LIBXSLTBREAK_MINOR_VERSION = @LIBXSLTBREAK_MINOR_VERSION@
88LIBXSLTBREAK_VERSION = @LIBXSLTBREAK_VERSION@
89LIBXSLTBREAK_VERSION_INFO = @LIBXSLTBREAK_VERSION_INFO@
90LIBXSLTBREAK_VERSION_NUMBER = @LIBXSLTBREAK_VERSION_NUMBER@
91LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
92LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
93LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
94LIBXSLT_VERSION = @LIBXSLT_VERSION@
95LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
96LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
97LN_S = @LN_S@
98MAINT = @MAINT@
99MAKEINFO = @MAKEINFO@
100M_LIBS = @M_LIBS@
101OBJDUMP = @OBJDUMP@
102OBJEXT = @OBJEXT@
103PACKAGE = @PACKAGE@
104PERL = @PERL@
105PYTHON = @PYTHON@
106PYTHONSODV = @PYTHONSODV@
107PYTHON_INCLUDES = @PYTHON_INCLUDES@
108PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
109PYTHON_SUBDIR = @PYTHON_SUBDIR@
110PYTHON_VERSION = @PYTHON_VERSION@
111RANLIB = @RANLIB@
112RELDATE = @RELDATE@
113STRIP = @STRIP@
114VERSION = @VERSION@
115WITH_DEBUGGER = @WITH_DEBUGGER@
116WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
117WITH_TRIO = @WITH_TRIO@
118WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
119XML_CONFIG = @XML_CONFIG@
120XSLTPROCDV = @XSLTPROCDV@
121XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
122XSLT_LIBDIR = @XSLT_LIBDIR@
123XSLT_LIBS = @XSLT_LIBS@
124
125AUTOMAKE_OPTIONS = 1.4 foreign
126
127SUBDIRS = . tests
128
129INCLUDES = \
130        -I$(PYTHON_INCLUDES) \
131         $(LIBXML_CFLAGS) \
132        -I$(top_srcdir)
133
134
135DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
136# libxsltclass.txt is generated
137DOCS = TODO
138
139EXTRA_DIST = \
140        libxslt.c               \
141        types.c                 \
142        generator.py            \
143        libxml_wrap.h           \
144        libxslt_wrap.h          \
145        libxsl.py               \
146        libxslt-python-api.xml  \
147        $(DOCS)
148
149
150libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \
151                        -L$(top_builddir)/libexslt/.libs
152
153
154@WITH_PYTHON_TRUE@mylibs = @WITH_PYTHON_TRUE@\
155@WITH_PYTHON_TRUE@      $(top_builddir)/libxslt/libxslt.la \
156@WITH_PYTHON_TRUE@      $(top_builddir)/libexslt/libexslt.la
157
158@WITH_PYTHON_TRUE@pythondir = @WITH_PYTHON_TRUE@$(libdir)/python${PYTHON_VERSION}/site-packages
159@WITH_PYTHON_TRUE@python_LTLIBRARIES = @WITH_PYTHON_TRUE@libxsltmod.la
160
161@WITH_PYTHON_TRUE@libxsltmod_la_SOURCES = @WITH_PYTHON_TRUE@libxslt.c types.c libxslt-py.c
162@WITH_PYTHON_TRUE@libxsltmod_la_LIBADD = @WITH_PYTHON_TRUE@$(mylibs)
163
164@WITH_PYTHON_TRUE@GENERATE = @WITH_PYTHON_TRUE@generator.py
165@WITH_PYTHON_TRUE@API_DESC = @WITH_PYTHON_TRUE@$(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml
166@WITH_PYTHON_TRUE@GENERATED = @WITH_PYTHON_TRUE@$(srcdir)/libxsltclass.py \
167@WITH_PYTHON_TRUE@           $(srcdir)/libxslt-export.c \
168@WITH_PYTHON_TRUE@         $(srcdir)/libxslt-py.c \
169@WITH_PYTHON_TRUE@         $(srcdir)/libxslt-py.h
170mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
171CONFIG_HEADER = ../config.h
172CONFIG_CLEAN_FILES =
173LTLIBRARIES =  $(python_LTLIBRARIES)
174
175
176DEFS = @DEFS@ -I. -I$(srcdir) -I..
177LIBS = @LIBS@
178@WITH_PYTHON_TRUE@libxsltmod_la_DEPENDENCIES =  \
179@WITH_PYTHON_TRUE@$(top_builddir)/libxslt/libxslt.la \
180@WITH_PYTHON_TRUE@$(top_builddir)/libexslt/libexslt.la
181@WITH_PYTHON_TRUE@libxsltmod_la_OBJECTS =  libxslt.lo types.lo \
182@WITH_PYTHON_TRUE@libxslt-py.lo
183COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185CCLD = $(CC)
186LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
187DIST_COMMON =  Makefile.am Makefile.in TODO
188
189
190DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
191
192TAR = gtar
193GZIP_ENV = --best
194SOURCES = $(libxsltmod_la_SOURCES)
195OBJECTS = $(libxsltmod_la_OBJECTS)
196
197all: all-redirect
198.SUFFIXES:
199.SUFFIXES: .S .c .lo .o .obj .s
200$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
201        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps python/Makefile
202
203Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
204        cd $(top_builddir) \
205          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
206
207
208mostlyclean-pythonLTLIBRARIES:
209
210clean-pythonLTLIBRARIES:
211        -test -z "$(python_LTLIBRARIES)" || rm -f $(python_LTLIBRARIES)
212
213distclean-pythonLTLIBRARIES:
214
215maintainer-clean-pythonLTLIBRARIES:
216
217install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
218        @$(NORMAL_INSTALL)
219        $(mkinstalldirs) $(DESTDIR)$(pythondir)
220        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
221          if test -f $$p; then \
222            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pythondir)/$$p"; \
223            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pythondir)/$$p; \
224          else :; fi; \
225        done
226
227uninstall-pythonLTLIBRARIES:
228        @$(NORMAL_UNINSTALL)
229        list='$(python_LTLIBRARIES)'; for p in $$list; do \
230          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pythondir)/$$p; \
231        done
232
233.c.o:
234        $(COMPILE) -c $<
235
236# FIXME: We should only use cygpath when building on Windows,
237# and only if it is available.
238.c.obj:
239        $(COMPILE) -c `cygpath -w $<`
240
241.s.o:
242        $(COMPILE) -c $<
243
244.S.o:
245        $(COMPILE) -c $<
246
247mostlyclean-compile:
248        -rm -f *.o core *.core
249        -rm -f *.$(OBJEXT)
250
251clean-compile:
252
253distclean-compile:
254        -rm -f *.tab.c
255
256maintainer-clean-compile:
257
258.c.lo:
259        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
260
261.s.lo:
262        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
263
264.S.lo:
265        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
266
267mostlyclean-libtool:
268        -rm -f *.lo
269
270clean-libtool:
271        -rm -rf .libs _libs
272
273distclean-libtool:
274
275maintainer-clean-libtool:
276
277libxsltmod.la: $(libxsltmod_la_OBJECTS) $(libxsltmod_la_DEPENDENCIES)
278        $(LINK) -rpath $(pythondir) $(libxsltmod_la_LDFLAGS) $(libxsltmod_la_OBJECTS) $(libxsltmod_la_LIBADD) $(LIBS)
279
280# This directory's subdirectories are mostly independent; you can cd
281# into them and run `make' without going through this Makefile.
282# To change the values of `make' variables: instead of editing Makefiles,
283# (1) if the variable is set in `config.status', edit `config.status'
284#     (which will cause the Makefiles to be regenerated when you run `make');
285# (2) otherwise, pass the desired values on the `make' command line.
286
287@SET_MAKE@
288
289all-recursive install-data-recursive install-exec-recursive \
290installdirs-recursive install-recursive uninstall-recursive  \
291check-recursive installcheck-recursive info-recursive dvi-recursive:
292        @set fnord $(MAKEFLAGS); amf=$$2; \
293        dot_seen=no; \
294        target=`echo $@ | sed s/-recursive//`; \
295        list='$(SUBDIRS)'; for subdir in $$list; do \
296          echo "Making $$target in $$subdir"; \
297          if test "$$subdir" = "."; then \
298            dot_seen=yes; \
299            local_target="$$target-am"; \
300          else \
301            local_target="$$target"; \
302          fi; \
303          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305        done; \
306        if test "$$dot_seen" = "no"; then \
307          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
308        fi; test -z "$$fail"
309
310mostlyclean-recursive clean-recursive distclean-recursive \
311maintainer-clean-recursive:
312        @set fnord $(MAKEFLAGS); amf=$$2; \
313        dot_seen=no; \
314        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
315          rev="$$subdir $$rev"; \
316          test "$$subdir" != "." || dot_seen=yes; \
317        done; \
318        test "$$dot_seen" = "no" && rev=". $$rev"; \
319        target=`echo $@ | sed s/-recursive//`; \
320        for subdir in $$rev; do \
321          echo "Making $$target in $$subdir"; \
322          if test "$$subdir" = "."; then \
323            local_target="$$target-am"; \
324          else \
325            local_target="$$target"; \
326          fi; \
327          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
329        done && test -z "$$fail"
330tags-recursive:
331        list='$(SUBDIRS)'; for subdir in $$list; do \
332          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
333        done
334
335tags: TAGS
336
337ID: $(HEADERS) $(SOURCES) $(LISP)
338        list='$(SOURCES) $(HEADERS)'; \
339        unique=`for i in $$list; do echo $$i; done | \
340          awk '    { files[$$0] = 1; } \
341               END { for (i in files) print i; }'`; \
342        here=`pwd` && cd $(srcdir) \
343          && mkid -f$$here/ID $$unique $(LISP)
344
345TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
346        tags=; \
347        here=`pwd`; \
348        list='$(SUBDIRS)'; for subdir in $$list; do \
349   if test "$$subdir" = .; then :; else \
350            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
351   fi; \
352        done; \
353        list='$(SOURCES) $(HEADERS)'; \
354        unique=`for i in $$list; do echo $$i; done | \
355          awk '    { files[$$0] = 1; } \
356               END { for (i in files) print i; }'`; \
357        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
358          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
359
360mostlyclean-tags:
361
362clean-tags:
363
364distclean-tags:
365        -rm -f TAGS ID
366
367maintainer-clean-tags:
368
369distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
370
371subdir = python
372
373distdir: $(DISTFILES)
374        @for file in $(DISTFILES); do \
375          d=$(srcdir); \
376          if test -d $$d/$$file; then \
377            cp -pr $$d/$$file $(distdir)/$$file; \
378          else \
379            test -f $(distdir)/$$file \
380            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
381            || cp -p $$d/$$file $(distdir)/$$file || :; \
382          fi; \
383        done
384        for subdir in $(SUBDIRS); do \
385          if test "$$subdir" = .; then :; else \
386            test -d $(distdir)/$$subdir \
387            || mkdir $(distdir)/$$subdir \
388            || exit 1; \
389            chmod 777 $(distdir)/$$subdir; \
390            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
391              || exit 1; \
392          fi; \
393        done
394libxslt-py.lo libxslt-py.o : libxslt-py.c ../libxslt/xsltconfig.h \
395        libxslt_wrap.h libxml_wrap.h ../libxslt/xslt.h \
396        ../libxslt/xsltInternals.h ../libxslt/numbersInternals.h \
397        ../libxslt/xsltutils.h ../libxslt/attributes.h \
398        ../libxslt/documents.h ../libxslt/extensions.h \
399        ../libxslt/extra.h ../libxslt/functions.h ../libxslt/imports.h \
400        ../libxslt/keys.h ../libxslt/namespaces.h ../libxslt/pattern.h \
401        ../libxslt/preproc.h ../libxslt/templates.h \
402        ../libxslt/transform.h ../libxslt/variables.h libxslt-py.h
403libxslt.lo libxslt.o : libxslt.c libxslt_wrap.h libxml_wrap.h \
404        ../libxslt/xslt.h ../libxslt/xsltInternals.h \
405        ../libxslt/numbersInternals.h ../libxslt/xsltutils.h \
406        ../libxslt/xsltconfig.h ../libxslt/attributes.h \
407        ../libxslt/documents.h ../libxslt/extensions.h \
408        ../libxslt/extra.h ../libxslt/functions.h ../libxslt/imports.h \
409        ../libxslt/keys.h ../libxslt/namespaces.h ../libxslt/pattern.h \
410        ../libxslt/preproc.h ../libxslt/templates.h \
411        ../libxslt/transform.h ../libxslt/variables.h libxslt-py.h \
412        libxslt-export.c
413types.lo types.o : types.c libxml_wrap.h
414
415info-am:
416info: info-recursive
417dvi-am:
418dvi: dvi-recursive
419check-am: all-am
420check: check-recursive
421installcheck-am:
422installcheck: installcheck-recursive
423install-exec-am:
424install-exec: install-exec-recursive
425
426install-data-am: install-pythonLTLIBRARIES install-data-local
427install-data: install-data-recursive
428
429install-am: all-am
430        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
431install: install-recursive
432uninstall-am: uninstall-pythonLTLIBRARIES
433uninstall: uninstall-recursive
434all-am: Makefile $(LTLIBRARIES) all-local
435all-redirect: all-recursive
436install-strip:
437        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
438installdirs: installdirs-recursive
439installdirs-am:
440        $(mkinstalldirs)  $(DESTDIR)$(pythondir)
441
442
443mostlyclean-generic:
444
445clean-generic:
446
447distclean-generic:
448        -rm -f Makefile $(CONFIG_CLEAN_FILES)
449        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
450
451maintainer-clean-generic:
452mostlyclean-am:  mostlyclean-pythonLTLIBRARIES mostlyclean-compile \
453                mostlyclean-libtool mostlyclean-tags \
454                mostlyclean-generic
455
456mostlyclean: mostlyclean-recursive
457
458clean-am:  clean-pythonLTLIBRARIES clean-compile clean-libtool \
459                clean-tags clean-generic mostlyclean-am
460
461clean: clean-recursive
462
463distclean-am:  distclean-pythonLTLIBRARIES distclean-compile \
464                distclean-libtool distclean-tags distclean-generic \
465                clean-am
466        -rm -f libtool
467
468distclean: distclean-recursive
469
470maintainer-clean-am:  maintainer-clean-pythonLTLIBRARIES \
471                maintainer-clean-compile maintainer-clean-libtool \
472                maintainer-clean-tags maintainer-clean-generic \
473                distclean-am
474        @echo "This command is intended for maintainers to use;"
475        @echo "it deletes files that may require special tools to rebuild."
476
477maintainer-clean: maintainer-clean-recursive
478
479.PHONY: mostlyclean-pythonLTLIBRARIES distclean-pythonLTLIBRARIES \
480clean-pythonLTLIBRARIES maintainer-clean-pythonLTLIBRARIES \
481uninstall-pythonLTLIBRARIES install-pythonLTLIBRARIES \
482mostlyclean-compile distclean-compile clean-compile \
483maintainer-clean-compile mostlyclean-libtool distclean-libtool \
484clean-libtool maintainer-clean-libtool install-data-recursive \
485uninstall-data-recursive install-exec-recursive \
486uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
487all-recursive check-recursive installcheck-recursive info-recursive \
488dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
489maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
490distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
491dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
492install-exec install-data-local install-data-am install-data install-am \
493install uninstall-am uninstall all-local all-redirect all-am all \
494installdirs-am installdirs mostlyclean-generic distclean-generic \
495clean-generic maintainer-clean-generic clean mostlyclean distclean \
496maintainer-clean
497
498
499@WITH_PYTHON_TRUE@all-local: libxslt.py
500
501@WITH_PYTHON_TRUE@libxslt.py: $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py
502@WITH_PYTHON_TRUE@      cat $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py > libxslt.py
503
504@WITH_PYTHON_TRUE@install-data-local:
505@WITH_PYTHON_TRUE@      $(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
506@WITH_PYTHON_TRUE@      @INSTALL@ -m 0644 libxslt.py $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
507@WITH_PYTHON_TRUE@      $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
508@WITH_PYTHON_TRUE@      @(for doc in $(DOCS) ; \
509@WITH_PYTHON_TRUE@         do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
510
511@WITH_PYTHON_TRUE@$(GENERATED): gen_prog
512
513@WITH_PYTHON_TRUE@gen_prog:  $(srcdir)/$(GENERATE) $(API_DESC)
514@WITH_PYTHON_TRUE@      cd $(srcdir) && $(PYTHON) $(GENERATE)
515@WITH_PYTHON_TRUE@      touch gen_prog
516
517@WITH_PYTHON_TRUE@$(libxsltmod_la_OBJECTS): $(GENERATED)
518
519@WITH_PYTHON_FALSE@all:
520tests test: all
521        cd tests && $(MAKE) tests
522
523clean:
524        rm -f $(GENERATED) *.o libxslt.so *.pyc libxslt.py gen_prog
525
526# Tell versions [3.59,3.63) of GNU make to not export all variables.
527# Otherwise a system limit (for SysV at least) may be exceeded.
528.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.