| 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 # libexslt/Makefile. Generated from Makefile.in by configure. | 2 # libexslt/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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 PATH_SEPARATOR = : | 289 PATH_SEPARATOR = : |
| 290 PERL = perl | 290 PERL = perl |
| 291 PYTHON = /usr/bin/python | 291 PYTHON = /usr/bin/python |
| 292 PYTHONSODV = | 292 PYTHONSODV = |
| 293 PYTHON_INCLUDES = /usr/include/python2.7 | 293 PYTHON_INCLUDES = /usr/include/python2.7 |
| 294 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7 | 294 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7 |
| 295 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages | 295 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages |
| 296 PYTHON_SUBDIR = python | 296 PYTHON_SUBDIR = python |
| 297 PYTHON_VERSION = 2.7 | 297 PYTHON_VERSION = 2.7 |
| 298 RANLIB = ranlib | 298 RANLIB = ranlib |
| 299 RELDATE = Wed Oct 12 2016 | 299 RELDATE = Fri Jan 13 2017 |
| 300 RM = /bin/rm | 300 RM = /bin/rm |
| 301 SED = /bin/sed | 301 SED = /bin/sed |
| 302 SET_MAKE = | 302 SET_MAKE = |
| 303 SHELL = /bin/sh | 303 SHELL = /bin/sh |
| 304 STRIP = strip | 304 STRIP = strip |
| 305 TAR = /bin/tar | 305 TAR = /bin/tar |
| 306 THREAD_LIBS = -lpthread | 306 THREAD_LIBS = -lpthread |
| 307 VERSION = 1.1.29 | 307 VERSION = 1.1.29 |
| 308 VERSION_SCRIPT_FLAGS = -Wl,--version-script= | 308 VERSION_SCRIPT_FLAGS = -Wl,--version-script= |
| 309 WIN32_EXTRA_LDFLAGS = | 309 WIN32_EXTRA_LDFLAGS = |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 maintainer-clean-generic mostlyclean mostlyclean-compile \ | 822 maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 823 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | 823 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 824 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \ | 824 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \ |
| 825 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \ | 825 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \ |
| 826 uninstall-nodist_exsltincHEADERS | 826 uninstall-nodist_exsltincHEADERS |
| 827 | 827 |
| 828 | 828 |
| 829 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 829 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 830 # Otherwise a system limit (for SysV at least) may be exceeded. | 830 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 831 .NOEXPORT: | 831 .NOEXPORT: |
| OLD | NEW |