Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | CC = gcc |
2 | AS = gcc |
||
3 | LD = ld |
||
4 | AR = ar |
||
5 | BASE = .. |
||
6 | XINCL = -I../../include/vm/x86/new -I../../include/vm -I../../include |
||
7 | VMINCL = -I../../include/vm/x86/new -I../../include/vm -I../../include/vm/sys/ll -I../../include |
||
8 | LIBS = $(BASE)/../lib |
||
9 | LIBDIR = $(BASE)\..\lib |
||
10 | |||
11 | C_OPT = -O -finline-functions -fno-builtin -D__H4__ -D__GNU__ |
||
12 | #C_OPT = $(INCL) -Wall -O2 -finline-functions -fno-builtin -D__LINUX__ |
||
13 | A_OPT = -x assembler-with-cpp -D__H4__ -D__GNU__ |
||
14 | LINK_OPT = -oformat coff-go32 -Bstatic -Ttext 0x540000 -s -nostartfiles -nostdlib -L$(LIBS) |
||
15 | |||
16 | CP = copy |
||
17 | CAT = @type |
||
18 | RM = -del |