From 0ecfa9930c7615503ba629a61f7b94a0c3305af5 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 3 Mar 2003 14:32:43 +0000 Subject: prints hello world git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@17 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a61ab4a76a..b007f40dde 100644 --- a/Makefile +++ b/Makefile @@ -30,16 +30,19 @@ endif ######################################################### -DEFINES+=-D_GNU_SOURCE -DGEMU -DDOSEMU -DNO_TRACE_MSGS +DEFINES+=-D_GNU_SOURCE DEFINES+=-DCONFIG_PREFIX=\"/usr/local\" LDSCRIPT=$(ARCH).ld LIBS+=-ldl -lm -OBJS= i386/fp87.o i386/interp_main.o i386/interp_modrm.o i386/interp_16_32.o \ - i386/interp_32_16.o i386/interp_32_32.o i386/emu-utils.o \ - i386/dis8086.o i386/emu-ldt.o +#DEFINES+= -DGEMU -DDOSEMU -DNO_TRACE_MSGS +#OBJS= i386/fp87.o i386/interp_main.o i386/interp_modrm.o i386/interp_16_32.o \ +# i386/interp_32_16.o i386/interp_32_32.o i386/emu-utils.o \ +# i386/dis8086.o i386/emu-ldt.o OBJS+=translate-i386.o op-i386.o OBJS+= elfload.o main.o thunk.o syscall.o +# NOTE: the disassembler code is only needed for debugging +OBJS+=i386-dis.o dis-buf.o SRCS = $(OBJS:.o=.c) all: gemu -- cgit v1.2.1