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

Side by Side Diff: third_party/yasm/patched-yasm/tools/genperf/Makefile.inc

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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 2234 2009-10-31 21:52:42Z peter $
2
3 # These utility programs have to be built for BUILD host in cross-build. 1 # These utility programs have to be built for BUILD host in cross-build.
4 # This makes things rather non-standard automake 2 # This makes things rather non-standard automake
5 3
6 noinst_PROGRAMS += genperf 4 noinst_PROGRAMS += genperf
7 5
8 # Suffix rule for genperf 6 # Suffix rule for genperf
9 SUFFIXES += .gperf 7 SUFFIXES += .gperf
10 .gperf.c: genperf$(EXEEXT) 8 .gperf.c: genperf$(EXEEXT)
11 $(top_builddir)/genperf$(EXEEXT) $< $@ 9 $(top_builddir)/genperf$(EXEEXT) $< $@
12 10
(...skipping 22 matching lines...) Expand all
35 -c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c 33 -c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c
36 34
37 gp-xmalloc.$(OBJEXT): libyasm/xmalloc.c 35 gp-xmalloc.$(OBJEXT): libyasm/xmalloc.c
38 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \ 36 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
39 -c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmall oc.c 37 -c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmall oc.c
40 38
41 gp-xstrdup.$(OBJEXT): libyasm/xstrdup.c 39 gp-xstrdup.$(OBJEXT): libyasm/xstrdup.c
42 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \ 40 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
43 -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrd up.c 41 -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrd up.c
44 42
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/tools/genmacro/genmacro.c ('k') | third_party/yasm/patched-yasm/tools/genperf/genperf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698