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