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

Side by Side Diff: third_party/yasm/patched-yasm/modules/preprocs/nasm/Makefile.inc

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/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 2130 2008-10-07 05:38:11Z peter $
2
3 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-preproc.c 1 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-preproc.c
4 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.h 2 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.h
5 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.c 3 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.c
6 libyasm_a_SOURCES += modules/preprocs/nasm/nasm.h 4 libyasm_a_SOURCES += modules/preprocs/nasm/nasm.h
7 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.h 5 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.h
8 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.c 6 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.c
9 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.h 7 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.h
10 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.c 8 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.c
11 9
12 YASM_MODULES += preproc_nasm preproc_tasm 10 YASM_MODULES += preproc_nasm preproc_tasm
(...skipping 18 matching lines...) Expand all
31 EXTRA_DIST += modules/preprocs/nasm/genversion.c 29 EXTRA_DIST += modules/preprocs/nasm/genversion.c
32 genversion_LDADD = genversion.$(OBJEXT) 30 genversion_LDADD = genversion.$(OBJEXT)
33 genversion_LINK = $(CCLD_FOR_BUILD) -o $@ 31 genversion_LINK = $(CCLD_FOR_BUILD) -o $@
34 32
35 genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c 33 genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c
36 $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f module s/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversi on.c 34 $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f module s/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversi on.c
37 35
38 EXTRA_DIST += modules/preprocs/nasm/tests/Makefile.inc 36 EXTRA_DIST += modules/preprocs/nasm/tests/Makefile.inc
39 37
40 include modules/preprocs/nasm/tests/Makefile.inc 38 include modules/preprocs/nasm/tests/Makefile.inc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698