Adapted to the new C preprocessor that does NOT have
ANY default include directories like /usr/include.
This commit is contained in:
parent
0c1ac8e7dd
commit
f13d0d6c3e
@ -8,7 +8,7 @@ var NAME=m6500
|
|||||||
var M=6500
|
var M=6500
|
||||||
var LIB=mach/6500/lib/tail_
|
var LIB=mach/6500/lib/tail_
|
||||||
var RT=mach/6500/lib/head_
|
var RT=mach/6500/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -9,7 +9,7 @@ var NAME=m6809
|
|||||||
var M=6809
|
var M=6809
|
||||||
var LIB=mach/6809/lib/tail_
|
var LIB=mach/6809/lib/tail_
|
||||||
var RT=mach/6809/lib/head_
|
var RT=mach/6809/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -9,7 +9,7 @@ var NAME=CPM
|
|||||||
var LIB=mach/z80/int/lib/tail_
|
var LIB=mach/z80/int/lib/tail_
|
||||||
var RT=mach/z80/int/lib/head_
|
var RT=mach/z80/int/lib/head_
|
||||||
var SIZE_F=-sm
|
var SIZE_F=-sm
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name asld
|
name asld
|
||||||
from .k.m.a
|
from .k.m.a
|
||||||
to e.out
|
to e.out
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
name cpp
|
name cpp
|
||||||
# no from, it's governed by the P property
|
# no from, it's governed by the P property
|
||||||
to .i
|
to .i
|
||||||
program {EM}/lib/cpp
|
program {EM}/lib/cpp.new
|
||||||
mapflag -I* CPP_F={CPP_F?} -I*
|
mapflag -I* CPP_F={CPP_F?} -I*
|
||||||
mapflag -U* CPP_F={CPP_F?} -U*
|
mapflag -U* CPP_F={CPP_F?} -U*
|
||||||
mapflag -D* CPP_F={CPP_F?} -D*
|
mapflag -D* CPP_F={CPP_F?} -D*
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var NAME=nascom
|
|||||||
var M=z80a
|
var M=z80a
|
||||||
var LIB=mach/z80a/lib/tail_
|
var LIB=mach/z80a/lib/tail_
|
||||||
var RT=mach/z80a/lib/head_
|
var RT=mach/z80a/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -9,7 +9,7 @@ var NAME=int22
|
|||||||
var LIB=mach/int/lib/tail_
|
var LIB=mach/int/lib/tail_
|
||||||
var RT=mach/int/lib/head_
|
var RT=mach/int/lib/head_
|
||||||
var SIZE_FLAG=-sm
|
var SIZE_FLAG=-sm
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name asld
|
name asld
|
||||||
from .k.m.a
|
from .k.m.a
|
||||||
to e.out
|
to e.out
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var NAME=i8080
|
|||||||
var M=8080
|
var M=8080
|
||||||
var LIB=mach/8080/lib/tail_
|
var LIB=mach/8080/lib/tail_
|
||||||
var RT=mach/8080/lib/head_
|
var RT=mach/8080/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var NAME=i8086
|
|||||||
var M=i86
|
var M=i86
|
||||||
var LIB=mach/i86/lib/tail_
|
var LIB=mach/i86/lib/tail_
|
||||||
var RT=mach/i86/lib/head_
|
var RT=mach/i86/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var NAME=m68k2
|
|||||||
var M=m68k2
|
var M=m68k2
|
||||||
var LIB=mach/m68k2/lib/tail_
|
var LIB=mach/m68k2/lib/tail_
|
||||||
var RT=mach/m68k2/lib/head_
|
var RT=mach/m68k2/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -9,7 +9,7 @@ var M=m68k4
|
|||||||
var LIBDIR=mach/m68k4/lib
|
var LIBDIR=mach/m68k4/lib
|
||||||
var LIB=mach/m68k4/lib/tail_
|
var LIB=mach/m68k4/lib/tail_
|
||||||
var RT=mach/m68k4/lib/head_
|
var RT=mach/m68k4/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var M=pdp
|
|||||||
var NAME=pdp
|
var NAME=pdp
|
||||||
var LIB=mach/pdp/lib/tail_
|
var LIB=mach/pdp/lib/tail_
|
||||||
var RT=mach/pdp/lib/head_
|
var RT=mach/pdp/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var M=vax4
|
|||||||
var NAME=vax4
|
var NAME=vax4
|
||||||
var LIB=mach/vax4/lib/tail_
|
var LIB=mach/vax4/lib/tail_
|
||||||
var RT=mach/vax4/lib/head_
|
var RT=mach/vax4/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
@ -8,7 +8,7 @@ var NAME=z80
|
|||||||
var M=z80
|
var M=z80
|
||||||
var LIB=mach/z80/lib/tail_
|
var LIB=mach/z80/lib/tail_
|
||||||
var RT=mach/z80/lib/head_
|
var RT=mach/z80/lib/head_
|
||||||
var INCLUDES=-I{EM}/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m
|
||||||
to .s
|
to .s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user