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

Side by Side Diff: xz/src/lzmainfo/Makefile.am

Issue 2869016: Add an unpatched version of xz, XZ Utils, to /trunk/deps/third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « xz/src/liblzma/simple/x86.c ('k') | xz/src/lzmainfo/lzmainfo.1 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
7
8 bin_PROGRAMS = lzmainfo
9
10 lzmainfo_SOURCES = \
11 lzmainfo.c \
12 $(top_srcdir)/src/common/tuklib_progname.c \
13 $(top_srcdir)/src/common/tuklib_exit.c
14
15 lzmainfo_CPPFLAGS = \
16 -DLOCALEDIR=\"$(localedir)\" \
17 -I$(top_srcdir)/src/common \
18 -I$(top_srcdir)/src/liblzma/api \
19 -I$(top_builddir)/lib \
20 $(DYNAMIC_CPPFLAGS)
21
22 lzmainfo_LDFLAGS = $(DYNAMIC_LDFLAGS)
23 lzmainfo_LDADD = $(top_builddir)/src/liblzma/liblzma.la
24
25 if COND_GNULIB
26 lzmainfo_LDADD += $(top_builddir)/lib/libgnu.a
27 endif
28
29 lzmainfo_LDADD += $(LTLIBINTL)
30
31
32 dist_man_MANS = lzmainfo.1
OLDNEW
« no previous file with comments | « xz/src/liblzma/simple/x86.c ('k') | xz/src/lzmainfo/lzmainfo.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698