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

Side by Side Diff: third_party/libxslt/libexslt/Makefile.in

Issue 2777943003: Roll libxslt to ac341cbd792ee572941cc9a66e73800219a1a386 (Closed)
Patch Set: Update README.chromium. Created 3 years, 8 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/libexslt/Makefile.am ('k') | third_party/libxslt/libexslt/functions.c » ('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 # @configure_input@ 2 # @configure_input@
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
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)$(exsltincdir)" "$(DESTDIR)$(exsltincdir)" 122 "$(DESTDIR)$(exsltincdir)" "$(DESTDIR)$(exsltincdir)"
123 LTLIBRARIES = $(lib_LTLIBRARIES) 123 LTLIBRARIES = $(lib_LTLIBRARIES)
124 am__DEPENDENCIES_1 = 124 am__DEPENDENCIES_1 =
125 libexslt_la_DEPENDENCIES = $(top_builddir)/libxslt/libxslt.la \ 125 libexslt_la_DEPENDENCIES = $(top_builddir)/libxslt/libxslt.la \
126 » $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 126 » $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
127 » $(am__DEPENDENCIES_1)
127 am_libexslt_la_OBJECTS = exslt.lo common.lo crypto.lo math.lo sets.lo \ 128 am_libexslt_la_OBJECTS = exslt.lo common.lo crypto.lo math.lo sets.lo \
128 functions.lo strings.lo date.lo saxon.lo dynamic.lo 129 functions.lo strings.lo date.lo saxon.lo dynamic.lo
129 libexslt_la_OBJECTS = $(am_libexslt_la_OBJECTS) 130 libexslt_la_OBJECTS = $(am_libexslt_la_OBJECTS)
130 AM_V_lt = $(am__v_lt_@AM_V@) 131 AM_V_lt = $(am__v_lt_@AM_V@)
131 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 132 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
132 am__v_lt_0 = --silent 133 am__v_lt_0 = --silent
133 am__v_lt_1 = 134 am__v_lt_1 =
134 libexslt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 135 libexslt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 136 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
136 $(libexslt_la_LDFLAGS) $(LDFLAGS) -o $@ 137 $(libexslt_la_LDFLAGS) $(LDFLAGS) -o $@
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 crypto.c \ 397 crypto.c \
397 math.c \ 398 math.c \
398 sets.c \ 399 sets.c \
399 functions.c \ 400 functions.c \
400 strings.c \ 401 strings.c \
401 date.c \ 402 date.c \
402 saxon.c \ 403 saxon.c \
403 libexslt.h \ 404 libexslt.h \
404 dynamic.c 405 dynamic.c
405 406
406 libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYP T_LIBS) 407 libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYP T_LIBS) $(M_LIBS)
407 libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_IN FO) 408 libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_IN FO)
408 man_MANS = libexslt.3 409 man_MANS = libexslt.3
409 EXTRA_DIST = $(man_MANS) 410 EXTRA_DIST = $(man_MANS)
410 all: all-am 411 all: all-am
411 412
412 .SUFFIXES: 413 .SUFFIXES:
413 .SUFFIXES: .c .lo .o .obj 414 .SUFFIXES: .c .lo .o .obj
414 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 415 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
415 @for dep in $?; do \ 416 @for dep in $?; do \
416 case '$(am__configure_deps)' in \ 417 case '$(am__configure_deps)' in \
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 maintainer-clean-generic mostlyclean mostlyclean-compile \ 823 maintainer-clean-generic mostlyclean mostlyclean-compile \
823 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 824 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
824 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \ 825 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \
825 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \ 826 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
826 uninstall-nodist_exsltincHEADERS 827 uninstall-nodist_exsltincHEADERS
827 828
828 829
829 # Tell versions [3.59,3.63) of GNU make to not export all variables. 830 # 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. 831 # Otherwise a system limit (for SysV at least) may be exceeded.
831 .NOEXPORT: 832 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxslt/libexslt/Makefile.am ('k') | third_party/libxslt/libexslt/functions.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698