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: third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 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
OLDNEW
1 # $Id: Makefile.inc 2084 2008-05-09 07:08:17Z peter $ 1 # $Id: Makefile.inc 2234 2009-10-31 21:52:42Z peter $
2 2
3 # These utility programs have to be built for BUILD host in cross-build. 3 # These utility programs have to be built for BUILD host in cross-build.
4 # This makes things rather non-standard automake 4 # This makes things rather non-standard automake
5 5
6 noinst_PROGRAMS += genmacro 6 noinst_PROGRAMS += genmacro
7 7
8 genmacro_SOURCES = 8 genmacro_SOURCES =
9 EXTRA_DIST += tools/genmacro/genmacro.c 9 EXTRA_DIST += tools/genmacro/genmacro.c
10 genmacro_LDADD = genmacro.$(OBJEXT) 10 genmacro_LDADD = genmacro.$(OBJEXT)
11 genmacro_LINK = $(CCLD_FOR_BUILD) -o $@ 11 genmacro_LINK = $(CCLD_FOR_BUILD) -o $@
12 12
13 genmacro.$(OBJEXT): tools/genmacro/genmacro.c 13 genmacro.$(OBJEXT): tools/genmacro/genmacro.c
14 » $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f tools/ genmacro/genmacro.c || echo '$(srcdir)/'`tools/genmacro/genmacro.c 14 » $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
15 » -c -o $@ `test -f tools/genmacro/genmacro.c || echo '$(srcdir)/'`tools /genmacro/genmacro.c
15 16
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/splint.sh ('k') | third_party/yasm/patched-yasm/tools/genperf/Makefile.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698