Update distribution files.

--HG--
branch : dtrg-buildsystem
This commit is contained in:
David Given 2013-05-15 23:46:15 +01:00
parent 8fbce949f5
commit 11377070fd
77 changed files with 132 additions and 136 deletions

14
.distr
View file

@ -1,9 +1,7 @@
README README
CHANGES CHANGES
Copyright Copyright
pm Makefile
pmfile
config.pm
h h
modules/h modules/h
@ -13,7 +11,7 @@ util/data
util/LLgen util/LLgen
modules/src/alloc modules/src/alloc
modules/src/assert #modules/src/assert
modules/src/system modules/src/system
modules/src/string modules/src/string
modules/src/read_em modules/src/read_em
@ -31,7 +29,7 @@ util/ack
lib/descr/fe lib/descr/fe
util/arch util/arch
#util/cpp #util/cpp
util/cgg #util/cgg
util/ncgg util/ncgg
util/misc util/misc
util/opt util/opt
@ -43,15 +41,19 @@ lang/cem
lang/pc lang/pc
lang/m2 lang/m2
#lang/occam #lang/occam
#lang/basic lang/basic
mach/proto mach/proto
mach/i80 mach/i80
mach/i86 mach/i86
mach/i386 mach/i386
mach/m68020
plat
plat/cpm plat/cpm
plat/pc86 plat/pc86
plat/linux
plat/linux386 plat/linux386
plat/linux68k
examples examples

View file

@ -143,7 +143,7 @@ echo ""
if [ -e $destdir ]; then if [ -e $destdir ]; then
if [ "$delete" = "yes" ]; then if [ "$delete" = "yes" ]; then
echo "Press RETURN to erase $destdir and its contents, or CTRL+C to abort." echo "Press RETURN to erase $destdir and its contents, or CTRL+C to abort."
read read _ _
echo "Erasing..." echo "Erasing..."
rm -rf "$destdir" rm -rf "$destdir"
else else

View file

@ -1,9 +1,4 @@
ack.pm core.mk
ack-custom.pm
c.pm
llgen.pm
yacc.pm
#create_dir #create_dir
#cp_dir #cp_dir
#em_path.h.src #em_path.h.src

View file

@ -1,3 +1,3 @@
pmfile build.mk
src src
lib lib

View file

@ -1,4 +1,4 @@
pmfile build.mk
abs.c abs.c
asc.c asc.c
asrt.c asrt.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
basic.g basic.g
basic.lex basic.lex
bem.c bem.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
cemcom.ansi cemcom.ansi
cpp.ansi cpp.ansi
libcc.ansi libcc.ansi

View file

@ -1,4 +1,4 @@
pmfile build.mk
LLlex.c LLlex.c
LLlex.h LLlex.h
LLmessage.c LLmessage.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
LLlex.c LLlex.c
LLlex.h LLlex.h
LLmessage.c LLmessage.c

View file

@ -1,8 +1,8 @@
pmfile build.mk
LLlex.c LLlex.c
LLlex.h LLlex.h
LLmessage.c LLmessage.c
Parameters parameters.h
arith.h arith.h
bits.h bits.h
ch3bin.c ch3bin.c
@ -22,7 +22,6 @@ input.h
macro.str macro.str
main.c main.c
make.allocd make.allocd
make.hfiles
make.next make.next
make.tokcase make.tokcase
make.tokfile make.tokfile

View file

@ -1,4 +1,4 @@
pmfile build.mk
head_ac.e head_ac.e
assert assert
ctype ctype

View file

@ -1,4 +1,4 @@
pmfile build.mk
gen gen
headers headers
math math

View file

@ -1,4 +1,4 @@
pmfile build.mk
head_cc.e head_cc.e
abs.c abs.c
atof.c atof.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
asin.c asin.c
atan2.c atan2.c
atan.c atan.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
exit.c exit.c
gtty.c gtty.c
signal.c signal.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
vsprintf.c vsprintf.c
vfprintf.c vfprintf.c
vprintf.c vprintf.c

View file

@ -1,3 +1,3 @@
pmfile build.mk
comp comp
libm2 libm2

View file

@ -1,4 +1,4 @@
pmfile build.mk
LLlex.c LLlex.c
LLlex.h LLlex.h
LLmessage.c LLmessage.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
Termcap.mod Termcap.mod
CSP.mod CSP.mod
PascalIO.mod PascalIO.mod

View file

@ -1,4 +1,4 @@
pmfile build.mk
comp comp
lib lib
test test

View file

@ -1,4 +1,4 @@
pmfile build.mk
builtin.c builtin.c
code.c code.c
code.h code.h

