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

Side by Side Diff: third_party/yasm/patched-yasm/Mkfiles/Makefile.dj

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.dj 2284 2010-02-06 09:27:32Z peter $
2 #
3 # Ultra-flat Makefile for DJGPP (also works for Cygwin). 1 # Ultra-flat Makefile for DJGPP (also works for Cygwin).
4 # Does NOT depend on or use configure. 2 # Does NOT depend on or use configure.
5 # 3 #
6 # Works for simple build but *not* for development (no clean, dist, etc). 4 # Works for simple build but *not* for development (no clean, dist, etc).
7 # Also, WARNING, no header dependencies are included! 5 # Also, WARNING, no header dependencies are included!
8 # 6 #
9 # How to compile: 7 # How to compile:
10 # make -fMkfiles/Makefile.dj 8 # make -fMkfiles/Makefile.dj
11 9
12 CFLAGS=-DHAVE_CONFIG_H -IMkfiles/dj -O -I. 10 CFLAGS=-DHAVE_CONFIG_H -IMkfiles/dj -O -I.
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 262
265 ytasm: $(YTASM_OBJS) 263 ytasm: $(YTASM_OBJS)
266 $(CC) -o ytasm $(YTASM_OBJS) 264 $(CC) -o ytasm $(YTASM_OBJS)
267 265
268 vsyasm: $(VSYASM_OBJS) 266 vsyasm: $(VSYASM_OBJS)
269 $(CC) -o vsyasm $(VSYASM_OBJS) 267 $(CC) -o vsyasm $(VSYASM_OBJS)
270 268
271 .c.o: 269 .c.o:
272 $(CC) -c $(CFLAGS) -o $@ $< 270 $(CC) -c $(CFLAGS) -o $@ $<
273 271
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/Makefile.am ('k') | third_party/yasm/patched-yasm/Mkfiles/Makefile.flat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698