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

Side by Side Diff: debug/Makefile.am

Issue 62403002: Update XZ Utils to 5.0.5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « configure.ac ('k') | debug/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1 ##
2 ## Author: Lasse Collin 2 ## Author: Lasse Collin
3 ## 3 ##
4 ## This file has been put into the public domain. 4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file. 5 ## You can do whatever you want with this file.
6 ## 6 ##
7 7
8 EXTRA_DIST = \
9 translation.bash
10
8 noinst_PROGRAMS = \ 11 noinst_PROGRAMS = \
9 repeat \ 12 repeat \
10 sync_flush \ 13 sync_flush \
11 full_flush \ 14 full_flush \
12 memusage \ 15 memusage \
13 crc32 \ 16 crc32 \
14 known_sizes \ 17 known_sizes \
15 hex2bin 18 hex2bin
16 19
17 AM_CPPFLAGS = \ 20 AM_CPPFLAGS = \
18 -I$(top_srcdir)/src/common \ 21 -I$(top_srcdir)/src/common \
19 -I$(top_srcdir)/src/liblzma/api 22 -I$(top_srcdir)/src/liblzma/api
20 23
21 LDADD = $(top_builddir)/src/liblzma/liblzma.la 24 LDADD = $(top_builddir)/src/liblzma/liblzma.la
22 25
23 if COND_GNULIB 26 if COND_GNULIB
24 LDADD += $(top_builddir)/lib/libgnu.a 27 LDADD += $(top_builddir)/lib/libgnu.a
25 endif 28 endif
26 29
27 LDADD += $(LTLIBINTL) 30 LDADD += $(LTLIBINTL)
OLDNEW
« no previous file with comments | « configure.ac ('k') | debug/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698