View file

@ -1,4 +1,4 @@
pmfile build.mk
builtin.c builtin.c
chan_strct.c chan_strct.c
channel.c channel.c

View file

@ -1,3 +1,3 @@
pmfile build.mk
libpc libpc
comp comp

View file

@ -1,4 +1,4 @@
pmfile build.mk
LLlex.c LLlex.c
LLlex.h LLlex.h
LLmessage.c LLmessage.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
abi.c abi.c
abl.c abl.c
abr.c abr.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
as as
ncg ncg
libem libem

View file

@ -1,4 +1,3 @@
pmfile
adi.s adi.s
and.s and.s
blm.s blm.s

View file

@ -1,4 +1,3 @@
pmfile
edata.s edata.s
em_end.s em_end.s
end.s end.s

View file

@ -1,4 +1,4 @@
pmfile build.mk
as as
top top
ncg ncg

View file

@ -1,4 +1,3 @@
pmfile
aar2.s aar2.s
adi4.s adi4.s
and.s and.s

View file

@ -1,4 +1,3 @@
pmfile
edata.s edata.s
em_end.s em_end.s
end.s end.s

View file

@ -1,4 +1,4 @@
pmfile build.mk
as as
ncg ncg
libem libem

View file

@ -1,4 +1,3 @@
pmfile
adi.s adi.s
and.s and.s
cii.s cii.s

View file

@ -1,4 +1,3 @@
pmfile
edata.s edata.s
em_end.s em_end.s
end.s end.s

View file

@ -1,12 +1,5 @@
Action build.mk
as as
cv ncg
libem libem
libend libend
libsys
ncg
libfp
libdb
top
ce
mach_params

View file

@ -1,2 +1,31 @@
aar.s
cii.s
cmi.s
cms.s
cmu.s
csa.s
csb.s
cuu.s
cvf.s
dia.s
edata.s
em_end.s
end.s
etext.s
exg.s
fakfp.s
fat.s
fp68881.s
inn.s
lar.s
LIST LIST
libem_s.a los.s
mon.s
nop.s
printf.s
sar.s
set.s
shp.s
sts.s
trp.s
trpstr.c

View file

@ -1,2 +1,4 @@
LIST edata.s
end_s.a em_end.s
end.s
etext.s

View file

@ -1,4 +1,4 @@
pmfile build.mk
edata.s edata.s
em_end.s em_end.s
end.s end.s

View file

@ -1,4 +1,3 @@
pmfile
as as
cg cg
ncg ncg

View file

@ -1,4 +1,4 @@
pmfile build.mk
comm0.h comm0.h
comm1.h comm1.h
comm2.y comm2.y

View file

@ -1,4 +1,3 @@
pmfile
assert.h assert.h
codegen.c codegen.c
compute.c compute.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
assert.h assert.h
codegen.c codegen.c
compute.c compute.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
queue.c queue.c
queue.h queue.h
top.c top.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
Malloc.c Malloc.c
Srealloc.c Srealloc.c
Realloc.c Realloc.c

View file

@ -1,4 +1,3 @@
pmfile
BadAssert.c BadAssert.c
assert.3 assert.3
assert.h assert.h

View file

@ -1,4 +1,4 @@
pmfile build.mk
C_out.c C_out.c
bhcst.c bhcst.c
bhdlb.c bhdlb.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
C_ms_com.c C_ms_com.c
C_ms_ego.c C_ms_ego.c
C_ms_emx.c C_ms_emx.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
b64_add.c b64_add.c
b64_sft.c b64_sft.c
flt_add.c flt_add.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
idf.3 idf.3
idf_pkg.body idf_pkg.body
idf_pkg.spec idf_pkg.spec

View file

@ -1,4 +1,4 @@
pmfile build.mk
AtEoIF.c AtEoIF.c
AtEoIT.c AtEoIT.c
inp_pkg.body inp_pkg.body

View file

@ -1,4 +1,4 @@
pmfile build.mk
object.3 object.3
object.h object.h
obj.h obj.h

View file

@ -1,4 +1,4 @@
pmfile build.mk
doprnt.c doprnt.c
format.c format.c
fprint.c fprint.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
EM_vars.c EM_vars.c
argtype argtype
em_comp.h em_comp.h

View file

@ -1,4 +1,4 @@
pmfile build.mk
bts2str.c bts2str.c
btscat.c btscat.c
btscmp.c btscmp.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
access.c access.c
break.c break.c
chmode.c chmode.c

2
plat/.distr Normal file
View file

@ -0,0 +1,2 @@
build.mk

View file

