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 # Makefile. Generated from Makefile.in by configure. | 2 # 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 PATH_SEPARATOR = : | 316 PATH_SEPARATOR = : |
317 PERL = perl | 317 PERL = perl |
318 PYTHON = /usr/bin/python | 318 PYTHON = /usr/bin/python |
319 PYTHONSODV = | 319 PYTHONSODV = |
320 PYTHON_INCLUDES = /usr/include/python2.7 | 320 PYTHON_INCLUDES = /usr/include/python2.7 |
321 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7 | 321 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7 |
322 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages | 322 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages |
323 PYTHON_SUBDIR = python | 323 PYTHON_SUBDIR = python |
324 PYTHON_VERSION = 2.7 | 324 PYTHON_VERSION = 2.7 |
325 RANLIB = ranlib | 325 RANLIB = ranlib |
326 RELDATE = Fri Jan 13 2017 | 326 RELDATE = Tue Mar 28 2017 |
327 RM = /bin/rm | 327 RM = /bin/rm |
328 SED = /bin/sed | 328 SED = /bin/sed |
329 SET_MAKE = | 329 SET_MAKE = |
330 SHELL = /bin/sh | 330 SHELL = /bin/sh |
331 STRIP = strip | 331 STRIP = strip |
332 TAR = /bin/tar | 332 TAR = /bin/tar |
333 THREAD_LIBS = -lpthread | 333 THREAD_LIBS = -lpthread |
334 VERSION = 1.1.29 | 334 VERSION = 1.1.29 |
335 VERSION_SCRIPT_FLAGS = -Wl,--version-script= | 335 VERSION_SCRIPT_FLAGS = -Wl,--version-script= |
336 WIN32_EXTRA_LDFLAGS = | 336 WIN32_EXTRA_LDFLAGS = |
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 | 1062 |
1063 cleantar: | 1063 cleantar: |
1064 @(rm -f libxslt*.tar.gz) | 1064 @(rm -f libxslt*.tar.gz) |
1065 | 1065 |
1066 rpm: cleantar | 1066 rpm: cleantar |
1067 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) | 1067 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) |
1068 | 1068 |
1069 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 1069 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
1070 # Otherwise a system limit (for SysV at least) may be exceeded. | 1070 # Otherwise a system limit (for SysV at least) may be exceeded. |
1071 .NOEXPORT: | 1071 .NOEXPORT: |
OLD | NEW |