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

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

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 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 | « src/liblzma/simple/sparc.c ('k') | 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')
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 bin_PROGRAMS = lzmainfo 8 bin_PROGRAMS = lzmainfo
9 9
10 lzmainfo_SOURCES = \ 10 lzmainfo_SOURCES = \
11 lzmainfo.c \ 11 lzmainfo.c \
12 $(top_srcdir)/src/common/tuklib_progname.c \ 12 $(top_srcdir)/src/common/tuklib_progname.c \
13 $(top_srcdir)/src/common/tuklib_exit.c 13 $(top_srcdir)/src/common/tuklib_exit.c
14 14
15 if COND_W32
16 lzmainfo_SOURCES += lzmainfo_w32res.rc
17 endif
18
15 lzmainfo_CPPFLAGS = \ 19 lzmainfo_CPPFLAGS = \
16 -DLOCALEDIR=\"$(localedir)\" \ 20 -DLOCALEDIR=\"$(localedir)\" \
17 -I$(top_srcdir)/src/common \ 21 -I$(top_srcdir)/src/common \
18 -I$(top_srcdir)/src/liblzma/api \ 22 -I$(top_srcdir)/src/liblzma/api \
19 » -I$(top_builddir)/lib \ 23 » -I$(top_builddir)/lib
20 » $(DYNAMIC_CPPFLAGS)
21 24
22 lzmainfo_LDFLAGS = $(DYNAMIC_LDFLAGS)
23 lzmainfo_LDADD = $(top_builddir)/src/liblzma/liblzma.la 25 lzmainfo_LDADD = $(top_builddir)/src/liblzma/liblzma.la
24 26
25 if COND_GNULIB 27 if COND_GNULIB
26 lzmainfo_LDADD += $(top_builddir)/lib/libgnu.a 28 lzmainfo_LDADD += $(top_builddir)/lib/libgnu.a
27 endif 29 endif
28 30
29 lzmainfo_LDADD += $(LTLIBINTL) 31 lzmainfo_LDADD += $(LTLIBINTL)
30 32
31 33
32 dist_man_MANS = lzmainfo.1 34 dist_man_MANS = lzmainfo.1
35
36 # Windows resource compiler support
37 .rc.o:
38 $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
39 $(lzmainfo_CPPFLAGS) $(CPPFLAGS) $(RCFLAGS) -i $< -o $@
OLDNEW
« no previous file with comments | « src/liblzma/simple/sparc.c ('k') | src/lzmainfo/lzmainfo.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698