Changed the makefile system to autoconf/automake.
authorphil <none@none>
Wed, 20 Jan 1999 01:52:45 +0000 (01:52 +0000)
committerphil <none@none>
Wed, 20 Jan 1999 01:52:45 +0000 (01:52 +0000)
commitf730b8c3c57cd8f7da6aa8e5d3de85b51f7d4362
tree61c7cfc70d321345ff5d7e9d6c0ed8d590d50dd1
parentecf0b3503dc53932fd1f91fd6370208c30028bc8
Changed the makefile system to autoconf/automake.
added a man page
modified almost every file to get it working with autoconf/automake.
rewrote every line that generated a warning.
cleaned up some of the gc code.
93 files changed:
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
Makefile.maintainer [new file with mode: 0644]
Makefile.pre-automake [new file with mode: 0644]
NEWS [new file with mode: 0644]
acconfig.h [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
alpha/Makefile.am [new file with mode: 0644]
alpha/Makefile.in [new file with mode: 0644]
alpha/ngen.c
alpha/threads.h
builtin.c
comp/Makefile.am [new file with mode: 0644]
comp/Makefile.in [new file with mode: 0644]
comp/defines.c
compiler.c
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
doc/cacao.1 [new file with mode: 0644]
global.h
headers.c
install-sh [new file with mode: 0755]
jit.c
jit.h
jit/Makefile.am [new file with mode: 0644]
jit/Makefile.in [new file with mode: 0644]
jit/jitdef.h
jit/parse.c
mips/Makefile.am [new file with mode: 0644]
mips/Makefile.in [new file with mode: 0644]
mips/ngen.c
mips/threads.h
missing [new file with mode: 0755]
mm/Makefile [deleted file]
mm/Makefile.am [new file with mode: 0644]
mm/Makefile.in [new file with mode: 0644]
mm/Makefile.pre-automake [new file with mode: 0644]
mm/allocator.h
mm/allocator3.c [new file with mode: 0644]
mm/allocator3.h [new file with mode: 0644]
mm/bitmap2.c
mm/bitmap2.h
mm/bitmap3.c [new file with mode: 0644]
mm/heap.old.c
mm/heap2.c
mm/heap3.c [new file with mode: 0644]
mm/lifespan.c
mm/mm.h
mm/mm3.h [new file with mode: 0644]
nat/Makefile.am [new file with mode: 0644]
nat/Makefile.in [new file with mode: 0644]
nat/lang.c
native.c
src/cacaoh/headers.c
src/mm/Makefile.am [new file with mode: 0644]
src/mm/memory.c
src/native/native.c
src/native/vm/Makefile.am [new file with mode: 0644]
src/threads/green/Makefile.am [new file with mode: 0644]
src/threads/green/locks.c
src/threads/green/locks.h
src/threads/green/threadio.c
src/threads/green/threads.c
src/threads/green/threads.h
src/toolbox/Makefile.am [new file with mode: 0644]
src/vm/builtin.c
src/vm/global.h
src/vm/jit/Makefile.am [new file with mode: 0644]
src/vm/jit/parse.c
src/vm/tables.h
stamp-h.in [new file with mode: 0644]
tables.h
threads/Makefile [deleted file]
threads/Makefile.am [new file with mode: 0644]
threads/Makefile.in [new file with mode: 0644]
threads/Makefile.pre-automake [new file with mode: 0755]
threads/locks.c
threads/locks.h
threads/thread.c
threads/thread.h
threads/threadio.c
toolbox/Makefile [deleted file]
toolbox/Makefile.am [new file with mode: 0644]
toolbox/Makefile.in [new file with mode: 0644]
toolbox/Makefile.pre-automake [new file with mode: 0755]
toolbox/memory.c