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

Side by Side Diff: third_party/yasm/patched-yasm/frontends/yasm/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 1463 2006-04-05 05:39:23Z peter $
2
3 bin_PROGRAMS += yasm 1 bin_PROGRAMS += yasm
4 dist_man_MANS += yasm.1 2 dist_man_MANS += yasm.1
5 3
6 if BUILD_MAN 4 if BUILD_MAN
7 yasm.1: frontends/yasm/yasm.xml 5 yasm.1: frontends/yasm/yasm.xml
8 $(XMLTO) -o $(top_builddir) man $(srcdir)/frontends/yasm/yasm.xml 6 $(XMLTO) -o $(top_builddir) man $(srcdir)/frontends/yasm/yasm.xml
9 endif 7 endif
10 8
11 yasm_SOURCES = frontends/yasm/yasm.c 9 yasm_SOURCES = frontends/yasm/yasm.c
12 yasm_SOURCES += frontends/yasm/yasm-options.c 10 yasm_SOURCES += frontends/yasm/yasm-options.c
13 yasm_SOURCES += frontends/yasm/yasm-options.h 11 yasm_SOURCES += frontends/yasm/yasm-options.h
14 12
15 $(srcdir)/frontends/yasm/yasm.c: license.c 13 $(srcdir)/frontends/yasm/yasm.c: license.c
16 14
17 license.c: $(srcdir)/COPYING genstring$(EXEEXT) 15 license.c: $(srcdir)/COPYING genstring$(EXEEXT)
18 $(top_builddir)/genstring$(EXEEXT) license_msg $@ $(srcdir)/COPYING 16 $(top_builddir)/genstring$(EXEEXT) license_msg $@ $(srcdir)/COPYING
19 17
20 BUILT_SOURCES += license.c 18 BUILT_SOURCES += license.c
21 CLEANFILES += license.c 19 CLEANFILES += license.c
22 20
23 yasm_LDADD = libyasm.a $(INTLLIBS) 21 yasm_LDADD = libyasm.a $(INTLLIBS)
24 22
25 EXTRA_DIST += frontends/yasm/yasm.xml 23 EXTRA_DIST += frontends/yasm/yasm.xml
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/frontends/tasm/Makefile.inc ('k') | third_party/yasm/patched-yasm/modules/Makefile.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698