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

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

Issue 2640005: Fix tools to run on the host system during cross-compile. (Closed) Base URL: ssh://gitrw.chromium.org/libchewing.git
Patch Set: Change HOST_CC to CC_FOR_BUILD 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
« no previous file with comments | « configure.ac ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 INCLUDES = \ 1 INCLUDES = \
2 -I$(top_srcdir)/include \ 2 -I$(top_srcdir)/include \
3 -I$(top_srcdir)/include/internal \ 3 -I$(top_srcdir)/include/internal \
4 -I$(top_srcdir)/src \ 4 -I$(top_srcdir)/src \
5 -I$(top_srcdir)/src/porting_layer/include 5 -I$(top_srcdir)/src/porting_layer/include
6 6
7 CC = $(CC_FOR_BUILD)
8 CFLAGS = $(CFLAGS_FOR_BUILD)
9
7 noinst_PROGRAMS = sort_word sort_dic maketree 10 noinst_PROGRAMS = sort_word sort_dic maketree
8 11
9 sort_word_LDADD = $(top_builddir)/src/common/libcommon.la 12 sort_word_SOURCES = sort_word.c \
10 sort_word_SOURCES = sort_word.c 13 » » $(top_builddir)/src/common/key2pho.c \
14 » » $(top_builddir)/src/common/chewing-utf8-util.c
11 15
12 sort_dic_LDADD = $(top_builddir)/src/common/libcommon.la 16 sort_dic_SOURCES = sort_dic.c \
13 sort_dic_SOURCES = sort_dic.c 17 » » $(top_builddir)/src/common/key2pho.c \
18 » » $(top_builddir)/src/common/chewing-utf8-util.c
14 19
15 maketree_SOURCES = maketree.c 20 maketree_SOURCES = maketree.c
OLDNEW
« no previous file with comments | « configure.ac ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698