/[qemu]/qemu/tests/Makefile
ViewVC logotype

Diff of /qemu/tests/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by bellard, Sun Jun 15 19:37:07 2003 UTC revision 1.21 by bellard, Sun Jun 15 20:42:31 2003 UTC
# Line 12  QEMU=../qemu Line 12  QEMU=../qemu
12    
13  all: $(TESTS)  all: $(TESTS)
14    
15  hello: hello.c  hello-i386: hello-i386.c
16          $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<          $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
17          strip hello          strip $@
18    
19  testclone: testclone.c  testclone: testclone.c
20          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26