@ -1,11 +1,10 @@
descr descr
boot.s boot.s
pmfile build.mk
README README
include/ack/config.h include/ack/config.h
include/unistd.h include/unistd.h
include/cpm.h include/cpm.h
libsys/pmfile
libsys/_bdos.s libsys/_bdos.s
libsys/brk.c libsys/brk.c
libsys/close.c libsys/close.c

2
plat/linux/.distr Normal file
View file

@ -0,0 +1,2 @@
liblinux

View file

@ -0,0 +1,20 @@
brk.c
build.mk
close.c
creat.c
errno.s
_exit.c
getpid.c
gettimeofday.c
_hol0.s
isatty.c
kill.c
libsys.h
lseek.c
open.c
pmfile
read.c
sbrk.c
signal.c
syscalls.h
write.c

View file

@ -1,26 +1,8 @@
descr descr
boot.s boot.s
pmfile build.mk
README README
include/sys/ioctl.h
include/ack/config.h include/ack/config.h
include/unistd.h include/unistd.h
libsys/pmfile
libsys/_exit.c
libsys/_hol0.s
libsys/_syscall.s libsys/_syscall.s
libsys/brk.c
libsys/close.c
libsys/creat.c
libsys/errno.s
libsys/getpid.c
libsys/gettimeofday.c
libsys/isatty.c
libsys/kill.c
libsys/libsys.h
libsys/lseek.c
libsys/open.c
libsys/read.c
libsys/sbrk.c
libsys/signal.c
libsys/syscalls.h
libsys/write.c

View file

@ -1,26 +1,8 @@
descr descr
boot.s boot.s
pmfile build.mk
README README
include/sys/ioctl.h
include/ack/config.h include/ack/config.h
include/unistd.h include/unistd.h
libsys/pmfile
libsys/_exit.c
libsys/_hol0.s
libsys/_syscall.s libsys/_syscall.s
libsys/brk.c
libsys/close.c
libsys/creat.c
libsys/errno.s
libsys/getpid.c
libsys/gettimeofday.c
libsys/isatty.c
libsys/kill.c
libsys/libsys.h
libsys/lseek.c
libsys/open.c
libsys/read.c
libsys/sbrk.c
libsys/signal.c
libsys/syscalls.h
libsys/write.c

View file

@ -1,10 +1,10 @@
descr descr
boot.s boot.s
pmfile build.mk
README README
include/ack/config.h include/ack/config.h
include/unistd.h include/unistd.h
libsys/pmfile libsys/build.mk
libsys/_exit.c libsys/_exit.c
libsys/_hol0.s libsys/_hol0.s
libsys/_syscall.s libsys/_syscall.s

View file

@ -1,10 +1,9 @@
descr descr
boot.s boot.s
pmfile build.mk
README README
include/ack/config.h include/ack/config.h
include/unistd.h include/unistd.h
libsys/pmfile
libsys/_hol0.s libsys/_hol0.s
libsys/brk.c libsys/brk.c
libsys/close.c libsys/close.c

View file

@ -1,4 +1,4 @@
pmfile-ack build.mk
src/main.c src/main.c
src/gencode.c src/gencode.c
src/compute.c src/compute.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
ack.h ack.h
data.c data.c
data.h data.h

View file

@ -1,4 +1,4 @@
pmfile build.mk
ashow.c ashow.c
ashow.1 ashow.1
anm.c anm.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
aal.1 aal.1
arch.1 arch.1
arch.5 arch.5

View file

@ -1,4 +1,3 @@
pmfile
bootgram.y bootgram.y
bootlex.l bootlex.l
main.c main.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
GCIPM.c GCIPM.c
cclash.1 cclash.1
cclash.c cclash.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
LLlex.c LLlex.c
LLlex.h LLlex.h
LLmessage.c LLmessage.c

View file

@ -1,3 +1,3 @@
pmfile build.mk
em_ptyp.c em_ptyp.c
new_table new_table

View file

@ -1,4 +1,4 @@
pmfile build.mk
bo bo
ca ca
cf cf

View file

@ -1,4 +1,4 @@
pmfile build.mk
WRONG WRONG
ack.out.5 ack.out.5
archive.c archive.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
convert.c convert.c
em_decode.6 em_decode.6
esize.1 esize.1

View file

@ -1,4 +1,4 @@
pmfile build.mk
assert.h assert.h
cgg.y cgg.y
coerc.c coerc.c

View file

@ -1,4 +1,4 @@
pmfile build.mk
alloc.c alloc.c
alloc.h alloc.h
assert.h assert.h

View file

@ -1,4 +1,4 @@
pmfile build.mk
LLlex.c LLlex.c
hash.c hash.c
main.c main.c