other place for include files

This commit is contained in:
ceriel 1987-02-11 14:49:14 +00:00
parent a6d90aaeec
commit 063bfe6cb7

View file

@ -10,7 +10,7 @@ var M=i86
var LIB=lib/{M}/tail_ var LIB=lib/{M}/tail_
var RT=lib/{M}/head_ var RT=lib/{M}/head_
var CPP_F=-Dunix var CPP_F=-Dunix
var INCLUDES=-I{EM}/include -I/usr/include var INCLUDES=-I{EM}/include/_tail_cc
var ALIGN=-a0:2 -a1:2 -a2:2 -a3:2 var ALIGN=-a0:2 -a1:2 -a2:2 -a3:2
name be name be
from .m.g from .m.g
@ -21,7 +21,7 @@ name be
need .e need .e
end end
name as name as
from .s from .s.so
to .o to .o
program {EM}/lib/{M}/as program {EM}/lib/{M}/as
args - -o > < args - -o > <
@ -44,7 +44,7 @@ end
name cv name cv
from .out from .out
to .cv to .cv
program {EM}/lib/{M}/cv_ix program {EM}/lib/{M}/cv
args < > args < >
outfile a.out outfile a.out
end end