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

Unified Diff: third_party/libxslt/xsltproc/Makefile.am

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/xslt-config.in ('k') | third_party/libxslt/xsltproc/testThreads.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/xsltproc/Makefile.am
diff --git a/third_party/libxslt/xsltproc/Makefile.am b/third_party/libxslt/xsltproc/Makefile.am
deleted file mode 100644
index 46a5e931e29afd9b0a1ff7ec474f6269c0797ac4..0000000000000000000000000000000000000000
--- a/third_party/libxslt/xsltproc/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
- -I$(top_builddir) -I$(top_builddir)/libxslt \
- -I$(top_builddir)/libexslt
-
-EXTRA_PROGRAMS=
-bin_PROGRAMS = xsltproc $(XSLTPROCDV)
-
-noinst_PROGRAMS=testThreads
-
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS)
-
-xsltproc_SOURCES = xsltproc.c
-xsltproc_LDFLAGS =
-xsltproc_DEPENDENCIES = $(DEPS)
-
-testThreads_SOURCES=testThreads.c
-testThreads_LDFLAGS =
-testThreads_DEPENDENCIES = $(DEPS)
-testThreads_LDADD= $(THREAD_LIBS) $(LDADDS)
-
-DEPS = $(top_builddir)/libxslt/libxslt.la \
- $(top_builddir)/libexslt/libexslt.la
-
-LDADDS = $(top_builddir)/libxslt/libxslt.la \
- $(top_builddir)/libexslt/libexslt.la \
- $(LIBXML_LIBS) $(EXTRA_LIBS) $(WIN32_EXTRA_LIBADD)
-
-xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
-
-CLEANFILES = .memdump
-
-$(top_builddir)/libxslt/libxslt.la:
- cd $(top_builddir)/libxslt && $(MAKE) libxslt.la
-
-$(top_builddir)/libexslt/libexslt.la: $(top_builddir)/libxslt/libxslt.la
- cd $(top_builddir)/libexslt && $(MAKE) libexslt.la
-
-xsltproc.dv: xsltproc.o
- $(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a $(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBGCRYPT_LIBS)
-
-tests: testThreads
- @echo > .memdump
- @echo '## Running testThreads'
- @($(CHECKER) ./testThreads ; grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true)
« no previous file with comments | « third_party/libxslt/xslt-config.in ('k') | third_party/libxslt/xsltproc/testThreads.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698