GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / src / lzmainfo / Makefile.am
blobb90b3b3d6426255be1a7c73619fda9038f106888
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 ##
8 bin_PROGRAMS = lzmainfo
10 lzmainfo_SOURCES = \
11         lzmainfo.c \
12         $(top_srcdir)/src/common/tuklib_progname.c \
13         $(top_srcdir)/src/common/tuklib_exit.c
15 if COND_W32
16 lzmainfo_SOURCES += lzmainfo_w32res.rc
17 endif
19 lzmainfo_CPPFLAGS = \
20         -DLOCALEDIR=\"$(localedir)\" \
21         -I$(top_srcdir)/src/common \
22         -I$(top_srcdir)/src/liblzma/api \
23         -I$(top_builddir)/lib
25 lzmainfo_LDADD = $(top_builddir)/src/liblzma/liblzma.la
27 if COND_GNULIB
28 lzmainfo_LDADD += $(top_builddir)/lib/libgnu.a
29 endif
31 lzmainfo_LDADD += $(LTLIBINTL)
34 dist_man_MANS = lzmainfo.1
36 # Windows resource compiler support
37 .rc.o:
38         $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
39                 $(lzmainfo_CPPFLAGS) $(CPPFLAGS) $(RCFLAGS) -i $< -o $@