Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Side by Side Diff: third_party/libxslt/linux/Makefile

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/linux/COPYING ('k') | third_party/libxslt/linux/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
14 14
15 15
16 16
17 17
18 VPATH = .. 18 VPATH = ../src
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \ 20 am__make_running_with_option = \
21 case $${target_option-} in \ 21 case $${target_option-} in \
22 ?) ;; \ 22 ?) ;; \
23 *) echo "am__make_running_with_option: internal error: invalid" \ 23 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \ 24 "target option '$${target_option-}' specified" >&2; \
25 exit 1;; \ 25 exit 1;; \
26 esac; \ 26 esac; \
27 has_opt=no; \ 27 has_opt=no; \
28 sane_makeflags=$$MAKEFLAGS; \ 28 sane_makeflags=$$MAKEFLAGS; \
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 219 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220 done; \ 220 done; \
221 reldir="$$dir2" 221 reldir="$$dir2"
222 DIST_ARCHIVES = $(distdir).tar.gz 222 DIST_ARCHIVES = $(distdir).tar.gz
223 GZIP_ENV = --best 223 GZIP_ENV = --best
224 DIST_TARGETS = dist-gzip 224 DIST_TARGETS = dist-gzip
225 distuninstallcheck_listfiles = find . -type f -print 225 distuninstallcheck_listfiles = find . -type f -print
226 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 226 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
227 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 227 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
228 distcleancheck_listfiles = find . -type f -print 228 distcleancheck_listfiles = find . -type f -print
229 ACLOCAL = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing acl ocal-1.14 229 ACLOCAL = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/src/missing aclocal-1.14
230 AMTAR = $${TAR-tar} 230 AMTAR = $${TAR-tar}
231 AM_DEFAULT_VERBOSITY = 0 231 AM_DEFAULT_VERBOSITY = 0
232 AR = ar 232 AR = ar
233 AS = as 233 AS = as
234 AUTOCONF = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing au toconf 234 AUTOCONF = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/src/missin g autoconf
235 AUTOHEADER = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing autoheader 235 AUTOHEADER = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/src/miss ing autoheader
236 AUTOMAKE = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing au tomake-1.14 236 AUTOMAKE = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/src/missin g automake-1.14
237 AWK = gawk 237 AWK = gawk
238 CC = gcc 238 CC = gcc
239 CCDEPMODE = depmode=gcc3 239 CCDEPMODE = depmode=gcc3
240 CFLAGS = -g -O2 -Wall -Wformat=2 -Wmissing-format-attribute 240 CFLAGS = -g -O2 -Wall -Wformat=2 -Wmissing-format-attribute
241 CPP = gcc -E 241 CPP = gcc -E
242 CPPFLAGS = 242 CPPFLAGS =
243 CRYPTO_TESTDIR = crypto 243 CRYPTO_TESTDIR = crypto
244 CYGPATH_W = echo 244 CYGPATH_W = echo
245 DEFS = -DHAVE_CONFIG_H 245 DEFS = -DHAVE_CONFIG_H
246 DEPDIR = .deps 246 DEPDIR = .deps
247 DLLTOOL = false 247 DLLTOOL = false
248 DSYMUTIL = 248 DSYMUTIL =
249 DUMPBIN = 249 DUMPBIN =
250 ECHO_C = 250 ECHO_C =
251 ECHO_N = -n 251 ECHO_N = -n
252 ECHO_T = 252 ECHO_T =
253 EGREP = /bin/grep -E 253 EGREP = /bin/grep -E
254 EXEEXT = 254 EXEEXT =
255 EXSLT_INCLUDEDIR = -I${includedir} 255 EXSLT_INCLUDEDIR = -I${includedir}
256 EXSLT_LIBDIR = -L${libdir} 256 EXSLT_LIBDIR = -L${libdir}
257 EXSLT_LIBS = -lexslt -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/l inux -L/usr/local/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl -lm -lgcry pt 257 EXSLT_LIBS = -lexslt -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/l inux -L/usr/local/lib -lxml2 -licui18n -licuuc -licudata -lm -lm -lgcrypt
258 EXTRA_LIBS = 258 EXTRA_LIBS =
259 FGREP = /bin/grep -F 259 FGREP = /bin/grep -F
260 GREP = /bin/grep 260 GREP = /bin/grep
261 HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html 261 HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
262 INSTALL = /usr/bin/install -c 262 INSTALL = /usr/bin/install -c
263 INSTALL_DATA = ${INSTALL} -m 644 263 INSTALL_DATA = ${INSTALL} -m 644
264 INSTALL_PROGRAM = ${INSTALL} 264 INSTALL_PROGRAM = ${INSTALL}
265 INSTALL_SCRIPT = ${INSTALL} 265 INSTALL_SCRIPT = ${INSTALL}
266 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 266 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
267 LD = /usr/bin/ld -m elf_x86_64 267 LD = /usr/bin/ld -m elf_x86_64
268 LDFLAGS = 268 LDFLAGS =
269 LIBEXSLT_MAJOR_VERSION = 0 269 LIBEXSLT_MAJOR_VERSION = 0
270 LIBEXSLT_MICRO_VERSION = 17 270 LIBEXSLT_MICRO_VERSION = 17
271 LIBEXSLT_MINOR_VERSION = 8 271 LIBEXSLT_MINOR_VERSION = 8
272 LIBEXSLT_VERSION = 0.8.17 272 LIBEXSLT_VERSION = 0.8.17
273 LIBEXSLT_VERSION_EXTRA = 273 LIBEXSLT_VERSION_EXTRA =
274 LIBEXSLT_VERSION_INFO = 8:17:8 274 LIBEXSLT_VERSION_INFO = 8:17:8
275 LIBEXSLT_VERSION_NUMBER = 817 275 LIBEXSLT_VERSION_NUMBER = 817
276 LIBGCRYPT_CFLAGS = 276 LIBGCRYPT_CFLAGS =
277 LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config 277 LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
278 LIBGCRYPT_LIBS = -lgcrypt 278 LIBGCRYPT_LIBS = -lgcrypt
279 LIBOBJS = 279 LIBOBJS =
280 LIBS = 280 LIBS =
281 LIBTOOL = $(SHELL) $(top_builddir)/libtool 281 LIBTOOL = $(SHELL) $(top_builddir)/libtool
282 LIBXML_CFLAGS = -I/usr/local/google/work/ca/src/third_party/libxml/linux/include 282 LIBXML_CFLAGS = -I/usr/local/google/work/ca/src/third_party/libxml/linux/include
283 LIBXML_LIBS = -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/usr/lo cal/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl 283 LIBXML_LIBS = -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/usr/lo cal/lib -lxml2 -licui18n -licuuc -licudata -lm
284 LIBXML_REQUIRED_VERSION = 2.6.27 284 LIBXML_REQUIRED_VERSION = 2.6.27
285 LIBXML_SRC = ../../libxml/linux/ 285 LIBXML_SRC = /usr/local/google/work/ca/src/third_party/libxml/linux
286 LIBXSLT_DEFAULT_PLUGINS_PATH = /usr/local/lib/libxslt-plugins 286 LIBXSLT_DEFAULT_PLUGINS_PATH = /usr/local/lib/libxslt-plugins
287 LIBXSLT_MAJOR_MINOR_VERSION = 1.1 287 LIBXSLT_MAJOR_MINOR_VERSION = 1.1
288 LIBXSLT_MAJOR_VERSION = 1 288 LIBXSLT_MAJOR_VERSION = 1
289 LIBXSLT_MICRO_VERSION = 29 289 LIBXSLT_MICRO_VERSION = 29
290 LIBXSLT_MINOR_VERSION = 1 290 LIBXSLT_MINOR_VERSION = 1
291 LIBXSLT_VERSION = 1.1.29 291 LIBXSLT_VERSION = 1.1.29
292 LIBXSLT_VERSION_EXTRA = 292 LIBXSLT_VERSION_EXTRA =
293 LIBXSLT_VERSION_INFO = 2:29:1 293 LIBXSLT_VERSION_INFO = 2:29:1
294 LIBXSLT_VERSION_NUMBER = 10129 294 LIBXSLT_VERSION_NUMBER = 10129
295 LIPO = 295 LIPO =
296 LN_S = ln -s 296 LN_S = ln -s
297 LTLIBOBJS = 297 LTLIBOBJS =
298 MAKEINFO = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/missing ma keinfo 298 MAKEINFO = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/src/missin g makeinfo
299 MANIFEST_TOOL = : 299 MANIFEST_TOOL = :
300 MKDIR_P = /bin/mkdir -p 300 MKDIR_P = /bin/mkdir -p
301 MV = /bin/mv 301 MV = /bin/mv
302 M_LIBS = -lm 302 M_LIBS = -lm
303 NM = /usr/bin/nm -B 303 NM = /usr/bin/nm -B
304 NMEDIT = 304 NMEDIT =
305 OBJDUMP = objdump 305 OBJDUMP = objdump
306 OBJEXT = o 306 OBJEXT = o
307 OTOOL = 307 OTOOL =
308 OTOOL64 = 308 OTOOL64 =
309 PACKAGE = libxslt 309 PACKAGE = libxslt
310 PACKAGE_BUGREPORT = 310 PACKAGE_BUGREPORT =
311 PACKAGE_NAME = 311 PACKAGE_NAME =
312 PACKAGE_STRING = 312 PACKAGE_STRING =
313 PACKAGE_TARNAME = 313 PACKAGE_TARNAME =
314 PACKAGE_URL = 314 PACKAGE_URL =
315 PACKAGE_VERSION = 315 PACKAGE_VERSION =
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 = Tue Mar 28 2017 326 RELDATE = Mon May 8 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 =
337 WIN32_EXTRA_LIBADD = 337 WIN32_EXTRA_LIBADD =
338 WITH_CRYPTO = 1 338 WITH_CRYPTO = 1
339 WITH_DEBUGGER = 0 339 WITH_DEBUGGER = 0
340 WITH_MEM_DEBUG = 0 340 WITH_MEM_DEBUG = 0
341 WITH_MODULES = 0 341 WITH_MODULES = 0
342 WITH_TRIO = 0 342 WITH_TRIO = 0
343 WITH_XSLT_DEBUG = 0 343 WITH_XSLT_DEBUG = 0
344 XMLLINT = /usr/bin/xmllint 344 XMLLINT = /usr/bin/xmllint
345 XML_CONFIG = /usr/local/google/work/ca/src/third_party/libxml/linux/xml2-config 345 XML_CONFIG = /usr/local/google/work/ca/src/third_party/libxml/linux/xml2-config
346 XSLTPROC = /usr/bin/xsltproc 346 XSLTPROC = /usr/bin/xsltproc
347 XSLTPROCDV = 347 XSLTPROCDV =
348 XSLT_INCLUDEDIR = -I${includedir} 348 XSLT_INCLUDEDIR = -I${includedir}
349 XSLT_LIBDIR = -L${libdir} 349 XSLT_LIBDIR = -L${libdir}
350 XSLT_LIBS = -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/u sr/local/lib -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl -lm 350 XSLT_LIBS = -lxslt -L/usr/local/google/work/ca/src/third_party/libxml/linux -L/u sr/local/lib -lxml2 -licui18n -licuuc -licudata -lm -lm
351 XSLT_LOCALE_WINAPI = 0 351 XSLT_LOCALE_WINAPI = 0
352 XSLT_LOCALE_XLOCALE = 1 352 XSLT_LOCALE_XLOCALE = 1
353 abs_builddir = /usr/local/google/work/ca/src/third_party/libxslt/linux 353 abs_builddir = /usr/local/google/work/ca/src/third_party/libxslt/linux
354 abs_srcdir = /usr/local/google/work/ca/src/third_party/libxslt/linux/.. 354 abs_srcdir = /usr/local/google/work/ca/src/third_party/libxslt/linux/../src
355 abs_top_builddir = /usr/local/google/work/ca/src/third_party/libxslt/linux 355 abs_top_builddir = /usr/local/google/work/ca/src/third_party/libxslt/linux
356 abs_top_srcdir = /usr/local/google/work/ca/src/third_party/libxslt/linux/.. 356 abs_top_srcdir = /usr/local/google/work/ca/src/third_party/libxslt/linux/../src
357 ac_ct_AR = ar 357 ac_ct_AR = ar
358 ac_ct_CC = gcc 358 ac_ct_CC = gcc
359 ac_ct_DUMPBIN = 359 ac_ct_DUMPBIN =
360 am__include = include 360 am__include = include
361 am__leading_dot = . 361 am__leading_dot = .
362 am__quote = 362 am__quote =
363 am__tar = $${TAR-tar} chof - "$$tardir" 363 am__tar = $${TAR-tar} chof - "$$tardir"
364 am__untar = $${TAR-tar} xf - 364 am__untar = $${TAR-tar} xf -
365 bindir = ${exec_prefix}/bin 365 bindir = ${exec_prefix}/bin
366 build = x86_64-unknown-linux-gnu 366 build = x86_64-unknown-linux-gnu
367 build_alias = 367 build_alias =
368 build_cpu = x86_64 368 build_cpu = x86_64
369 build_os = linux-gnu 369 build_os = linux-gnu
370 build_vendor = unknown 370 build_vendor = unknown
371 builddir = . 371 builddir = .
372 datadir = ${datarootdir} 372 datadir = ${datarootdir}
373 datarootdir = ${prefix}/share 373 datarootdir = ${prefix}/share
374 docdir = ${datarootdir}/doc/${PACKAGE} 374 docdir = ${datarootdir}/doc/${PACKAGE}
375 dvidir = ${docdir} 375 dvidir = ${docdir}
376 exec_prefix = ${prefix} 376 exec_prefix = ${prefix}
377 host = x86_64-unknown-linux-gnu 377 host = x86_64-unknown-linux-gnu
378 host_alias = 378 host_alias =
379 host_cpu = x86_64 379 host_cpu = x86_64
380 host_os = linux-gnu 380 host_os = linux-gnu
381 host_vendor = unknown 381 host_vendor = unknown
382 htmldir = ${docdir} 382 htmldir = ${docdir}
383 includedir = ${prefix}/include 383 includedir = ${prefix}/include
384 infodir = ${datarootdir}/info 384 infodir = ${datarootdir}/info
385 install_sh = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/install- sh 385 install_sh = ${SHELL} /usr/local/google/work/ca/src/third_party/libxslt/src/inst all-sh
386 libdir = ${exec_prefix}/lib 386 libdir = ${exec_prefix}/lib
387 libexecdir = ${exec_prefix}/libexec 387 libexecdir = ${exec_prefix}/libexec
388 localedir = ${datarootdir}/locale 388 localedir = ${datarootdir}/locale
389 localstatedir = ${prefix}/var 389 localstatedir = ${prefix}/var
390 mandir = ${datarootdir}/man 390 mandir = ${datarootdir}/man
391 mkdir_p = $(MKDIR_P) 391 mkdir_p = $(MKDIR_P)
392 oldincludedir = /usr/include 392 oldincludedir = /usr/include
393 pdfdir = ${docdir} 393 pdfdir = ${docdir}
394 prefix = /usr/local 394 prefix = /usr/local
395 program_transform_name = s,x,x, 395 program_transform_name = s,x,x,
396 psdir = ${docdir} 396 psdir = ${docdir}
397 pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages 397 pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages
398 sbindir = ${exec_prefix}/sbin 398 sbindir = ${exec_prefix}/sbin
399 sharedstatedir = ${prefix}/com 399 sharedstatedir = ${prefix}/com
400 srcdir = .. 400 srcdir = ../src
401 sysconfdir = ${prefix}/etc 401 sysconfdir = ${prefix}/etc
402 target_alias = 402 target_alias =
403 top_build_prefix = 403 top_build_prefix =
404 top_builddir = . 404 top_builddir = .
405 top_srcdir = .. 405 top_srcdir = ../src
406 SUBDIRS = \ 406 SUBDIRS = \
407 libxslt \ 407 libxslt \
408 libexslt \ 408 libexslt \
409 xsltproc \ 409 xsltproc \
410 doc \ 410 doc \
411 $(PYTHON_SUBDIR) \ 411 $(PYTHON_SUBDIR) \
412 tests 412 tests
413 413
414 DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests 414 DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
415 confexecdir = $(libdir) 415 confexecdir = $(libdir)
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
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:
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/COPYING ('k') | third_party/libxslt/linux/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698