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

Revision 18543, 18.1 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CFLAGS = @CFLAGS@
65CPPFLAGS = @CPPFLAGS@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69EXTRA_LIBS = @EXTRA_LIBS@
70HTML_DIR = @HTML_DIR@
71INSTALLED_XSLT_LIB = @INSTALLED_XSLT_LIB@
72LDFLAGS = @LDFLAGS@
73LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
74LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
75LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
76LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
77LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
78LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
79LIBTOOL = @LIBTOOL@
80LIBXML_CFLAGS = @LIBXML_CFLAGS@
81LIBXML_LIBS = @LIBXML_LIBS@
82LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
83LIBXSLTBREAK_MAJOR_VERSION = @LIBXSLTBREAK_MAJOR_VERSION@
84LIBXSLTBREAK_MICRO_VERSION = @LIBXSLTBREAK_MICRO_VERSION@
85LIBXSLTBREAK_MINOR_VERSION = @LIBXSLTBREAK_MINOR_VERSION@
86LIBXSLTBREAK_VERSION = @LIBXSLTBREAK_VERSION@
87LIBXSLTBREAK_VERSION_INFO = @LIBXSLTBREAK_VERSION_INFO@
88LIBXSLTBREAK_VERSION_NUMBER = @LIBXSLTBREAK_VERSION_NUMBER@
89LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
90LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
91LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
92LIBXSLT_VERSION = @LIBXSLT_VERSION@
93LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
94LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
95LN_S = @LN_S@
96MAINT = @MAINT@
97MAKEINFO = @MAKEINFO@
98M_LIBS = @M_LIBS@
99OBJDUMP = @OBJDUMP@
100OBJEXT = @OBJEXT@
101PACKAGE = @PACKAGE@
102PERL = @PERL@
103PYTHON = @PYTHON@
104PYTHONSODV = @PYTHONSODV@
105PYTHON_INCLUDES = @PYTHON_INCLUDES@
106PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
107PYTHON_SUBDIR = @PYTHON_SUBDIR@
108PYTHON_VERSION = @PYTHON_VERSION@
109RANLIB = @RANLIB@
110RELDATE = @RELDATE@
111STRIP = @STRIP@
112VERSION = @VERSION@
113WITH_DEBUGGER = @WITH_DEBUGGER@
114WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
115WITH_TRIO = @WITH_TRIO@
116WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
117XML_CONFIG = @XML_CONFIG@
118XSLTPROCDV = @XSLTPROCDV@
119XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
120XSLT_LIBDIR = @XSLT_LIBDIR@
121XSLT_LIBS = @XSLT_LIBS@
122@WITH_DEBUGGER_TRUE@SUBDIRS = @WITH_DEBUGGER_TRUE@\
123@WITH_DEBUGGER_TRUE@    libxslt \
124@WITH_DEBUGGER_TRUE@    breakpoint \
125@WITH_DEBUGGER_TRUE@    libexslt \
126@WITH_DEBUGGER_TRUE@    xsltproc \
127@WITH_DEBUGGER_TRUE@    doc \
128@WITH_DEBUGGER_TRUE@    @PYTHON_SUBDIR@ \
129@WITH_DEBUGGER_TRUE@    tests
130@WITH_DEBUGGER_FALSE@SUBDIRS = @WITH_DEBUGGER_FALSE@\
131@WITH_DEBUGGER_FALSE@   libxslt \
132@WITH_DEBUGGER_FALSE@   libexslt \
133@WITH_DEBUGGER_FALSE@   xsltproc \
134@WITH_DEBUGGER_FALSE@   doc \
135@WITH_DEBUGGER_FALSE@   @PYTHON_SUBDIR@ \
136@WITH_DEBUGGER_FALSE@   tests
137
138DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint
139
140confexecdir = $(libdir)
141confexec_DATA = xsltConf.sh
142
143bin_SCRIPTS = xslt-config
144
145EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
146             FEATURES TODO Copyright libxslt.m4 \
147             win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \
148             win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp
149
150
151pkgconfigdir = $(libdir)/pkgconfig
152pkgconfig_DATA = libxslt.pc
153
154m4datadir = $(datadir)/aclocal
155m4data_DATA = libxslt.m4
156ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
157mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
158CONFIG_HEADER = config.h
159CONFIG_CLEAN_FILES =  libxslt.pc xslt-config libxslt.spec
160SCRIPTS =  $(bin_SCRIPTS)
161
162DATA =  $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA)
163
164DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
165Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
166config.h.in config.sub configure configure.in install-sh libxslt.pc.in \
167libxslt.spec.in ltconfig ltmain.sh missing mkinstalldirs xslt-config.in
168
169
170DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
171
172TAR = gtar
173GZIP_ENV = --best
174all: all-redirect
175.SUFFIXES:
176$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
177        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
178
179Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
180        cd $(top_builddir) \
181          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
182
183$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
184        cd $(srcdir) && $(ACLOCAL)
185
186config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
187        $(SHELL) ./config.status --recheck
188$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
189        cd $(srcdir) && $(AUTOCONF)
190
191config.h: stamp-h
192        @if test ! -f $@; then \
193                rm -f stamp-h; \
194                $(MAKE) stamp-h; \
195        else :; fi
196stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
197        cd $(top_builddir) \
198          && CONFIG_FILES= CONFIG_HEADERS=config.h \
199             $(SHELL) ./config.status
200        @echo timestamp > stamp-h 2> /dev/null
201$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
202        @if test ! -f $@; then \
203                rm -f $(srcdir)/stamp-h.in; \
204                $(MAKE) $(srcdir)/stamp-h.in; \
205        else :; fi
206$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
207        cd $(top_srcdir) && $(AUTOHEADER)
208        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
209
210mostlyclean-hdr:
211
212clean-hdr:
213
214distclean-hdr:
215        -rm -f config.h
216
217maintainer-clean-hdr:
218libxslt.pc: $(top_builddir)/config.status libxslt.pc.in
219        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
220xslt-config: $(top_builddir)/config.status xslt-config.in
221        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
222libxslt.spec: $(top_builddir)/config.status libxslt.spec.in
223        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
224
225install-binSCRIPTS: $(bin_SCRIPTS)
226        @$(NORMAL_INSTALL)
227        $(mkinstalldirs) $(DESTDIR)$(bindir)
228        @list='$(bin_SCRIPTS)'; for p in $$list; do \
229          if test -f $$p; then \
230            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
231            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
232          else if test -f $(srcdir)/$$p; then \
233            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
234            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
235          else :; fi; fi; \
236        done
237
238uninstall-binSCRIPTS:
239        @$(NORMAL_UNINSTALL)
240        list='$(bin_SCRIPTS)'; for p in $$list; do \
241          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
242        done
243
244install-confexecDATA: $(confexec_DATA)
245        @$(NORMAL_INSTALL)
246        $(mkinstalldirs) $(DESTDIR)$(confexecdir)
247        @list='$(confexec_DATA)'; for p in $$list; do \
248          if test -f $(srcdir)/$$p; then \
249            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p"; \
250            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p; \
251          else if test -f $$p; then \
252            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p"; \
253            $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p; \
254          fi; fi; \
255        done
256
257uninstall-confexecDATA:
258        @$(NORMAL_UNINSTALL)
259        list='$(confexec_DATA)'; for p in $$list; do \
260          rm -f $(DESTDIR)$(confexecdir)/$$p; \
261        done
262
263install-m4dataDATA: $(m4data_DATA)
264        @$(NORMAL_INSTALL)
265        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
266        @list='$(m4data_DATA)'; for p in $$list; do \
267          if test -f $(srcdir)/$$p; then \
268            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
269            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
270          else if test -f $$p; then \
271            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
272            $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
273          fi; fi; \
274        done
275
276uninstall-m4dataDATA:
277        @$(NORMAL_UNINSTALL)
278        list='$(m4data_DATA)'; for p in $$list; do \
279          rm -f $(DESTDIR)$(m4datadir)/$$p; \
280        done
281
282install-pkgconfigDATA: $(pkgconfig_DATA)
283        @$(NORMAL_INSTALL)
284        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
285        @list='$(pkgconfig_DATA)'; for p in $$list; do \
286          if test -f $(srcdir)/$$p; then \
287            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
288            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
289          else if test -f $$p; then \
290            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
291            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
292          fi; fi; \
293        done
294
295uninstall-pkgconfigDATA:
296        @$(NORMAL_UNINSTALL)
297        list='$(pkgconfig_DATA)'; for p in $$list; do \
298          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
299        done
300
301# This directory's subdirectories are mostly independent; you can cd
302# into them and run `make' without going through this Makefile.
303# To change the values of `make' variables: instead of editing Makefiles,
304# (1) if the variable is set in `config.status', edit `config.status'
305#     (which will cause the Makefiles to be regenerated when you run `make');
306# (2) otherwise, pass the desired values on the `make' command line.
307
308@SET_MAKE@
309
310all-recursive install-data-recursive install-exec-recursive \
311installdirs-recursive install-recursive uninstall-recursive  \
312check-recursive installcheck-recursive info-recursive dvi-recursive:
313        @set fnord $(MAKEFLAGS); amf=$$2; \
314        dot_seen=no; \
315        target=`echo $@ | sed s/-recursive//`; \
316        list='$(SUBDIRS)'; for subdir in $$list; do \
317          echo "Making $$target in $$subdir"; \
318          if test "$$subdir" = "."; then \
319            dot_seen=yes; \
320            local_target="$$target-am"; \
321          else \
322            local_target="$$target"; \
323          fi; \
324          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
326        done; \
327        if test "$$dot_seen" = "no"; then \
328          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
329        fi; test -z "$$fail"
330
331mostlyclean-recursive clean-recursive distclean-recursive \
332maintainer-clean-recursive:
333        @set fnord $(MAKEFLAGS); amf=$$2; \
334        dot_seen=no; \
335        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
336          rev="$$subdir $$rev"; \
337          test "$$subdir" != "." || dot_seen=yes; \
338        done; \
339        test "$$dot_seen" = "no" && rev=". $$rev"; \
340        target=`echo $@ | sed s/-recursive//`; \
341        for subdir in $$rev; do \
342          echo "Making $$target in $$subdir"; \
343          if test "$$subdir" = "."; then \
344            local_target="$$target-am"; \
345          else \
346            local_target="$$target"; \
347          fi; \
348          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
350        done && test -z "$$fail"
351tags-recursive:
352        list='$(SUBDIRS)'; for subdir in $$list; do \
353          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354        done
355
356tags: TAGS
357
358ID: $(HEADERS) $(SOURCES) $(LISP)
359        list='$(SOURCES) $(HEADERS)'; \
360        unique=`for i in $$list; do echo $$i; done | \
361          awk '    { files[$$0] = 1; } \
362               END { for (i in files) print i; }'`; \
363        here=`pwd` && cd $(srcdir) \
364          && mkid -f$$here/ID $$unique $(LISP)
365
366TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
367        tags=; \
368        here=`pwd`; \
369        list='$(SUBDIRS)'; for subdir in $$list; do \
370   if test "$$subdir" = .; then :; else \
371            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
372   fi; \
373        done; \
374        list='$(SOURCES) $(HEADERS)'; \
375        unique=`for i in $$list; do echo $$i; done | \
376          awk '    { files[$$0] = 1; } \
377               END { for (i in files) print i; }'`; \
378        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
379          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
380
381mostlyclean-tags:
382
383clean-tags:
384
385distclean-tags:
386        -rm -f TAGS ID
387
388maintainer-clean-tags:
389
390distdir = $(PACKAGE)-$(VERSION)
391top_distdir = $(distdir)
392
393# This target untars the dist file and tries a VPATH configuration.  Then
394# it guarantees that the distribution is self-contained by making another
395# tarfile.
396distcheck: dist
397        -rm -rf $(distdir)
398        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
399        mkdir $(distdir)/=build
400        mkdir $(distdir)/=inst
401        dc_install_base=`cd $(distdir)/=inst && pwd`; \
402        cd $(distdir)/=build \
403          && ../configure --srcdir=.. --prefix=$$dc_install_base \
404          && $(MAKE) $(AM_MAKEFLAGS) \
405          && $(MAKE) $(AM_MAKEFLAGS) dvi \
406          && $(MAKE) $(AM_MAKEFLAGS) check \
407          && $(MAKE) $(AM_MAKEFLAGS) install \
408          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
409          && $(MAKE) $(AM_MAKEFLAGS) dist
410        -rm -rf $(distdir)
411        @banner="$(distdir).tar.gz is ready for distribution"; \
412        dashes=`echo "$$banner" | sed s/./=/g`; \
413        echo "$$dashes"; \
414        echo "$$banner"; \
415        echo "$$dashes"
416dist: distdir
417        -chmod -R a+r $(distdir)
418        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
419        -rm -rf $(distdir)
420dist-all: distdir
421        -chmod -R a+r $(distdir)
422        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
423        -rm -rf $(distdir)
424distdir: $(DISTFILES)
425        -rm -rf $(distdir)
426        mkdir $(distdir)
427        -chmod 777 $(distdir)
428        $(mkinstalldirs) $(distdir)/win32/libxslt
429        @for file in $(DISTFILES); do \
430          d=$(srcdir); \
431          if test -d $$d/$$file; then \
432            cp -pr $$d/$$file $(distdir)/$$file; \
433          else \
434            test -f $(distdir)/$$file \
435            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
436            || cp -p $$d/$$file $(distdir)/$$file || :; \
437          fi; \
438        done
439        for subdir in $(DIST_SUBDIRS); do \
440          if test "$$subdir" = .; then :; else \
441            test -d $(distdir)/$$subdir \
442            || mkdir $(distdir)/$$subdir \
443            || exit 1; \
444            chmod 777 $(distdir)/$$subdir; \
445            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
446              || exit 1; \
447          fi; \
448        done
449        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
450info-am:
451info: info-recursive
452dvi-am:
453dvi: dvi-recursive
454check-am: all-am
455        $(MAKE) $(AM_MAKEFLAGS) check-local
456check: check-recursive
457installcheck-am:
458installcheck: installcheck-recursive
459all-recursive-am: config.h
460        $(MAKE) $(AM_MAKEFLAGS) all-recursive
461
462install-exec-am: install-binSCRIPTS install-confexecDATA
463install-exec: install-exec-recursive
464
465install-data-am: install-m4dataDATA install-pkgconfigDATA
466install-data: install-data-recursive
467
468install-am: all-am
469        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
470install: install-recursive
471uninstall-am: uninstall-binSCRIPTS uninstall-confexecDATA \
472                uninstall-m4dataDATA uninstall-pkgconfigDATA
473uninstall: uninstall-recursive
474all-am: Makefile $(SCRIPTS) $(DATA) config.h
475all-redirect: all-recursive-am
476install-strip:
477        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
478installdirs: installdirs-recursive
479installdirs-am:
480        $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(confexecdir) \
481                $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir)
482
483
484mostlyclean-generic:
485
486clean-generic:
487
488distclean-generic:
489        -rm -f Makefile $(CONFIG_CLEAN_FILES)
490        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
491
492maintainer-clean-generic:
493mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
494
495mostlyclean: mostlyclean-recursive
496
497clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
498
499clean: clean-recursive
500
501distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
502        -rm -f libtool
503
504distclean: distclean-recursive
505        -rm -f config.status
506
507maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
508                maintainer-clean-generic distclean-am
509        @echo "This command is intended for maintainers to use;"
510        @echo "it deletes files that may require special tools to rebuild."
511
512maintainer-clean: maintainer-clean-recursive
513        -rm -f config.status
514
515.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
516uninstall-binSCRIPTS install-binSCRIPTS uninstall-confexecDATA \
517install-confexecDATA uninstall-m4dataDATA install-m4dataDATA \
518uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
519uninstall-data-recursive install-exec-recursive \
520uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
521all-recursive check-recursive installcheck-recursive info-recursive \
522dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
523maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
524distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
525dvi-am dvi check-local check check-am installcheck-am installcheck \
526all-recursive-am install-exec-am install-exec install-data-am \
527install-data install-am install uninstall-am uninstall all-redirect \
528all-am all installdirs-am installdirs mostlyclean-generic \
529distclean-generic clean-generic maintainer-clean-generic clean \
530mostlyclean distclean maintainer-clean
531
532
533dist-hook: libxslt.spec
534        (cd $(srcdir) ; tar -cf - --exclude CVS win32 vms) | (cd $(distdir); tar xf -)
535
536xsltConf.sh: xsltConf.sh.in Makefile
537        sed -e 's?\@XSLT_LIBDIR\@?$(XSLT_LIBDIR)?g' \
538            -e 's?\@XSLT_INCLUDEDIR\@?$(XSLT_INCLUDEDIR)?g' \
539            -e 's?\@VERSION\@?$(VERSION)?g' \
540            -e 's?\@XSLT_LIBS\@?$(XSLT_LIBS)?g' \
541               < $(srcdir)/xsltConf.sh.in > xsltConf.tmp \
542        && mv xsltConf.tmp xsltConf.sh
543
544check-local: tests
545
546dummy:
547
548tests: dummy
549        @(cd tests ; $(MAKE) tests)
550        @(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; $(MAKE) tests ; fi)
551
552valgrind:
553        @echo '## Running the regression tests under Valgrind'
554        @echo '## Go get a cup of coffee it is gonna take a while ...'
555        @(cd tests ; $(MAKE) CHECKER='valgrind -q' tests)
556
557cleantar:
558        @(rm -f libxslt*.tar.gz)
559
560rpm: cleantar
561        @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
562
563# Tell versions [3.59,3.63) of GNU make to not export all variables.
564# Otherwise a system limit (for SysV at least) may be exceeded.
565.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.