| OLD | NEW |
| 1 # Makefile.in generated by automake 1.14.1 from Makefile.am. | 1 # Makefile.in generated by automake 1.14.1 from Makefile.am. |
| 2 # libxslt/Makefile. Generated from Makefile.in by configure. | 2 # libxslt/Makefile. Generated from Makefile.in by configure. |
| 3 | 3 |
| 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. | 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 5 | 5 |
| 6 # This Makefile.in is free software; the Free Software Foundation | 6 # This Makefile.in is free software; the Free Software Foundation |
| 7 # gives unlimited permission to copy and/or distribute it, | 7 # gives unlimited permission to copy and/or distribute it, |
| 8 # with or without modifications, as long as this notice is preserved. | 8 # with or without modifications, as long as this notice is preserved. |
| 9 | 9 |
| 10 # This program is distributed in the hope that it will be useful, | 10 # This program is distributed in the hope that it will be useful, |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 am__uninstall_files_from_dir = { \ | 115 am__uninstall_files_from_dir = { \ |
| 116 test -z "$$files" \ | 116 test -z "$$files" \ |
| 117 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | 117 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 118 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | 118 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 119 $(am__cd) "$$dir" && rm -f $$files; }; \ | 119 $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 120 } | 120 } |
| 121 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \ | 121 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \ |
| 122 "$(DESTDIR)$(xsltincdir)" "$(DESTDIR)$(xsltincdir)" | 122 "$(DESTDIR)$(xsltincdir)" "$(DESTDIR)$(xsltincdir)" |
| 123 LTLIBRARIES = $(lib_LTLIBRARIES) | 123 LTLIBRARIES = $(lib_LTLIBRARIES) |
| 124 am__DEPENDENCIES_1 = | 124 am__DEPENDENCIES_1 = |
| 125 libxslt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) | 125 libxslt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ |
| 126 » $(am__DEPENDENCIES_1) |
| 126 am_libxslt_la_OBJECTS = attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo \ | 127 am_libxslt_la_OBJECTS = attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo \ |
| 127 pattern.lo templates.lo variables.lo keys.lo numbers.lo \ | 128 pattern.lo templates.lo variables.lo keys.lo numbers.lo \ |
| 128 extensions.lo extra.lo functions.lo namespaces.lo imports.lo \ | 129 extensions.lo extra.lo functions.lo namespaces.lo imports.lo \ |
| 129 attributes.lo documents.lo preproc.lo transform.lo security.lo | 130 attributes.lo documents.lo preproc.lo transform.lo security.lo |
| 130 nodist_libxslt_la_OBJECTS = | 131 nodist_libxslt_la_OBJECTS = |
| 131 libxslt_la_OBJECTS = $(am_libxslt_la_OBJECTS) \ | 132 libxslt_la_OBJECTS = $(am_libxslt_la_OBJECTS) \ |
| 132 $(nodist_libxslt_la_OBJECTS) | 133 $(nodist_libxslt_la_OBJECTS) |
| 133 AM_V_lt = $(am__v_lt_$(V)) | 134 AM_V_lt = $(am__v_lt_$(V)) |
| 134 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | 135 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) |
| 135 am__v_lt_0 = --silent | 136 am__v_lt_0 = --silent |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 PATH_SEPARATOR = : | 293 PATH_SEPARATOR = : |
| 293 PERL = perl | 294 PERL = perl |
| 294 PYTHON = /usr/bin/python | 295 PYTHON = /usr/bin/python |
| 295 PYTHONSODV = | 296 PYTHONSODV = |
| 296 PYTHON_INCLUDES = /usr/include/python2.7 | 297 PYTHON_INCLUDES = /usr/include/python2.7 |
| 297 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7 | 298 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7 |
| 298 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages | 299 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages |
| 299 PYTHON_SUBDIR = python | 300 PYTHON_SUBDIR = python |
| 300 PYTHON_VERSION = 2.7 | 301 PYTHON_VERSION = 2.7 |
| 301 RANLIB = ranlib | 302 RANLIB = ranlib |
| 302 RELDATE = Fri Jan 13 2017 | 303 RELDATE = Tue Mar 28 2017 |
| 303 RM = /bin/rm | 304 RM = /bin/rm |
| 304 SED = /bin/sed | 305 SED = /bin/sed |
| 305 SET_MAKE = | 306 SET_MAKE = |
| 306 SHELL = /bin/sh | 307 SHELL = /bin/sh |
| 307 STRIP = strip | 308 STRIP = strip |
| 308 TAR = /bin/tar | 309 TAR = /bin/tar |
| 309 THREAD_LIBS = -lpthread | 310 THREAD_LIBS = -lpthread |
| 310 VERSION = 1.1.29 | 311 VERSION = 1.1.29 |
| 311 VERSION_SCRIPT_FLAGS = -Wl,--version-script= | 312 VERSION_SCRIPT_FLAGS = -Wl,--version-script= |
| 312 WIN32_EXTRA_LDFLAGS = | 313 WIN32_EXTRA_LDFLAGS = |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 security.c \ | 431 security.c \ |
| 431 win32config.h \ | 432 win32config.h \ |
| 432 xsltwin32config.h.in \ | 433 xsltwin32config.h.in \ |
| 433 libxslt.h | 434 libxslt.h |
| 434 | 435 |
| 435 nodist_libxslt_la_SOURCES = \ | 436 nodist_libxslt_la_SOURCES = \ |
| 436 xsltwin32config.h | 437 xsltwin32config.h |
| 437 | 438 |
| 438 #LIBXSLT_VERSION_SCRIPT = | 439 #LIBXSLT_VERSION_SCRIPT = |
| 439 LIBXSLT_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxslt.syms | 440 LIBXSLT_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxslt.syms |
| 440 libxslt_la_LIBADD = $(LIBXML_LIBS) $(EXTRA_LIBS) | 441 libxslt_la_LIBADD = $(LIBXML_LIBS) $(EXTRA_LIBS) $(M_LIBS) |
| 441 libxslt_la_LDFLAGS = \ | 442 libxslt_la_LDFLAGS = \ |
| 442 $(WIN32_EXTRA_LDFLAGS) \ | 443 $(WIN32_EXTRA_LDFLAGS) \ |
| 443 $(LIBXSLT_VERSION_SCRIPT) \ | 444 $(LIBXSLT_VERSION_SCRIPT) \ |
| 444 -version-info $(LIBXSLT_VERSION_INFO) | 445 -version-info $(LIBXSLT_VERSION_INFO) |
| 445 | 446 |
| 446 man_MANS = libxslt.3 | 447 man_MANS = libxslt.3 |
| 447 EXTRA_DIST = $(man_MANS) trio.h triodef.h libxslt.syms | 448 EXTRA_DIST = $(man_MANS) trio.h triodef.h libxslt.syms |
| 448 all: all-am | 449 all: all-am |
| 449 | 450 |
| 450 .SUFFIXES: | 451 .SUFFIXES: |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 | 879 |
| 879 xsltproc: all | 880 xsltproc: all |
| 880 @(cd ../xsltproc ; $(MAKE)) | 881 @(cd ../xsltproc ; $(MAKE)) |
| 881 | 882 |
| 882 install-exec-hook: | 883 install-exec-hook: |
| 883 $(MKDIR_P) "$(DESTDIR)$(libdir)/libxslt-plugins" | 884 $(MKDIR_P) "$(DESTDIR)$(libdir)/libxslt-plugins" |
| 884 | 885 |
| 885 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 886 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 886 # Otherwise a system limit (for SysV at least) may be exceeded. | 887 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 887 .NOEXPORT: | 888 .NOEXPORT: |
| OLD | NEW |