plusplus=/usr/gnu/bin/g++
plusplus=/usr/gnu2/bin/g++ -DIOSTREAM_2_0
dldlib=../../dld-3.2.3/libdld.a
syslib=-lpps -lm -lc /usr/att/lib/libc.a
dynamic_link=-DDYNAMIC_LINK
target=pas-db-engine

#DEBUG_OPTION  =-O -DNDEBUG
#DEBUG_OPTION  =-O -DNDEBUG -DENABLE_INSTRUCTION_TRACE
#DEBUG_OPTION  =-O -p -DNDEBUG
#DEBUG_OPTION  =-g -Wall -Wpointer-arith -Wwrite-strings
DEBUG_OPTION  =-O -Wall -Wpointer-arith -Wwrite-strings
#DEBUG_OPTION  =-O -finline-functions -DNDEBUG

PLUS	      = ${plusplus}

SYSLIB	      = -lm ${syslibs}

DLDLIB	      = ${dldlib}

MBOX	      = socket

CONFIG	      = -DDEBUGGER -DSOCKET_COMM ${dynamic_link}

OPTION	      = ${DEBUG_OPTION} ${CONFIG}

INCLUDE	      = -I${TOPDIR}

CFLAGS	      = ${INCLUDE} ${OPTION}

DESTDIR	      = /usr/local/aum

BINDIR	      = ${DESTDIR}/bin

LIBDIR	      = ${DESTDIR}/lib

TOPDIR	      = ../..

LIBSYSDEP     = sysdep.a

LIBS	      = ${LIBSYSDEP} ${DLDLIB} ${SYSLIB}

CC	      = $(PLUS)

LINKER	      = ${PLUS} #-Bstatic

RANLIB	      = echo

MAKE	      = make

MAKEFILE      = Makefile

PROGRAM	      = ${target}

OBJS = append.o atom.o boolean.o classobj.o classof.o compare.o \
    copystring.o create.o createl.o creates.o createv.o debug.o \
    dir.o elti.o elto.o eq.o execbmsg.o false.o fix.o foreign.o \
    ge.o getmode.o getmyid.o getname.o gt.o ifbuiltin.o ifeq.o \
    ifge.o ifgt.o ifneq.o ifsimple.o iftrue.o instantiate.o \
    length.o list.o map.o maxpe.o msgobj.o neq.o objcopy.o \
    objnum.o runtime.o sendbmsg.o setcar.o setcdr.o seti.o \
    setmode.o setname.o seto.o sideeffect.o strascii.o streuc.o \
    string.o subseq.o true.o vector.o clink.o codemodule.o \
    foreigndict.o method.o methoddict.o slotdict.o template.o \
    fclose.o fflush.o fprintf.o fscanf.o fseek.o fstream.o \
    get.o getc.o gets.o iseof.o open.o put.o putc.o puts.o \
    unget.o asmbl.o disasm.o info.o lexical.o load.o lyerror.o \
    mem.o mkcode.o parse.o table.o add.o conv.o dfloat.o \
    div.o double.o float.o funclib.o int.o math1.o mathlib.o \
    minus.o mod.o mul.o pow.o shift.o sub.o activate.o aj-c.o \
    aj-nc.o allocmsg.o allocstats.o appender.o branch.o close.o \
    connect.o copy.o derive.o descend.o error.o execsysmsg.o \
    fetch.o foreigncall.o gc.o getself.o global.o globalid.o \
    globlmsg.o imp-inlet.o imp-obj-nt.o imp-obj.o imp-outlet.o \
    initialize.o inlet.o instance.o interpreter.o j-c.o jump.o \
    lm2gm.o loadermain.o localmsg.o main.o merger.o message.o \
    messageq.o mj-c.o mj-imp.o mj-nc.o mj-w.o mkglobmsg.o \
    move.o object.o options.o outlet.o printstack.o printword.o \
    scheduler.o send.o sendself.o sndrcvstats.o split.o terminate.o \
    trace.o tstream.o wait.o who.o atomhash.o export.o import.o \
    nlist.o protocol.o protocolid.o euc.o strings.o symbol.o \
    command.o control.o ctable.o decode.o help.o listener.o \
    sh_main.o

SRCS = ../../builtin/append.c ../../builtin/atom.c ../../builtin/boolean.c \
    ../../builtin/classobj.c ../../builtin/classof.c ../../builtin/compare.c \
    ../../builtin/copystring.c ../../builtin/create.c ../../builtin/createl.c \
    ../../builtin/creates.c ../../builtin/createv.c ../../builtin/debug.c \
    ../../builtin/dir.c ../../builtin/elti.c ../../builtin/elto.c \
    ../../builtin/eq.c ../../builtin/execbmsg.c ../../builtin/false.c \
    ../../builtin/fix.c ../../builtin/foreign.c ../../builtin/ge.c \
    ../../builtin/getmode.c ../../builtin/getmyid.c ../../builtin/getname.c \
    ../../builtin/gt.c ../../builtin/ifbuiltin.c ../../builtin/ifeq.c \
    ../../builtin/ifge.c ../../builtin/ifgt.c ../../builtin/ifneq.c \
    ../../builtin/ifsimple.c ../../builtin/iftrue.c ../../builtin/instantiate.c \
    ../../builtin/length.c ../../builtin/list.c ../../builtin/map.c \
    ../../builtin/maxpe.c ../../builtin/msgobj.c ../../builtin/neq.c \
    ../../builtin/objcopy.c ../../builtin/objnum.c ../../builtin/runtime.c \
    ../../builtin/sendbmsg.c ../../builtin/setcar.c ../../builtin/setcdr.c \
    ../../builtin/seti.c ../../builtin/setmode.c ../../builtin/setname.c \
    ../../builtin/seto.c ../../builtin/sideeffect.c ../../builtin/strascii.c \
    ../../builtin/streuc.c ../../builtin/string.c ../../builtin/subseq.c \
    ../../builtin/true.c ../../builtin/vector.c ../../class/clink.c \
    ../../class/codemodule.c ../../class/foreigndict.c ../../class/method.c \
    ../../class/methoddict.c ../../class/slotdict.c ../../class/template.c \
    ../../fstream/fclose.c ../../fstream/fflush.c ../../fstream/fprintf.c \
    ../../fstream/fscanf.c ../../fstream/fseek.c ../../fstream/fstream.c \
    ../../fstream/get.c ../../fstream/getc.c ../../fstream/gets.c \
    ../../fstream/iseof.c ../../fstream/open.c ../../fstream/put.c \
    ../../fstream/putc.c ../../fstream/puts.c ../../fstream/unget.c \
    ../../loader/asmbl.c ../../loader/disasm.c ../../loader/info.c \
    ../../loader/lexical.c ../../loader/load.c ../../loader/lyerror.c \
    ../../loader/mem.c ../../loader/mkcode.c ../../loader/parse.c \
    ../../loader/table.c ../../mathematics/add.c ../../mathematics/conv.c \
    ../../mathematics/dfloat.c ../../mathematics/div.c ../../mathematics/double.c \
    ../../mathematics/float.c ../../mathematics/funclib.c \
    ../../mathematics/int.c ../../mathematics/math1.c ../../mathematics/mathlib.c \
    ../../mathematics/minus.c ../../mathematics/mod.c ../../mathematics/mul.c \
    ../../mathematics/pow.c ../../mathematics/shift.c ../../mathematics/sub.c \
    ../../primitive/activate.c ../../primitive/aj-c.c ../../primitive/aj-nc.c \
    ../../primitive/allocmsg.c ../../primitive/allocstats.c \
    ../../primitive/appender.c ../../primitive/branch.c ../../primitive/close.c \
    ../../primitive/connect.c ../../primitive/copy.c ../../primitive/derive.c \
    ../../primitive/descend.c ../../primitive/error.c ../../primitive/execsysmsg.c \
    ../../primitive/fetch.c ../../primitive/foreigncall.c \
    ../../primitive/gc.c ../../primitive/getself.c ../../primitive/global.c \
    ../../primitive/globalid.c ../../primitive/globlmsg.c \
    ../../primitive/imp-inlet.c ../../primitive/imp-obj-nt.c \
    ../../primitive/imp-obj.c ../../primitive/imp-outlet.c \
    ../../primitive/initialize.c ../../primitive/inlet.c \
    ../../primitive/instance.c ../../primitive/interpreter.c \
    ../../primitive/j-c.c ../../primitive/jump.c ../../primitive/lm2gm.c \
    ../../primitive/loadermain.c ../../primitive/localmsg.c \
    ../../primitive/main.c ../../primitive/merger.c ../../primitive/message.c \
    ../../primitive/messageq.c ../../primitive/mj-c.c ../../primitive/mj-imp.c \
    ../../primitive/mj-nc.c ../../primitive/mj-w.c ../../primitive/mkglobmsg.c \
    ../../primitive/move.c ../../primitive/object.c ../../primitive/options.c \
    ../../primitive/outlet.c ../../primitive/printstack.c \
    ../../primitive/printword.c ../../primitive/scheduler.c \
    ../../primitive/send.c ../../primitive/sendself.c ../../primitive/sndrcvstats.c \
    ../../primitive/split.c ../../primitive/terminate.c ../../primitive/trace.c \
    ../../primitive/tstream.c ../../primitive/wait.c ../../primitive/who.c \
    ../../table/atomhash.c ../../table/export.c ../../table/import.c \
    ../../table/nlist.c ../../table/protocol.c ../../table/protocolid.c \
    ../../utils/euc.c ../../utils/strings.c ../../utils/symbol.c \
    ../src/command.c ../src/control.c ../src/ctable.c ../src/decode.c \
    ../src/help.c ../src/listener.c ../src/sh_main.c

.SUFFIXES: .d .a

.c.o:
		$(CC) $(CFLAGS) -c $<
.d.a:
		( cd $<; make OPTION="${OPTION}" PLUS="${PLUS}" sysdep.a )

all:		userpid $(PROGRAM)

$(PROGRAM):	$(P) $(OBJS) sysdep.a
		@-rm -f $(PROGRAM)
		( cd sysdep.d; make OPTION="${OPTION}" PLUS="${PLUS}" sysdep.a )
		${TOPDIR}/etc/makeversion > version.c; $(CC) -c -g version.c
		@echo -n "Loading $(PROGRAM) ... "
		@$(LINKER) $(CFLAGS) -o $(PROGRAM) version.o $(OBJS) $(LIBS)
		@echo "done"
		@size $(PROGRAM)

clean:;		rm -f $(OBJS) version.[hco]
		-( cd sysdep.d; make clean )

distclean:	clean
		-rm -f ${PROGRAM} ${PROGRAM}.old *.a *~
		-rm -f core core.* typescript gmon.out gmon.sum mon.out
		-rm -f TAGS tags .emacs_* *.bak Err
		-( cd ../loader; make distclean )
		-( cd ../table; make distclean )
		-( cd ../sysdep/${MBOX}; make distclean )
		-rm -rf sysdep.d

Makefile::	${TOPDIR}/loader/parse.c
		${TOPDIR}/etc/pasmkmake

depend::	userpid funadd ${TOPDIR}/loader/parse.h
		@${TOPDIR}/etc/makedepend ${INCLUDE} ${SRCS}

install:	$(PROGRAM)
		-mkdir $(BINDIR)
		cp $(PROGRAM) $(BINDIR)
		chmod 0755 $(BINDIR)/$(PROGRAM)
		strip $(BINDIR)/$(PROGRAM)

program:	$(PROGRAM)

tags:		$(HDRS) $(SRCS)
		@etags -p ../*/*.[hc] ${TOPDIR}/sysdep/${MBOX}/*.[hc]

.SUFFIXES:	.def .gh .gc
.def.gh:
		awk -f $*.awk < $*.def
.def.gc:
		awk -f $*.awk < $*.def

userpid:	${TOPDIR}/table/userpid.gh

${TOPDIR}/table/userpid.gh: ${TOPDIR}/table/userpid.awk ${TOPDIR}/table/userpid.def
		( cd ${TOPDIR}/table; make userpid )

${TOPDIR}/loader/parse.c: ${TOPDIR}/loader/parse.y
		( cd ${TOPDIR}/loader; make parse.c )

funadd:		${TOPDIR}/loader/funadd.gh

${TOPDIR}/loader/parse.h: ${TOPDIR}/loader/parse.c

${TOPDIR}/loader/funadd.gh: ${TOPDIR}/loader/icode.awk
		( cd ${TOPDIR}/loader && rm -f collect-method && make collect-method )

${TOPDIR}/loader/inst-table.gh: ${TOPDIR}/loader/icode.awk
		( cd ${TOPDIR}/loader && rm -f collect-method && make collect-method )

sysdep.d:
		mkdir sysdep.d
		for i in `make -f ${TOPDIR}/sysdep/${MBOX}/Makefile.in files`; \
		do \
			rm -f sysdep.d/$$i; \
			ln -s ../${TOPDIR}/sysdep/${MBOX}/$$i sysdep.d; \
		done
		( cd sysdep.d; make -f Makefile.in Makefile TOPDIR="../${TOPDIR}" )
		( cd sysdep.d; make depend )

# DO NOT DELETE THIS LINE -- pasmkmake uses it

append.o: ../../builtin/append.c
	${CC} -c ${CFLAGS} ../../builtin/append.c
atom.o: ../../builtin/atom.c
	${CC} -c ${CFLAGS} ../../builtin/atom.c
boolean.o: ../../builtin/boolean.c
	${CC} -c ${CFLAGS} ../../builtin/boolean.c
classobj.o: ../../builtin/classobj.c
	${CC} -c ${CFLAGS} ../../builtin/classobj.c
classof.o: ../../builtin/classof.c
	${CC} -c ${CFLAGS} ../../builtin/classof.c
compare.o: ../../builtin/compare.c
	${CC} -c ${CFLAGS} ../../builtin/compare.c
copystring.o: ../../builtin/copystring.c
	${CC} -c ${CFLAGS} ../../builtin/copystring.c
create.o: ../../builtin/create.c
	${CC} -c ${CFLAGS} ../../builtin/create.c
createl.o: ../../builtin/createl.c
	${CC} -c ${CFLAGS} ../../builtin/createl.c
creates.o: ../../builtin/creates.c
	${CC} -c ${CFLAGS} ../../builtin/creates.c
createv.o: ../../builtin/createv.c
	${CC} -c ${CFLAGS} ../../builtin/createv.c
debug.o: ../../builtin/debug.c
	${CC} -c ${CFLAGS} ../../builtin/debug.c
dir.o: ../../builtin/dir.c
	${CC} -c ${CFLAGS} ../../builtin/dir.c
elti.o: ../../builtin/elti.c
	${CC} -c ${CFLAGS} ../../builtin/elti.c
elto.o: ../../builtin/elto.c
	${CC} -c ${CFLAGS} ../../builtin/elto.c
eq.o: ../../builtin/eq.c
	${CC} -c ${CFLAGS} ../../builtin/eq.c
execbmsg.o: ../../builtin/execbmsg.c
	${CC} -c ${CFLAGS} ../../builtin/execbmsg.c
false.o: ../../builtin/false.c
	${CC} -c ${CFLAGS} ../../builtin/false.c
fix.o: ../../builtin/fix.c
	${CC} -c ${CFLAGS} ../../builtin/fix.c
foreign.o: ../../builtin/foreign.c
	${CC} -c ${CFLAGS} ../../builtin/foreign.c
ge.o: ../../builtin/ge.c
	${CC} -c ${CFLAGS} ../../builtin/ge.c
getmode.o: ../../builtin/getmode.c
	${CC} -c ${CFLAGS} ../../builtin/getmode.c
getmyid.o: ../../builtin/getmyid.c
	${CC} -c ${CFLAGS} ../../builtin/getmyid.c
getname.o: ../../builtin/getname.c
	${CC} -c ${CFLAGS} ../../builtin/getname.c
gt.o: ../../builtin/gt.c
	${CC} -c ${CFLAGS} ../../builtin/gt.c
ifbuiltin.o: ../../builtin/ifbuiltin.c
	${CC} -c ${CFLAGS} ../../builtin/ifbuiltin.c
ifeq.o: ../../builtin/ifeq.c
	${CC} -c ${CFLAGS} ../../builtin/ifeq.c
ifge.o: ../../builtin/ifge.c
	${CC} -c ${CFLAGS} ../../builtin/ifge.c
ifgt.o: ../../builtin/ifgt.c
	${CC} -c ${CFLAGS} ../../builtin/ifgt.c
ifneq.o: ../../builtin/ifneq.c
	${CC} -c ${CFLAGS} ../../builtin/ifneq.c
ifsimple.o: ../../builtin/ifsimple.c
	${CC} -c ${CFLAGS} ../../builtin/ifsimple.c
iftrue.o: ../../builtin/iftrue.c
	${CC} -c ${CFLAGS} ../../builtin/iftrue.c
instantiate.o: ../../builtin/instantiate.c
	${CC} -c ${CFLAGS} ../../builtin/instantiate.c
length.o: ../../builtin/length.c
	${CC} -c ${CFLAGS} ../../builtin/length.c
list.o: ../../builtin/list.c
	${CC} -c ${CFLAGS} ../../builtin/list.c
map.o: ../../builtin/map.c
	${CC} -c ${CFLAGS} ../../builtin/map.c
maxpe.o: ../../builtin/maxpe.c
	${CC} -c ${CFLAGS} ../../builtin/maxpe.c
msgobj.o: ../../builtin/msgobj.c
	${CC} -c ${CFLAGS} ../../builtin/msgobj.c
neq.o: ../../builtin/neq.c
	${CC} -c ${CFLAGS} ../../builtin/neq.c
objcopy.o: ../../builtin/objcopy.c
	${CC} -c ${CFLAGS} ../../builtin/objcopy.c
objnum.o: ../../builtin/objnum.c
	${CC} -c ${CFLAGS} ../../builtin/objnum.c
runtime.o: ../../builtin/runtime.c
	${CC} -c ${CFLAGS} ../../builtin/runtime.c
sendbmsg.o: ../../builtin/sendbmsg.c
	${CC} -c ${CFLAGS} ../../builtin/sendbmsg.c
setcar.o: ../../builtin/setcar.c
	${CC} -c ${CFLAGS} ../../builtin/setcar.c
setcdr.o: ../../builtin/setcdr.c
	${CC} -c ${CFLAGS} ../../builtin/setcdr.c
seti.o: ../../builtin/seti.c
	${CC} -c ${CFLAGS} ../../builtin/seti.c
setmode.o: ../../builtin/setmode.c
	${CC} -c ${CFLAGS} ../../builtin/setmode.c
setname.o: ../../builtin/setname.c
	${CC} -c ${CFLAGS} ../../builtin/setname.c
seto.o: ../../builtin/seto.c
	${CC} -c ${CFLAGS} ../../builtin/seto.c
sideeffect.o: ../../builtin/sideeffect.c
	${CC} -c ${CFLAGS} ../../builtin/sideeffect.c
strascii.o: ../../builtin/strascii.c
	${CC} -c ${CFLAGS} ../../builtin/strascii.c
streuc.o: ../../builtin/streuc.c
	${CC} -c ${CFLAGS} ../../builtin/streuc.c
string.o: ../../builtin/string.c
	${CC} -c ${CFLAGS} ../../builtin/string.c
subseq.o: ../../builtin/subseq.c
	${CC} -c ${CFLAGS} ../../builtin/subseq.c
true.o: ../../builtin/true.c
	${CC} -c ${CFLAGS} ../../builtin/true.c
vector.o: ../../builtin/vector.c
	${CC} -c ${CFLAGS} ../../builtin/vector.c
clink.o: ../../class/clink.c
	${CC} -c ${CFLAGS} ../../class/clink.c
codemodule.o: ../../class/codemodule.c
	${CC} -c ${CFLAGS} ../../class/codemodule.c
foreigndict.o: ../../class/foreigndict.c
	${CC} -c ${CFLAGS} ../../class/foreigndict.c
method.o: ../../class/method.c
	${CC} -c ${CFLAGS} ../../class/method.c
methoddict.o: ../../class/methoddict.c
	${CC} -c ${CFLAGS} ../../class/methoddict.c
slotdict.o: ../../class/slotdict.c
	${CC} -c ${CFLAGS} ../../class/slotdict.c
template.o: ../../class/template.c
	${CC} -c ${CFLAGS} ../../class/template.c
fclose.o: ../../fstream/fclose.c
	${CC} -c ${CFLAGS} ../../fstream/fclose.c
fflush.o: ../../fstream/fflush.c
	${CC} -c ${CFLAGS} ../../fstream/fflush.c
fprintf.o: ../../fstream/fprintf.c
	${CC} -c ${CFLAGS} ../../fstream/fprintf.c
fscanf.o: ../../fstream/fscanf.c
	${CC} -c ${CFLAGS} ../../fstream/fscanf.c
fseek.o: ../../fstream/fseek.c
	${CC} -c ${CFLAGS} ../../fstream/fseek.c
fstream.o: ../../fstream/fstream.c
	${CC} -c ${CFLAGS} ../../fstream/fstream.c
get.o: ../../fstream/get.c
	${CC} -c ${CFLAGS} ../../fstream/get.c
getc.o: ../../fstream/getc.c
	${CC} -c ${CFLAGS} ../../fstream/getc.c
gets.o: ../../fstream/gets.c
	${CC} -c ${CFLAGS} ../../fstream/gets.c
iseof.o: ../../fstream/iseof.c
	${CC} -c ${CFLAGS} ../../fstream/iseof.c
open.o: ../../fstream/open.c
	${CC} -c ${CFLAGS} ../../fstream/open.c
put.o: ../../fstream/put.c
	${CC} -c ${CFLAGS} ../../fstream/put.c
putc.o: ../../fstream/putc.c
	${CC} -c ${CFLAGS} ../../fstream/putc.c
puts.o: ../../fstream/puts.c
	${CC} -c ${CFLAGS} ../../fstream/puts.c
unget.o: ../../fstream/unget.c
	${CC} -c ${CFLAGS} ../../fstream/unget.c
asmbl.o: ../../loader/asmbl.c
	${CC} -c ${CFLAGS} ../../loader/asmbl.c
disasm.o: ../../loader/disasm.c
	${CC} -c ${CFLAGS} ../../loader/disasm.c
info.o: ../../loader/info.c
	${CC} -c ${CFLAGS} ../../loader/info.c
lexical.o: ../../loader/lexical.c
	${CC} -c ${CFLAGS} ../../loader/lexical.c
load.o: ../../loader/load.c
	${CC} -c ${CFLAGS} ../../loader/load.c
lyerror.o: ../../loader/lyerror.c
	${CC} -c ${CFLAGS} ../../loader/lyerror.c
mem.o: ../../loader/mem.c
	${CC} -c ${CFLAGS} ../../loader/mem.c
mkcode.o: ../../loader/mkcode.c
	${CC} -c ${CFLAGS} ../../loader/mkcode.c
parse.o: ../../loader/parse.c
	${CC} -c ${CFLAGS} ../../loader/parse.c
table.o: ../../loader/table.c
	${CC} -c ${CFLAGS} ../../loader/table.c
add.o: ../../mathematics/add.c
	${CC} -c ${CFLAGS} ../../mathematics/add.c
conv.o: ../../mathematics/conv.c
	${CC} -c ${CFLAGS} ../../mathematics/conv.c
dfloat.o: ../../mathematics/dfloat.c
	${CC} -c ${CFLAGS} ../../mathematics/dfloat.c
div.o: ../../mathematics/div.c
	${CC} -c ${CFLAGS} ../../mathematics/div.c
double.o: ../../mathematics/double.c
	${CC} -c ${CFLAGS} ../../mathematics/double.c
float.o: ../../mathematics/float.c
	${CC} -c ${CFLAGS} ../../mathematics/float.c
funclib.o: ../../mathematics/funclib.c
	${CC} -c ${CFLAGS} ../../mathematics/funclib.c
int.o: ../../mathematics/int.c
	${CC} -c ${CFLAGS} ../../mathematics/int.c
math1.o: ../../mathematics/math1.c
	${CC} -c ${CFLAGS} ../../mathematics/math1.c
mathlib.o: ../../mathematics/mathlib.c
	${CC} -c ${CFLAGS} ../../mathematics/mathlib.c
minus.o: ../../mathematics/minus.c
	${CC} -c ${CFLAGS} ../../mathematics/minus.c
mod.o: ../../mathematics/mod.c
	${CC} -c ${CFLAGS} ../../mathematics/mod.c
mul.o: ../../mathematics/mul.c
	${CC} -c ${CFLAGS} ../../mathematics/mul.c
pow.o: ../../mathematics/pow.c
	${CC} -c ${CFLAGS} ../../mathematics/pow.c
shift.o: ../../mathematics/shift.c
	${CC} -c ${CFLAGS} ../../mathematics/shift.c
sub.o: ../../mathematics/sub.c
	${CC} -c ${CFLAGS} ../../mathematics/sub.c
activate.o: ../../primitive/activate.c
	${CC} -c ${CFLAGS} ../../primitive/activate.c
aj-c.o: ../../primitive/aj-c.c
	${CC} -c ${CFLAGS} ../../primitive/aj-c.c
aj-nc.o: ../../primitive/aj-nc.c
	${CC} -c ${CFLAGS} ../../primitive/aj-nc.c
allocmsg.o: ../../primitive/allocmsg.c
	${CC} -c ${CFLAGS} ../../primitive/allocmsg.c
allocstats.o: ../../primitive/allocstats.c
	${CC} -c ${CFLAGS} ../../primitive/allocstats.c
appender.o: ../../primitive/appender.c
	${CC} -c ${CFLAGS} ../../primitive/appender.c
branch.o: ../../primitive/branch.c
	${CC} -c ${CFLAGS} ../../primitive/branch.c
close.o: ../../primitive/close.c
	${CC} -c ${CFLAGS} ../../primitive/close.c
connect.o: ../../primitive/connect.c
	${CC} -c ${CFLAGS} ../../primitive/connect.c
copy.o: ../../primitive/copy.c
	${CC} -c ${CFLAGS} ../../primitive/copy.c
derive.o: ../../primitive/derive.c
	${CC} -c ${CFLAGS} ../../primitive/derive.c
descend.o: ../../primitive/descend.c
	${CC} -c ${CFLAGS} ../../primitive/descend.c
error.o: ../../primitive/error.c
	${CC} -c ${CFLAGS} ../../primitive/error.c
execsysmsg.o: ../../primitive/execsysmsg.c
	${CC} -c ${CFLAGS} ../../primitive/execsysmsg.c
fetch.o: ../../primitive/fetch.c
	${CC} -c ${CFLAGS} ../../primitive/fetch.c
foreigncall.o: ../../primitive/foreigncall.c
	${CC} -c ${CFLAGS} ../../primitive/foreigncall.c
gc.o: ../../primitive/gc.c
	${CC} -c ${CFLAGS} ../../primitive/gc.c
getself.o: ../../primitive/getself.c
	${CC} -c ${CFLAGS} ../../primitive/getself.c
global.o: ../../primitive/global.c
	${CC} -c ${CFLAGS} ../../primitive/global.c
globalid.o: ../../primitive/globalid.c
	${CC} -c ${CFLAGS} ../../primitive/globalid.c
globlmsg.o: ../../primitive/globlmsg.c
	${CC} -c ${CFLAGS} ../../primitive/globlmsg.c
imp-inlet.o: ../../primitive/imp-inlet.c
	${CC} -c ${CFLAGS} ../../primitive/imp-inlet.c
imp-obj-nt.o: ../../primitive/imp-obj-nt.c
	${CC} -c ${CFLAGS} ../../primitive/imp-obj-nt.c
imp-obj.o: ../../primitive/imp-obj.c
	${CC} -c ${CFLAGS} ../../primitive/imp-obj.c
imp-outlet.o: ../../primitive/imp-outlet.c
	${CC} -c ${CFLAGS} ../../primitive/imp-outlet.c
initialize.o: ../../primitive/initialize.c
	${CC} -c ${CFLAGS} ../../primitive/initialize.c
inlet.o: ../../primitive/inlet.c
	${CC} -c ${CFLAGS} ../../primitive/inlet.c
instance.o: ../../primitive/instance.c
	${CC} -c ${CFLAGS} ../../primitive/instance.c
interpreter.o: ../../primitive/interpreter.c
	${CC} -c ${CFLAGS} ../../primitive/interpreter.c
j-c.o: ../../primitive/j-c.c
	${CC} -c ${CFLAGS} ../../primitive/j-c.c
jump.o: ../../primitive/jump.c
	${CC} -c ${CFLAGS} ../../primitive/jump.c
lm2gm.o: ../../primitive/lm2gm.c
	${CC} -c ${CFLAGS} ../../primitive/lm2gm.c
loadermain.o: ../../primitive/loadermain.c
	${CC} -c ${CFLAGS} ../../primitive/loadermain.c
localmsg.o: ../../primitive/localmsg.c
	${CC} -c ${CFLAGS} ../../primitive/localmsg.c
main.o: ../../primitive/main.c
	${CC} -c ${CFLAGS} ../../primitive/main.c
merger.o: ../../primitive/merger.c
	${CC} -c ${CFLAGS} ../../primitive/merger.c
message.o: ../../primitive/message.c
	${CC} -c ${CFLAGS} ../../primitive/message.c
messageq.o: ../../primitive/messageq.c
	${CC} -c ${CFLAGS} ../../primitive/messageq.c
mj-c.o: ../../primitive/mj-c.c
	${CC} -c ${CFLAGS} ../../primitive/mj-c.c
mj-imp.o: ../../primitive/mj-imp.c
	${CC} -c ${CFLAGS} ../../primitive/mj-imp.c
mj-nc.o: ../../primitive/mj-nc.c
	${CC} -c ${CFLAGS} ../../primitive/mj-nc.c
mj-w.o: ../../primitive/mj-w.c
	${CC} -c ${CFLAGS} ../../primitive/mj-w.c
mkglobmsg.o: ../../primitive/mkglobmsg.c
	${CC} -c ${CFLAGS} ../../primitive/mkglobmsg.c
move.o: ../../primitive/move.c
	${CC} -c ${CFLAGS} ../../primitive/move.c
object.o: ../../primitive/object.c
	${CC} -c ${CFLAGS} ../../primitive/object.c
options.o: ../../primitive/options.c
	${CC} -c ${CFLAGS} ../../primitive/options.c
outlet.o: ../../primitive/outlet.c
	${CC} -c ${CFLAGS} ../../primitive/outlet.c
printstack.o: ../../primitive/printstack.c
	${CC} -c ${CFLAGS} ../../primitive/printstack.c
printword.o: ../../primitive/printword.c
	${CC} -c ${CFLAGS} ../../primitive/printword.c
scheduler.o: ../../primitive/scheduler.c
	${CC} -c ${CFLAGS} ../../primitive/scheduler.c
send.o: ../../primitive/send.c
	${CC} -c ${CFLAGS} ../../primitive/send.c
sendself.o: ../../primitive/sendself.c
	${CC} -c ${CFLAGS} ../../primitive/sendself.c
sndrcvstats.o: ../../primitive/sndrcvstats.c
	${CC} -c ${CFLAGS} ../../primitive/sndrcvstats.c
split.o: ../../primitive/split.c
	${CC} -c ${CFLAGS} ../../primitive/split.c
terminate.o: ../../primitive/terminate.c
	${CC} -c ${CFLAGS} ../../primitive/terminate.c
trace.o: ../../primitive/trace.c
	${CC} -c ${CFLAGS} ../../primitive/trace.c
tstream.o: ../../primitive/tstream.c
	${CC} -c ${CFLAGS} ../../primitive/tstream.c
wait.o: ../../primitive/wait.c
	${CC} -c ${CFLAGS} ../../primitive/wait.c
who.o: ../../primitive/who.c
	${CC} -c ${CFLAGS} ../../primitive/who.c
atomhash.o: ../../table/atomhash.c
	${CC} -c ${CFLAGS} ../../table/atomhash.c
export.o: ../../table/export.c
	${CC} -c ${CFLAGS} ../../table/export.c
import.o: ../../table/import.c
	${CC} -c ${CFLAGS} ../../table/import.c
nlist.o: ../../table/nlist.c
	${CC} -c ${CFLAGS} ../../table/nlist.c
protocol.o: ../../table/protocol.c
	${CC} -c ${CFLAGS} ../../table/protocol.c
protocolid.o: ../../table/protocolid.c
	${CC} -c ${CFLAGS} ../../table/protocolid.c
euc.o: ../../utils/euc.c
	${CC} -c ${CFLAGS} ../../utils/euc.c
strings.o: ../../utils/strings.c
	${CC} -c ${CFLAGS} ../../utils/strings.c
symbol.o: ../../utils/symbol.c
	${CC} -c ${CFLAGS} ../../utils/symbol.c
command.o: ../src/command.c
	${CC} -c ${CFLAGS} ../src/command.c
control.o: ../src/control.c
	${CC} -c ${CFLAGS} ../src/control.c
ctable.o: ../src/ctable.c
	${CC} -c ${CFLAGS} ../src/ctable.c
decode.o: ../src/decode.c
	${CC} -c ${CFLAGS} ../src/decode.c
help.o: ../src/help.c
	${CC} -c ${CFLAGS} ../src/help.c
listener.o: ../src/listener.c
	${CC} -c ${CFLAGS} ../src/listener.c
sh_main.o: ../src/sh_main.c
	${CC} -c ${CFLAGS} ../src/sh_main.c
# DO NOT DELETE THIS LINE -- make depend depends on it.

append.o: ../../aum/global.h ../../aum/word.h ../../config.h ../../aum/bool.h
append.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/strategy.h
append.o: ../../aum/fetch.h ../../aum/code.h ../../aum/protocolid.h
append.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/tstream.h
append.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
append.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
append.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
append.o: ../../aum/globalid.h ../../aum/string.h ../../aum/list.h
append.o: ../../aum/object.h ../../aum/joint.h ../../aum/derive.h
append.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
append.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/split.h
append.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
append.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
append.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
append.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
append.o: ../../table/protocol.h ../../mathematics/conv.h
atom.o: ../../aum/global.h ../../aum/word.h ../../config.h ../../aum/bool.h
atom.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/strategy.h
atom.o: ../../aum/fetch.h ../../aum/code.h ../../aum/protocolid.h
atom.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
atom.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
atom.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
atom.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
atom.o: ../../aum/string.h ../../builtin/extern.h ../../aum/stdlib.h
atom.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/close.h
atom.o: ../../aum/object.h ../../aum/joint.h ../../aum/split.h
atom.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
atom.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/connect.h
atom.o: ../../aum/send.h ../../aum/execbmsg.h ../../aum/alloc.h
atom.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
atom.o: ../../mathematics/conv.h
boolean.o: ../../aum/global.h ../../aum/word.h ../../config.h
boolean.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
boolean.o: ../../aum/strategy.h ../../aum/fetch.h ../../aum/code.h
boolean.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/trace.h
boolean.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
boolean.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
boolean.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
boolean.o: ../../aum/globalid.h ../../aum/stdlib.h ../../aum/error.h
boolean.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/object.h
boolean.o: ../../aum/joint.h ../../aum/split.h ../../aum/merger.h
boolean.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
boolean.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/connect.h
boolean.o: ../../aum/send.h ../../builtin/extern.h ../../aum/execbmsg.h
boolean.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
boolean.o: ../../table/protocol.h ../../mathematics/conv.h
classobj.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
classobj.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
classobj.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
classobj.o: ../../aum/word.h ../../config.h ../../aum/aumtype.h
classobj.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/message.h
classobj.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/object.h
classobj.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
classobj.o: ../../aum/tstream.h ../../aum/alloc.h ../../class/template.h
classobj.o: ../../table/protocol.h ../../aum/code.h ../../class/method.h
classobj.o: ../../aum/debugger.h ../../class/supers.h
classobj.o: ../../class/codemodule.h
classof.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
classof.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
classof.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
classof.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/merger.h
classof.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h
classof.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
classof.o: ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
classof.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/mj-imp.h
classof.o: ../../aum/message.h ../../aum/string.h ../../aum/vector.h
classof.o: ../../aum/sideeffect.h ../../aum/object.h ../../builtin/extern.h
classof.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
classof.o: ../../aum/close.h ../../aum/split.h ../../aum/builtin.h
classof.o: ../../aum/string.h ../../aum/connect.h ../../aum/send.h
classof.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
classof.o: ../../utils/utils.h ../../table/protocol.h
classof.o: ../../mathematics/conv.h
compare.o: ../../aum/object.h ../../config.h ../../aum/bool.h
compare.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/word.h
compare.o: ../../aum/rc.h ../../aum/objecttag.h ../../aum/header.h
compare.o: ../../aum/messagetag.h ../../aum/globalid.h ../../aum/protocolid.h
compare.o: ../../table/userpid.gh ../../aum/joint.h ../../aum/messageq.h
compare.o: ../../aum/message.h ../../aum/global.h ../../aum/strategy.h
compare.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
compare.o: ../../aum/string.h ../../builtin/extern.h ../../aum/stdlib.h
compare.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/close.h
compare.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
compare.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
compare.o: ../../aum/mj-imp.h ../../aum/connect.h ../../aum/send.h
compare.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
compare.o: ../../utils/utils.h ../../table/protocol.h
compare.o: ../../mathematics/conv.h
copystring.o: ../../aum/word.h ../../config.h ../../aum/bool.h
copystring.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/string.h
copystring.o: ../../aum/fetch.h ../../aum/global.h ../../aum/strategy.h
copystring.o: ../../aum/code.h ../../aum/protocolid.h ../../table/userpid.gh
copystring.o: ../../aum/trace.h ../../builtin/extern.h ../../aum/stdlib.h
copystring.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/header.h
copystring.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
copystring.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
copystring.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
copystring.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
copystring.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
copystring.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
copystring.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
copystring.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
copystring.o: ../../utils/utils.h ../../table/protocol.h
copystring.o: ../../mathematics/conv.h
create.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
create.o: ../../aum/word.h ../../config.h ../../aum/bool.h
create.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
create.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
create.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
create.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
create.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
create.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
create.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
create.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
create.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
create.o: ../../aum/code.h ../../aum/fetch.h ../../aum/trace.h
create.o: ../../aum/msgobj.h ../../aum/localmsg.h ../../builtin/extern.h
create.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
create.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
createl.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
createl.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
createl.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
createl.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
createl.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
createl.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
createl.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
createl.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
createl.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
createl.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
createl.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
createl.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
createl.o: ../../aum/fetch.h ../../aum/trace.h ../../builtin/extern.h
createl.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
createl.o: ../../utils/utils.h ../../table/protocol.h
createl.o: ../../mathematics/conv.h
creates.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
creates.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
creates.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
creates.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
creates.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
creates.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
creates.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
creates.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
creates.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
creates.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
creates.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
creates.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
creates.o: ../../aum/fetch.h ../../aum/trace.h ../../builtin/extern.h
creates.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
creates.o: ../../utils/utils.h ../../table/protocol.h
creates.o: ../../mathematics/conv.h ../../aum/string.h
createv.o: ../../aum/vector.h ../../aum/header.h ../../aum/bool.h
createv.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
createv.o: ../../aum/types.h ../../aum/word.h ../../config.h
createv.o: ../../aum/aumtype.h ../../aum/sideeffect.h ../../aum/protocolid.h
createv.o: ../../table/userpid.gh ../../aum/messageq.h ../../aum/j-nc.h
createv.o: ../../aum/joint.h ../../aum/fetch.h ../../aum/global.h
createv.o: ../../aum/strategy.h ../../aum/code.h ../../aum/trace.h
createv.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
createv.o: ../../aum/message.h ../../aum/globalid.h ../../aum/close.h
createv.o: ../../aum/object.h ../../aum/split.h ../../aum/merger.h
createv.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
createv.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
createv.o: ../../aum/connect.h ../../aum/send.h ../../builtin/extern.h
createv.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
createv.o: ../../utils/utils.h ../../table/protocol.h
createv.o: ../../mathematics/conv.h
debug.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
debug.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
debug.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
debug.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/close.h
debug.o: ../../aum/object.h ../../aum/rc.h ../../aum/objecttag.h
debug.o: ../../aum/header.h ../../aum/messagetag.h ../../aum/globalid.h
debug.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
debug.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/tstream.h
debug.o: ../../aum/stdlib.h ../../aum/split.h ../../aum/merger.h
debug.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
debug.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
debug.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
debug.o: ../../aum/string.h ../../utils/cconv.h
dir.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
dir.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
dir.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
dir.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/msgobj.h
dir.o: ../../aum/sideeffect.h ../../aum/header.h ../../aum/objecttag.h
dir.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/localmsg.h
dir.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
dir.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h ../../aum/joint.h
dir.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
dir.o: ../../aum/vector.h ../../aum/string.h ../../builtin/extern.h
dir.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
dir.o: ../../aum/close.h ../../aum/object.h ../../aum/split.h
dir.o: ../../aum/builtin.h ../../aum/string.h ../../aum/connect.h
dir.o: ../../aum/send.h ../../aum/execbmsg.h ../../aum/alloc.h
dir.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
dir.o: ../../mathematics/conv.h
elti.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
elti.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
elti.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
elti.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
elti.o: ../../aum/list.h ../../aum/sideeffect.h ../../aum/header.h
elti.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
elti.o: ../../aum/builtin.h ../../aum/string.h ../../aum/message.h
elti.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/msgobj.h
elti.o: ../../aum/localmsg.h ../../aum/merger.h ../../aum/mj-c.h
elti.o: ../../aum/j-c.h ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
elti.o: ../../aum/mj-imp.h ../../aum/vector.h ../../builtin/extern.h
elti.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
elti.o: ../../aum/close.h ../../aum/object.h ../../aum/split.h
elti.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
elti.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
elti.o: ../../table/protocol.h ../../mathematics/conv.h
elto.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
elto.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
elto.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
elto.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
elto.o: ../../aum/list.h ../../aum/sideeffect.h ../../aum/header.h
elto.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
elto.o: ../../aum/builtin.h ../../aum/string.h ../../aum/message.h
elto.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/msgobj.h
elto.o: ../../aum/localmsg.h ../../aum/merger.h ../../aum/mj-c.h
elto.o: ../../aum/j-c.h ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
elto.o: ../../aum/mj-imp.h ../../aum/vector.h ../../builtin/extern.h
elto.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
elto.o: ../../aum/close.h ../../aum/object.h ../../aum/split.h
elto.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
elto.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
elto.o: ../../table/protocol.h ../../mathematics/conv.h
eq.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
eq.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
eq.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
eq.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
eq.o: ../../aum/list.h ../../aum/sideeffect.h ../../aum/header.h
eq.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
eq.o: ../../aum/vector.h ../../aum/messageq.h ../../aum/j-nc.h
eq.o: ../../aum/joint.h ../../aum/builtin.h ../../aum/string.h
eq.o: ../../aum/message.h ../../aum/globalid.h ../../aum/compare.h
eq.o: ../../aum/object.h ../../aum/derive.h ../../builtin/extern.h
eq.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
eq.o: ../../aum/close.h ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
eq.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/mj-imp.h
eq.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
eq.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
eq.o: ../../table/protocol.h ../../mathematics/conv.h
execbmsg.o: ../../aum/stdlib.h ../../mathematics/mathlib.h
execbmsg.o: ../../aum/protocolid.h ../../aum/types.h ../../aum/bool.h
execbmsg.o: ../../aum/aumtype.h ../../aum/word.h ../../config.h
execbmsg.o: ../../table/userpid.gh ../../aum/header.h ../../aum/objecttag.h
execbmsg.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/error.h
execbmsg.o: ../../mathematics/ext-conv.h ../../builtin/extern.h
execbmsg.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/messageq.h
execbmsg.o: ../../aum/globalid.h ../../aum/close.h ../../aum/object.h
execbmsg.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
execbmsg.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
execbmsg.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
execbmsg.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
execbmsg.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
execbmsg.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
execbmsg.o: ../../utils/utils.h ../../table/protocol.h
execbmsg.o: ../../mathematics/conv.h ../../aum/trace.h
false.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
false.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
false.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
false.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
false.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
false.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
false.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
false.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
false.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/object.h
false.o: ../../aum/joint.h ../../aum/split.h ../../aum/merger.h
false.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
false.o: ../../aum/mj-imp.h ../../aum/connect.h ../../aum/send.h
false.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
false.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
fix.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
fix.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
fix.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
fix.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/stdlib.h
fix.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/header.h
fix.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
fix.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
fix.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
fix.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
fix.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
fix.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
fix.o: ../../aum/connect.h ../../aum/send.h ../../aum/vector.h
fix.o: ../../aum/string.h ../../aum/msgobj.h ../../aum/localmsg.h
foreign.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
foreign.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
foreign.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
foreign.o: ../../aum/word.h ../../config.h ../../aum/aumtype.h
foreign.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/message.h
foreign.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/tstream.h
foreign.o: ../../aum/alloc.h ../../utils/utils.h
ge.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
ge.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
ge.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
ge.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
ge.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
ge.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
ge.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
ge.o: ../../aum/globalid.h ../../aum/compare.h ../../aum/object.h
ge.o: ../../aum/joint.h ../../aum/derive.h ../../builtin/extern.h
ge.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
ge.o: ../../aum/close.h ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
ge.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
ge.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
ge.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
ge.o: ../../table/protocol.h ../../mathematics/conv.h
ge.o: ../../mathematics/ext-conv.h
getmode.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
getmode.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
getmode.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
getmode.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
getmode.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
getmode.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
getmode.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
getmode.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
getmode.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
getmode.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
getmode.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
getmode.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
getmode.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/string.h
getmode.o: ../../aum/msgobj.h ../../aum/localmsg.h ../../builtin/extern.h
getmode.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
getmode.o: ../../utils/utils.h ../../table/protocol.h
getmode.o: ../../mathematics/conv.h
getmyid.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
getmyid.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
getmyid.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
getmyid.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/parallel.h
getname.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
getname.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
getname.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
getname.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
getname.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
getname.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
getname.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
getname.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
getname.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
getname.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
getname.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
getname.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
getname.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/string.h
getname.o: ../../aum/msgobj.h ../../aum/localmsg.h ../../builtin/extern.h
getname.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
getname.o: ../../utils/utils.h ../../table/protocol.h
getname.o: ../../mathematics/conv.h
gt.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
gt.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
gt.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
gt.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
gt.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
gt.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
gt.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
gt.o: ../../aum/globalid.h ../../aum/compare.h ../../aum/object.h
gt.o: ../../aum/joint.h ../../aum/derive.h ../../builtin/extern.h
gt.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
gt.o: ../../aum/close.h ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
gt.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
gt.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
gt.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
gt.o: ../../table/protocol.h ../../mathematics/conv.h
gt.o: ../../mathematics/ext-conv.h
ifbuiltin.o: ../../aum/fetch.h ../../config.h ../../aum/word.h
ifbuiltin.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
ifbuiltin.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
ifbuiltin.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/trace.h
ifbuiltin.o: ../../aum/instantiate.h ../../aum/mj-c.h ../../aum/j-c.h
ifbuiltin.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
ifbuiltin.o: ../../aum/rc.h ../../aum/joint.h ../../aum/stdlib.h
ifbuiltin.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/message.h
ifbuiltin.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/close.h
ifbuiltin.o: ../../aum/object.h ../../aum/split.h ../../aum/merger.h
ifbuiltin.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
ifbuiltin.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
ifbuiltin.o: ../../aum/connect.h ../../aum/send.h
ifeq.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
ifeq.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
ifeq.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
ifeq.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/close.h
ifeq.o: ../../aum/object.h ../../aum/rc.h ../../aum/objecttag.h
ifeq.o: ../../aum/header.h ../../aum/messagetag.h ../../aum/globalid.h
ifeq.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
ifeq.o: ../../aum/instantiate.h ../../aum/mj-c.h ../../aum/j-c.h
ifge.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
ifge.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
ifge.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
ifge.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
ifge.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
ifge.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
ifge.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
ifge.o: ../../aum/if.h ../../aum/compare.h ../../builtin/extern.h
ifge.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
ifge.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
ifge.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
ifge.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
ifge.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
ifge.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
ifge.o: ../../table/protocol.h ../../mathematics/conv.h
ifgt.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
ifgt.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
ifgt.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
ifgt.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
ifgt.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
ifgt.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
ifgt.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
ifgt.o: ../../aum/if.h ../../aum/compare.h ../../builtin/extern.h
ifgt.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
ifgt.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
ifgt.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
ifgt.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
ifgt.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
ifgt.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
ifgt.o: ../../table/protocol.h ../../mathematics/conv.h
ifneq.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
ifneq.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
ifneq.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
ifneq.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/close.h
ifneq.o: ../../aum/object.h ../../aum/rc.h ../../aum/objecttag.h
ifneq.o: ../../aum/header.h ../../aum/messagetag.h ../../aum/globalid.h
ifneq.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
ifneq.o: ../../aum/instantiate.h ../../aum/mj-c.h ../../aum/j-c.h
ifsimple.o: ../../aum/fetch.h ../../config.h ../../aum/word.h
ifsimple.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
ifsimple.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
ifsimple.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/trace.h
ifsimple.o: ../../aum/instantiate.h ../../aum/mj-c.h ../../aum/j-c.h
ifsimple.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
ifsimple.o: ../../aum/rc.h ../../aum/joint.h ../../aum/stdlib.h
ifsimple.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/message.h
ifsimple.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/close.h
ifsimple.o: ../../aum/object.h ../../aum/split.h ../../aum/merger.h
ifsimple.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
ifsimple.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
ifsimple.o: ../../aum/connect.h ../../aum/send.h
iftrue.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
iftrue.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
iftrue.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
iftrue.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/instantiate.h
iftrue.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h
iftrue.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
iftrue.o: ../../aum/joint.h ../../aum/stdlib.h ../../aum/error.h
iftrue.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/messageq.h
iftrue.o: ../../aum/globalid.h ../../aum/close.h ../../aum/object.h
iftrue.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-nc.h
iftrue.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
iftrue.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
iftrue.o: ../../aum/send.h
instantiate.o: ../../aum/fetch.h ../../config.h ../../aum/word.h
instantiate.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
instantiate.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
instantiate.o: ../../aum/protocolid.h ../../table/userpid.gh
instantiate.o: ../../aum/trace.h ../../aum/instantiate.h ../../aum/mj-c.h
instantiate.o: ../../aum/j-c.h ../../aum/header.h ../../aum/objecttag.h
instantiate.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/joint.h
instantiate.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
instantiate.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/messageq.h
instantiate.o: ../../aum/globalid.h ../../aum/close.h ../../aum/object.h
instantiate.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-nc.h
instantiate.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
instantiate.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
instantiate.o: ../../aum/send.h ../../aum/execbmsg.h ../../aum/alloc.h
instantiate.o: ../../table/atomhash.h ../../utils/utils.h
instantiate.o: ../../table/protocol.h ../../mathematics/conv.h
length.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
length.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
length.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
length.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
length.o: ../../aum/msgobj.h ../../aum/sideeffect.h ../../aum/header.h
length.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
length.o: ../../aum/localmsg.h ../../aum/message.h ../../aum/messageq.h
length.o: ../../aum/globalid.h ../../aum/merger.h ../../aum/mj-c.h
length.o: ../../aum/j-c.h ../../aum/joint.h ../../aum/mj-nc.h
length.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/vector.h
length.o: ../../aum/builtin.h ../../aum/string.h ../../builtin/extern.h
length.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
length.o: ../../aum/close.h ../../aum/object.h ../../aum/split.h
length.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
length.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
length.o: ../../table/protocol.h ../../mathematics/conv.h
list.o: ../../aum/alloc.h ../../aum/error.h ../../aum/stdlib.h
list.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
list.o: ../../aum/types.h ../../aum/fetch.h ../../aum/global.h
list.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
list.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/list.h
list.o: ../../aum/sideeffect.h ../../aum/header.h ../../aum/objecttag.h
list.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/split.h
list.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h ../../aum/joint.h
list.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/messageq.h
list.o: ../../aum/globalid.h ../../aum/mj-imp.h ../../aum/message.h
list.o: ../../aum/builtin.h ../../aum/string.h ../../aum/tstream.h
list.o: ../../aum/wait.h ../../aum/who.h ../../builtin/extern.h
list.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/object.h
list.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
list.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
list.o: ../../mathematics/conv.h
map.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
map.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
map.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
map.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/merger.h
map.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h
map.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
map.o: ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
map.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/mj-imp.h
map.o: ../../aum/message.h ../../aum/builtin.h ../../aum/string.h
map.o: ../../aum/sideeffect.h ../../aum/aj-c.h ../../builtin/extern.h
map.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
map.o: ../../aum/close.h ../../aum/object.h ../../aum/split.h
map.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
map.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
map.o: ../../table/protocol.h ../../mathematics/conv.h
maxpe.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
maxpe.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
maxpe.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
maxpe.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
maxpe.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
maxpe.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
maxpe.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
maxpe.o: ../../aum/string.h ../../aum/parallel.h ../../builtin/extern.h
maxpe.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
maxpe.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
maxpe.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
maxpe.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
maxpe.o: ../../aum/mj-imp.h ../../aum/connect.h ../../aum/send.h
maxpe.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
maxpe.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
msgobj.o: ../../aum/msgobj.h ../../aum/word.h ../../config.h ../../aum/bool.h
msgobj.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/sideeffect.h
msgobj.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
msgobj.o: ../../aum/rc.h ../../aum/protocolid.h ../../table/userpid.gh
msgobj.o: ../../aum/localmsg.h ../../aum/message.h ../../aum/messageq.h
msgobj.o: ../../aum/globalid.h ../../aum/merger.h ../../aum/mj-c.h
msgobj.o: ../../aum/j-c.h ../../aum/joint.h ../../aum/mj-nc.h
msgobj.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/stdlib.h
msgobj.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/close.h
msgobj.o: ../../aum/object.h ../../aum/global.h ../../aum/strategy.h
msgobj.o: ../../aum/split.h ../../aum/builtin.h ../../aum/string.h
msgobj.o: ../../aum/connect.h ../../aum/send.h ../../aum/tstream.h
msgobj.o: ../../aum/wait.h ../../aum/who.h ../../aum/trace.h
msgobj.o: ../../table/atomhash.h ../../aum/alloc.h ../../utils/utils.h
neq.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
neq.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
neq.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
neq.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/string.h
neq.o: ../../aum/list.h ../../aum/sideeffect.h ../../aum/header.h
neq.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
neq.o: ../../aum/vector.h ../../aum/messageq.h ../../aum/j-nc.h
neq.o: ../../aum/joint.h ../../aum/compare.h ../../aum/object.h
neq.o: ../../aum/globalid.h ../../aum/message.h ../../aum/builtin.h
neq.o: ../../aum/string.h ../../aum/derive.h ../../builtin/extern.h
neq.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
neq.o: ../../aum/close.h ../../aum/split.h ../../aum/merger.h
neq.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/mj-imp.h
neq.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
neq.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
neq.o: ../../table/protocol.h ../../mathematics/conv.h
neq.o: ../../mathematics/ext-conv.h
objcopy.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
objcopy.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
objcopy.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
objcopy.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
objcopy.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
objcopy.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
objcopy.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
objcopy.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
objcopy.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
objcopy.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
objcopy.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
objcopy.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
objcopy.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/vector.h
objcopy.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
objcopy.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
objcopy.o: ../../mathematics/conv.h
objnum.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
objnum.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
objnum.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
objnum.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/instantiate.h
objnum.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h
objnum.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
objnum.o: ../../aum/joint.h ../../aum/stdlib.h ../../aum/error.h
objnum.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/messageq.h
objnum.o: ../../aum/globalid.h ../../aum/close.h ../../aum/object.h
objnum.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-nc.h
objnum.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
objnum.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
objnum.o: ../../aum/send.h
runtime.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
runtime.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
runtime.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
runtime.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/time.h
sendbmsg.o: ../../aum/word.h ../../config.h ../../aum/bool.h
sendbmsg.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/protocolid.h
sendbmsg.o: ../../table/userpid.gh ../../aum/localmsg.h ../../aum/message.h
sendbmsg.o: ../../aum/messageq.h ../../aum/header.h ../../aum/objecttag.h
sendbmsg.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/globalid.h
sendbmsg.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
sendbmsg.o: ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
sendbmsg.o: ../../aum/mj-imp.h ../../aum/send.h ../../aum/close.h
sendbmsg.o: ../../aum/object.h ../../aum/global.h ../../aum/strategy.h
sendbmsg.o: ../../aum/trace.h ../../builtin/extern.h ../../aum/stdlib.h
sendbmsg.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/split.h
sendbmsg.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
sendbmsg.o: ../../aum/connect.h ../../aum/execbmsg.h ../../aum/alloc.h
sendbmsg.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
sendbmsg.o: ../../mathematics/conv.h
setcar.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
setcar.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
setcar.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
setcar.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/header.h
setcar.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
setcar.o: ../../aum/list.h ../../aum/sideeffect.h ../../aum/builtin.h
setcar.o: ../../aum/string.h ../../aum/message.h ../../aum/messageq.h
setcar.o: ../../aum/globalid.h ../../builtin/extern.h ../../aum/stdlib.h
setcar.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/close.h
setcar.o: ../../aum/object.h ../../aum/joint.h ../../aum/split.h
setcar.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
setcar.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
setcar.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
setcar.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
setcar.o: ../../table/protocol.h ../../mathematics/conv.h
setcdr.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
setcdr.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
setcdr.o: ../../aum/word.h ../../config.h ../../aum/aumtype.h
setcdr.o: ../../aum/fetch.h ../../aum/global.h ../../aum/strategy.h
setcdr.o: ../../aum/code.h ../../aum/protocolid.h ../../table/userpid.gh
setcdr.o: ../../aum/trace.h ../../aum/list.h ../../aum/sideeffect.h
setcdr.o: ../../aum/builtin.h ../../aum/string.h ../../aum/message.h
setcdr.o: ../../aum/messageq.h ../../aum/globalid.h ../../builtin/extern.h
setcdr.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
setcdr.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
setcdr.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
setcdr.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
setcdr.o: ../../aum/mj-imp.h ../../aum/connect.h ../../aum/send.h
setcdr.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
setcdr.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
seti.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
seti.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
seti.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
seti.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
seti.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
seti.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
seti.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
seti.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
seti.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
seti.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
seti.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
seti.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/list.h
seti.o: ../../aum/msgobj.h ../../aum/localmsg.h ../../aum/vector.h
seti.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
seti.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
seti.o: ../../mathematics/conv.h
setmode.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
setmode.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
setmode.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
setmode.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
setmode.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
setmode.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
setmode.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
setmode.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
setmode.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
setmode.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
setmode.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
setmode.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
setmode.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/string.h
setmode.o: ../../table/protocol.h ../../aum/alloc.h ../../builtin/extern.h
setmode.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
setmode.o: ../../mathematics/conv.h
setname.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
setname.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
setname.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
setname.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
setname.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
setname.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
setname.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
setname.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
setname.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
setname.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
setname.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
setname.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
setname.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/string.h
setname.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
setname.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
setname.o: ../../mathematics/conv.h
seto.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
seto.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
seto.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
seto.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
seto.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
seto.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
seto.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
seto.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
seto.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
seto.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
seto.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
seto.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/list.h
seto.o: ../../aum/string.h ../../aum/vector.h ../../aum/msgobj.h
seto.o: ../../aum/localmsg.h ../../builtin/extern.h ../../aum/execbmsg.h
seto.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
seto.o: ../../table/protocol.h ../../mathematics/conv.h
sideeffect.o: ../../aum/sideeffect.h ../../aum/header.h ../../aum/bool.h
sideeffect.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
sideeffect.o: ../../aum/types.h ../../aum/word.h ../../config.h
sideeffect.o: ../../aum/aumtype.h ../../aum/protocolid.h
sideeffect.o: ../../table/userpid.gh ../../aum/messageq.h ../../aum/split.h
sideeffect.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
sideeffect.o: ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
sideeffect.o: ../../aum/globalid.h ../../aum/mj-imp.h ../../aum/message.h
sideeffect.o: ../../aum/builtin.h ../../aum/string.h ../../aum/error.h
sideeffect.o: ../../aum/stdlib.h
strascii.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
strascii.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
strascii.o: ../../aum/types.h ../../aum/string.h ../../aum/tstream.h
strascii.o: ../../aum/alloc.h ../../aum/trace.h ../../aum/wait.h
strascii.o: ../../aum/who.h ../../mathematics/ext-conv.h
strascii.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/header.h
strascii.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
strascii.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
strascii.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
strascii.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
strascii.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
strascii.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
strascii.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
strascii.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
strascii.o: ../../aum/send.h ../../aum/execbmsg.h ../../table/atomhash.h
strascii.o: ../../utils/utils.h ../../table/protocol.h
strascii.o: ../../mathematics/conv.h
streuc.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
streuc.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
streuc.o: ../../aum/types.h ../../aum/string.h ../../aum/tstream.h
streuc.o: ../../aum/alloc.h ../../aum/trace.h ../../aum/wait.h
streuc.o: ../../aum/who.h ../../utils/utils.h ../../mathematics/ext-conv.h
streuc.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/header.h
streuc.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
streuc.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
streuc.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
streuc.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
streuc.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
streuc.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
streuc.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
streuc.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
streuc.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../table/protocol.h
streuc.o: ../../mathematics/conv.h
string.o: ../../aum/string.h ../../aum/fetch.h ../../config.h
string.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
string.o: ../../aum/types.h ../../aum/global.h ../../aum/strategy.h
string.o: ../../aum/code.h ../../aum/protocolid.h ../../table/userpid.gh
string.o: ../../aum/trace.h ../../builtin/extern.h ../../aum/stdlib.h
string.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/header.h
string.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
string.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
string.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
string.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
string.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
string.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
string.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
string.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
string.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
subseq.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
subseq.o: ../../aum/word.h ../../config.h ../../aum/bool.h
subseq.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
subseq.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
subseq.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
subseq.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
subseq.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
subseq.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
subseq.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
subseq.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
subseq.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
subseq.o: ../../aum/string.h ../../aum/list.h ../../aum/vector.h
subseq.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
subseq.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
subseq.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
subseq.o: ../../mathematics/conv.h
true.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
true.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
true.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
true.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
true.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
true.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
true.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
true.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
true.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/object.h
true.o: ../../aum/joint.h ../../aum/split.h ../../aum/merger.h
true.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
true.o: ../../aum/mj-imp.h ../../aum/connect.h ../../aum/send.h
true.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
true.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
vector.o: ../../aum/vector.h ../../aum/header.h ../../aum/bool.h
vector.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
vector.o: ../../aum/types.h ../../aum/word.h ../../config.h
vector.o: ../../aum/aumtype.h ../../aum/sideeffect.h ../../aum/protocolid.h
vector.o: ../../table/userpid.gh ../../aum/messageq.h ../../aum/j-nc.h
vector.o: ../../aum/joint.h ../../aum/stdlib.h ../../aum/error.h
vector.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/globalid.h
vector.o: ../../aum/close.h ../../aum/object.h ../../aum/global.h
vector.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
vector.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
vector.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
vector.o: ../../aum/connect.h ../../aum/send.h ../../aum/parallel.h
vector.o: ../../aum/tstream.h ../../aum/alloc.h ../../aum/trace.h
vector.o: ../../aum/who.h ../../aum/wait.h ../../builtin/extern.h
vector.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
vector.o: ../../table/protocol.h ../../mathematics/conv.h
clink.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
clink.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
clink.o: ../../class/template.h ../../aum/rc.h ../../aum/objecttag.h
clink.o: ../../aum/header.h ../../aum/messagetag.h ../../table/protocol.h
clink.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/alloc.h
clink.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
clink.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
clink.o: ../../class/supers.h ../../class/codemodule.h ../../class/clink.h
clink.o: ../../table/atomhash.h ../../utils/utils.h
codemodule.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
codemodule.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
codemodule.o: ../../aum/types.h ../../aum/global.h ../../aum/strategy.h
codemodule.o: ../../aum/alloc.h ../../class/template.h ../../aum/rc.h
codemodule.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
codemodule.o: ../../table/protocol.h ../../aum/protocolid.h
codemodule.o: ../../table/userpid.gh ../../aum/message.h ../../aum/messageq.h
codemodule.o: ../../aum/globalid.h ../../aum/code.h ../../class/method.h
codemodule.o: ../../aum/debugger.h ../../class/supers.h
codemodule.o: ../../class/codemodule.h ../../loader/info.h
codemodule.o: ../../loader/disasm.h
foreigndict.o: ../../aum/alloc.h ../../aum/error.h ../../aum/stdlib.h
foreigndict.o: ../../aum/word.h ../../config.h ../../aum/bool.h
foreigndict.o: ../../aum/aumtype.h ../../aum/types.h
foreigndict.o: ../../class/foreigndict.h ../../table/nlist.h
foreigndict.o: ../../loader/info.h ../../aum/protocolid.h
foreigndict.o: ../../table/userpid.gh
method.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
method.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
method.o: ../../aum/types.h ../../aum/global.h ../../aum/strategy.h
method.o: ../../aum/j-c.h ../../aum/header.h ../../aum/objecttag.h
method.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/joint.h
method.o: ../../aum/trace.h ../../aum/object.h ../../aum/globalid.h
method.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/messageq.h
method.o: ../../aum/message.h ../../class/template.h ../../table/protocol.h
method.o: ../../aum/alloc.h ../../aum/code.h ../../class/method.h
method.o: ../../aum/debugger.h ../../class/supers.h ../../class/codemodule.h
method.o: ../../class/clink.h ../../table/atomhash.h ../../utils/utils.h
methoddict.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
methoddict.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
methoddict.o: ../../aum/types.h ../../aum/global.h ../../aum/strategy.h
methoddict.o: ../../aum/alloc.h ../../class/template.h ../../aum/rc.h
methoddict.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
methoddict.o: ../../table/protocol.h ../../aum/protocolid.h
methoddict.o: ../../table/userpid.gh ../../aum/message.h ../../aum/messageq.h
methoddict.o: ../../aum/globalid.h ../../aum/code.h ../../class/method.h
methoddict.o: ../../aum/debugger.h ../../class/supers.h
methoddict.o: ../../class/codemodule.h ../../loader/info.h
slotdict.o: ../../config.h ../../aum/global.h ../../aum/word.h
slotdict.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
slotdict.o: ../../aum/strategy.h ../../aum/error.h ../../aum/stdlib.h
slotdict.o: ../../table/atomhash.h ../../aum/alloc.h ../../utils/utils.h
slotdict.o: ../../class/template.h ../../aum/rc.h ../../aum/objecttag.h
slotdict.o: ../../aum/header.h ../../aum/messagetag.h ../../table/protocol.h
slotdict.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/message.h
slotdict.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/code.h
slotdict.o: ../../class/method.h ../../aum/debugger.h ../../class/supers.h
slotdict.o: ../../class/codemodule.h ../../class/slotdict.h
slotdict.o: ../../loader/info.h
template.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
template.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
template.o: ../../aum/types.h ../../aum/object.h ../../aum/rc.h
template.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
template.o: ../../aum/globalid.h ../../aum/protocolid.h
template.o: ../../table/userpid.gh ../../aum/joint.h ../../aum/messageq.h
template.o: ../../aum/message.h ../../aum/global.h ../../aum/strategy.h
template.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
template.o: ../../table/protocol.h ../../table/nlist.h ../../class/template.h
template.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
template.o: ../../class/supers.h ../../class/codemodule.h
template.o: ../../class/slotdict.h ../../class/foreigndict.h
template.o: ../../class/clink.h
fclose.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
fclose.o: ../../aum/word.h ../../config.h ../../aum/bool.h
fclose.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
fclose.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
fclose.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
fclose.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
fclose.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
fclose.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
fclose.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
fclose.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
fclose.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
fclose.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
fclose.o: ../../aum/fstream.h ../../aum/alloc.h ../../builtin/extern.h
fclose.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
fclose.o: ../../table/protocol.h ../../mathematics/conv.h
fflush.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
fflush.o: ../../aum/word.h ../../config.h ../../aum/bool.h
fflush.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
fflush.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
fflush.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
fflush.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
fflush.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
fflush.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
fflush.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
fflush.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
fflush.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
fflush.o: ../../aum/code.h ../../aum/fetch.h ../../aum/trace.h
fflush.o: ../../aum/fstream.h ../../aum/alloc.h ../../builtin/extern.h
fflush.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
fflush.o: ../../table/protocol.h ../../mathematics/conv.h
fprintf.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
fprintf.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
fprintf.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
fprintf.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
fprintf.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
fprintf.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
fprintf.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
fprintf.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
fprintf.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
fprintf.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
fprintf.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
fprintf.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
fprintf.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/string.h
fprintf.o: ../../aum/vector.h ../../aum/tstream.h ../../aum/fstream.h
fprintf.o: ../../aum/alloc.h ../../builtin/extern.h ../../aum/execbmsg.h
fprintf.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
fprintf.o: ../../mathematics/conv.h
fscanf.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
fscanf.o: ../../aum/word.h ../../config.h ../../aum/bool.h
fscanf.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
fscanf.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
fscanf.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
fscanf.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
fscanf.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
fscanf.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
fscanf.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
fscanf.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
fscanf.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
fscanf.o: ../../aum/code.h ../../aum/fetch.h ../../aum/trace.h
fscanf.o: ../../aum/fstream.h ../../aum/alloc.h ../../aum/tstream.h
fscanf.o: ../../aum/string.h ../../aum/vector.h ../../builtin/extern.h
fscanf.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
fscanf.o: ../../table/protocol.h ../../mathematics/conv.h
fscanf.o: ../../mathematics/ext-conv.h
fseek.o: ../../config.h ../../aum/stdlib.h ../../aum/error.h
fseek.o: ../../aum/stdlib.h ../../aum/word.h ../../aum/bool.h
fseek.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
fseek.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
fseek.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
fseek.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
fseek.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
fseek.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
fseek.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
fseek.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
fseek.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
fseek.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
fseek.o: ../../aum/fstream.h ../../aum/alloc.h ../../builtin/extern.h
fseek.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
fseek.o: ../../table/protocol.h ../../mathematics/conv.h
fstream.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h
fstream.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
fstream.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
fstream.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
fstream.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
fstream.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
fstream.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
fstream.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
fstream.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
fstream.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
fstream.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
fstream.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
fstream.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/tstream.h
fstream.o: ../../aum/fstream.h ../../aum/alloc.h ../../aum/string.h
fstream.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../table/atomhash.h
fstream.o: ../../utils/utils.h ../../table/protocol.h
fstream.o: ../../mathematics/conv.h ../../utils/cconv.h
get.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
get.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
get.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
get.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/fstream.h
get.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
get.o: ../../aum/rc.h ../../aum/alloc.h ../../aum/j-c.h ../../aum/joint.h
get.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
get.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/messageq.h
get.o: ../../aum/globalid.h ../../aum/close.h ../../aum/object.h
get.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
get.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
get.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
get.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
get.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
get.o: ../../mathematics/conv.h
getc.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
getc.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
getc.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
getc.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
getc.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
getc.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
getc.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
getc.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
getc.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
getc.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
getc.o: ../../aum/connect.h ../../aum/send.h ../../aum/fetch.h
getc.o: ../../aum/code.h ../../aum/trace.h ../../aum/fstream.h
getc.o: ../../aum/alloc.h ../../builtin/extern.h ../../aum/execbmsg.h
getc.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
getc.o: ../../mathematics/conv.h
gets.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
gets.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
gets.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
gets.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
gets.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
gets.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
gets.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
gets.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
gets.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
gets.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
gets.o: ../../aum/connect.h ../../aum/send.h ../../aum/fetch.h
gets.o: ../../aum/code.h ../../aum/trace.h ../../aum/fstream.h
gets.o: ../../aum/alloc.h ../../builtin/extern.h ../../aum/execbmsg.h
gets.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
gets.o: ../../mathematics/conv.h
iseof.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
iseof.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
iseof.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
iseof.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
iseof.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
iseof.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
iseof.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
iseof.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
iseof.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
iseof.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
iseof.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
iseof.o: ../../aum/code.h ../../aum/fetch.h ../../aum/trace.h
iseof.o: ../../aum/fstream.h ../../aum/alloc.h ../../builtin/extern.h
iseof.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
iseof.o: ../../table/protocol.h ../../mathematics/conv.h
open.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
open.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
open.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
open.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
open.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
open.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
open.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
open.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
open.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
open.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
open.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
open.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/fstream.h
open.o: ../../aum/alloc.h ../../aum/compare.h ../../aum/string.h
open.o: ../../table/protocol.h ../../builtin/extern.h ../../aum/execbmsg.h
open.o: ../../table/atomhash.h ../../utils/utils.h ../../mathematics/conv.h
put.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
put.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
put.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
put.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
put.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
put.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
put.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
put.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
put.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
put.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
put.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
put.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/fstream.h
put.o: ../../aum/alloc.h ../../aum/tstream.h ../../aum/string.h
put.o: ../../aum/msgobj.h ../../aum/localmsg.h ../../aum/vector.h
put.o: ../../aum/aj-nc.h ../../aum/aj-c.h ../../aum/printstack.h
put.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../table/atomhash.h
put.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
putc.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
putc.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
putc.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
putc.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
putc.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
putc.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
putc.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
putc.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
putc.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
putc.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
putc.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
putc.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/fstream.h
putc.o: ../../aum/alloc.h ../../builtin/extern.h ../../aum/execbmsg.h
putc.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
putc.o: ../../mathematics/conv.h
puts.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
puts.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
puts.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
puts.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
puts.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
puts.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
puts.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
puts.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
puts.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
puts.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
puts.o: ../../aum/connect.h ../../aum/send.h ../../aum/code.h
puts.o: ../../aum/fetch.h ../../aum/trace.h ../../aum/fstream.h
puts.o: ../../aum/alloc.h ../../aum/string.h ../../builtin/extern.h
puts.o: ../../aum/execbmsg.h ../../table/atomhash.h ../../utils/utils.h
puts.o: ../../table/protocol.h ../../mathematics/conv.h
unget.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
unget.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
unget.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
unget.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
unget.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
unget.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
unget.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
unget.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
unget.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
unget.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
unget.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
unget.o: ../../aum/code.h ../../aum/fetch.h ../../aum/trace.h
unget.o: ../../table/protocol.h ../../aum/alloc.h ../../aum/fstream.h
unget.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../table/atomhash.h
unget.o: ../../utils/utils.h ../../mathematics/conv.h
asmbl.o: ../../aum/stdlib.h ../../loader/info.h ../../aum/word.h
asmbl.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
asmbl.o: ../../aum/types.h ../../aum/protocolid.h ../../table/userpid.gh
asmbl.o: ../../aum/alloc.h ../../aum/error.h ../../loader/mem.h
disasm.o: ../../aum/aumtype.h ../../aum/object.h ../../config.h
disasm.o: ../../aum/bool.h ../../aum/types.h ../../aum/word.h ../../aum/rc.h
disasm.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
disasm.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
disasm.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
disasm.o: ../../aum/global.h ../../aum/strategy.h ../../aum/tstream.h
disasm.o: ../../class/template.h ../../table/protocol.h ../../aum/alloc.h
disasm.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
disasm.o: ../../class/supers.h ../../class/codemodule.h ../../class/clink.h
disasm.o: ../../table/atomhash.h ../../utils/utils.h ../../loader/funadd.gh
disasm.o: ../../loader/disasm.h ../../loader/rgline.h ../../loader/reg.h
disasm.o: ../../loader/parse.h ../../loader/field.h ../../builtin/extern.h
disasm.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
disasm.o: ../../aum/close.h ../../aum/split.h ../../aum/merger.h
disasm.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
disasm.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
disasm.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
disasm.o: ../../aum/execbmsg.h ../../mathematics/conv.h ../../table/nlist.h
info.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
info.o: ../../aum/types.h ../../aum/protocolid.h ../../table/userpid.gh
info.o: ../../aum/error.h ../../aum/stdlib.h ../../loader/info.h
info.o: ../../loader/lyerror.h ../../utils/utils.h ../../table/nlist.h
info.o: ../../loader/mem.h
lexical.o: ../../loader/info.h ../../aum/word.h ../../config.h
lexical.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
lexical.o: ../../aum/protocolid.h ../../table/userpid.gh
lexical.o: ../../loader/rgline.h ../../loader/reg.h ../../loader/parse.h
lexical.o: ../../loader/lyerror.h ../../loader/mem.h
load.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h ../../config.h
load.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
load.o: ../../class/template.h ../../aum/rc.h ../../aum/objecttag.h
load.o: ../../aum/header.h ../../aum/messagetag.h ../../table/protocol.h
load.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/alloc.h
load.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
load.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
load.o: ../../class/supers.h ../../class/codemodule.h ../../class/slotdict.h
load.o: ../../class/foreigndict.h ../../class/clink.h ../../table/atomhash.h
load.o: ../../utils/utils.h ../../loader/info.h
lyerror.o: ../../loader/lyerror.h
mem.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
mem.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
mem.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h ../../config.h
mem.o: ../../aum/aumtype.h ../../aum/protocolid.h ../../table/userpid.gh
mem.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
mem.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/alloc.h
mem.o: ../../loader/mem.h
mkcode.o: ../../aum/string.h ../../class/template.h ../../config.h
mkcode.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
mkcode.o: ../../aum/rc.h ../../aum/word.h ../../aum/objecttag.h
mkcode.o: ../../aum/header.h ../../aum/messagetag.h ../../table/protocol.h
mkcode.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/alloc.h
mkcode.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
mkcode.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
mkcode.o: ../../class/supers.h ../../class/codemodule.h ../../class/clink.h
mkcode.o: ../../table/atomhash.h ../../utils/utils.h
mkcode.o: ../../mathematics/ext-conv.h ../../loader/rgline.h
mkcode.o: ../../loader/reg.h ../../loader/parse.h ../../loader/info.h
mkcode.o: ../../loader/field.h ../../loader/lyerror.h ../../loader/mem.h
parse.o: ../../config.h ../../loader/info.h ../../aum/word.h ../../aum/bool.h
parse.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/protocolid.h
parse.o: ../../table/userpid.gh ../../loader/field.h ../../loader/lyerror.h
parse.o: ../../loader/rgline.h ../../loader/reg.h ../../loader/mem.h
parse.o: ../../utils/utils.h
table.o: ../../loader/table.h ../../loader/rgline.h ../../loader/reg.h
table.o: ../../loader/parse.h ../../loader/reg.h ../../loader/funadd.gh
table.o: ../../loader/inst-table.gh ../../loader/lyerror.h
add.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
add.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
add.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
add.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
add.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
add.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
add.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
add.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
add.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
add.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
add.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
add.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
add.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
add.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
add.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
add.o: ../../mathematics/type.h ../../mathematics/add.h
conv.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
conv.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
conv.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
conv.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
conv.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
conv.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
conv.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
conv.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
conv.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
conv.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
conv.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
conv.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
conv.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
conv.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
conv.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
dfloat.o: ../../mathematics/mathematics.h ../../aum/stdlib.h
dfloat.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
dfloat.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
dfloat.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
dfloat.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
dfloat.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
dfloat.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
dfloat.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
dfloat.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
dfloat.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
dfloat.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
dfloat.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
dfloat.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
dfloat.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
dfloat.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
dfloat.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
dfloat.o: ../../aum/tstream.h
div.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
div.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
div.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
div.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
div.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
div.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
div.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
div.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
div.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
div.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
div.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
div.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
div.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
div.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
div.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
div.o: ../../mathematics/type.h ../../mathematics/div.h
double.o: ../../mathematics/mathematics.h ../../aum/stdlib.h
double.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
double.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
double.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
double.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
double.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
double.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
double.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
double.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
double.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
double.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
double.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
double.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
double.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
double.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
double.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
double.o: ../../aum/string.h
float.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
float.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
float.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
float.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
float.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
float.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
float.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
float.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
float.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
float.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
float.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
float.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
float.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
float.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
float.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
float.o: ../../aum/string.h
funclib.o: ../../aum/stdlib.h ../../mathematics/mathlib.h
funclib.o: ../../aum/protocolid.h ../../aum/types.h ../../aum/bool.h
funclib.o: ../../aum/aumtype.h ../../aum/word.h ../../config.h
funclib.o: ../../table/userpid.gh ../../aum/header.h ../../aum/objecttag.h
funclib.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/error.h
funclib.o: ../../mathematics/ext-conv.h ../../aum/builtin.h
funclib.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/message.h
funclib.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/fetch.h
funclib.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
funclib.o: ../../aum/trace.h
int.o: ../../aum/objecttag.h ../../mathematics/mathematics.h
int.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
int.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
int.o: ../../aum/types.h ../../aum/header.h ../../aum/messagetag.h
int.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
int.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
int.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
int.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
int.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
int.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
int.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
int.o: ../../aum/send.h ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
int.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
int.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
int.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
int.o: ../../aum/string.h
math1.o: ../../aum/stdlib.h ../../mathematics/mathlib.h
math1.o: ../../aum/protocolid.h ../../aum/types.h ../../aum/bool.h
math1.o: ../../aum/aumtype.h ../../aum/word.h ../../config.h
math1.o: ../../table/userpid.gh ../../aum/header.h ../../aum/objecttag.h
math1.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/error.h
math1.o: ../../mathematics/ext-conv.h ../../aum/fetch.h ../../aum/global.h
math1.o: ../../aum/strategy.h ../../aum/code.h ../../aum/trace.h
mathlib.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
mathlib.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h
mathlib.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
mathlib.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
mathlib.o: ../../aum/rc.h ../../aum/message.h ../../aum/messageq.h
mathlib.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
mathlib.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
mathlib.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
mathlib.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
mathlib.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
mathlib.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
mathlib.o: ../../aum/connect.h ../../aum/send.h ../../aum/execbmsg.h
mathlib.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
mathlib.o: ../../table/protocol.h ../../mathematics/conv.h
mathlib.o: ../../mathematics/mathlib.h ../../mathematics/ext-conv.h
mathlib.o: ../../aum/appender.h ../../aum/aj-c.h ../../aum/aj-nc.h
minus.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
minus.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
minus.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
minus.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
minus.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
minus.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
minus.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
minus.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
minus.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
minus.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
minus.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
minus.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
minus.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
minus.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
minus.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
minus.o: ../../mathematics/type.h ../../mathematics/minus.h
mod.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
mod.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
mod.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
mod.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
mod.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
mod.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
mod.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
mod.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
mod.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
mod.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
mod.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
mod.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
mod.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
mod.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
mod.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
mod.o: ../../mathematics/type.h ../../mathematics/mod.h
mul.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
mul.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
mul.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
mul.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
mul.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
mul.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
mul.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
mul.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
mul.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
mul.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
mul.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
mul.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
mul.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
mul.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
mul.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
mul.o: ../../mathematics/type.h ../../mathematics/mul.h
pow.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
pow.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
pow.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
pow.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
pow.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
pow.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
pow.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
pow.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
pow.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
pow.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
pow.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
pow.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
pow.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
pow.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
pow.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
pow.o: ../../mathematics/type.h ../../aum/string.h
shift.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
shift.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
shift.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
shift.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
shift.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
shift.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
shift.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
shift.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
shift.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
shift.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
shift.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
shift.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
shift.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
shift.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
shift.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
shift.o: ../../mathematics/type.h
sub.o: ../../mathematics/mathematics.h ../../aum/stdlib.h ../../aum/error.h
sub.o: ../../aum/stdlib.h ../../aum/word.h ../../config.h ../../aum/bool.h
sub.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
sub.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
sub.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
sub.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
sub.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
sub.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
sub.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
sub.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
sub.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
sub.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
sub.o: ../../builtin/extern.h ../../aum/execbmsg.h ../../aum/alloc.h
sub.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
sub.o: ../../mathematics/conv.h ../../mathematics/ext-conv.h
sub.o: ../../mathematics/type.h ../../mathematics/sub.h
activate.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
activate.o: ../../aum/word.h ../../config.h ../../aum/bool.h
activate.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
activate.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
activate.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
activate.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
activate.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
activate.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
activate.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
activate.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
activate.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
activate.o: ../../aum/send.h ../../aum/fetch.h ../../aum/code.h
activate.o: ../../aum/trace.h ../../aum/proceed.h
aj-c.o: ../../aum/aj-c.h ../../aum/j-c.h ../../aum/header.h ../../aum/bool.h
aj-c.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
aj-c.o: ../../aum/types.h ../../aum/word.h ../../config.h ../../aum/aumtype.h
aj-c.o: ../../aum/joint.h ../../aum/aj-nc.h ../../aum/j-nc.h
aj-c.o: ../../aum/messageq.h ../../aum/connect.h ../../aum/mj-c.h
aj-c.o: ../../aum/trace.h ../../aum/stdlib.h ../../aum/error.h
aj-c.o: ../../aum/stdlib.h ../../aum/message.h ../../aum/globalid.h
aj-c.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
aj-c.o: ../../aum/object.h ../../aum/global.h ../../aum/strategy.h
aj-c.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-nc.h
aj-c.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
aj-c.o: ../../aum/sideeffect.h ../../aum/send.h
aj-nc.o: ../../aum/aj-c.h ../../aum/j-c.h ../../aum/header.h ../../aum/bool.h
aj-nc.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
aj-nc.o: ../../aum/types.h ../../aum/word.h ../../config.h
aj-nc.o: ../../aum/aumtype.h ../../aum/joint.h ../../aum/aj-nc.h
aj-nc.o: ../../aum/j-nc.h ../../aum/messageq.h ../../aum/mj-nc.h
aj-nc.o: ../../aum/globalid.h ../../aum/connect.h ../../aum/message.h
aj-nc.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/globlmsg.h
aj-nc.o: ../../table/export.h ../../table/import.h ../../aum/mj-imp.h
aj-nc.o: ../../aum/trace.h
allocmsg.o: ../../aum/allocmsg.h ../../aum/alloc.h ../../aum/message.h
allocmsg.o: ../../aum/messageq.h ../../aum/header.h ../../aum/bool.h
allocmsg.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
allocmsg.o: ../../aum/types.h ../../aum/word.h ../../config.h
allocmsg.o: ../../aum/aumtype.h ../../aum/globalid.h ../../aum/protocolid.h
allocmsg.o: ../../table/userpid.gh ../../aum/parallel.h
allocstats.o: ../../aum/allocstats.h
appender.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
appender.o: ../../aum/word.h ../../config.h ../../aum/bool.h
appender.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
appender.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
appender.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
appender.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
appender.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
appender.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
appender.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
appender.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
appender.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
appender.o: ../../aum/send.h ../../aum/aj-nc.h ../../aum/aj-c.h
appender.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
appender.o: ../../aum/alloc.h ../../aum/allocstats.h ../../aum/parallel.h
branch.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h
branch.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
branch.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h ../../config.h
branch.o: ../../aum/aumtype.h ../../aum/joint.h ../../aum/fetch.h
branch.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
branch.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/trace.h
branch.o: ../../aum/close.h ../../aum/object.h ../../aum/globalid.h
branch.o: ../../aum/messageq.h ../../aum/message.h
close.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
close.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
close.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
close.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
close.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
close.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
close.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
close.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
close.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
close.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
close.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
close.o: ../../aum/scheduler.h ../../aum/vector.h ../../aum/msgobj.h
close.o: ../../aum/localmsg.h ../../aum/list.h ../../aum/string.h
close.o: ../../aum/aj-c.h ../../aum/aj-nc.h ../../aum/fetch.h
close.o: ../../aum/code.h ../../aum/trace.h ../../aum/fstream.h
close.o: ../../aum/alloc.h
connect.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
connect.o: ../../aum/word.h ../../config.h ../../aum/bool.h
connect.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
connect.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
connect.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
connect.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
connect.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
connect.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
connect.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
connect.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
connect.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
connect.o: ../../aum/send.h ../../aum/fetch.h ../../aum/code.h
connect.o: ../../aum/trace.h ../../aum/aj-c.h ../../aum/aj-nc.h
connect.o: ../../aum/parallel.h
copy.o: ../../config.h ../../aum/fetch.h ../../aum/word.h ../../aum/bool.h
copy.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
copy.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
copy.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
copy.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
copy.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
copy.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
copy.o: ../../aum/joint.h ../../aum/j-c.h ../../aum/close.h
copy.o: ../../aum/object.h ../../aum/connect.h ../../aum/j-nc.h
copy.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/stdlib.h
copy.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
copy.o: ../../aum/mj-nc.h ../../aum/mj-imp.h ../../aum/send.h
copy.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
copy.o: ../../aum/string.h ../../builtin/extern.h ../../aum/execbmsg.h
copy.o: ../../aum/alloc.h ../../table/atomhash.h ../../utils/utils.h
copy.o: ../../table/protocol.h ../../mathematics/conv.h
derive.o: ../../aum/word.h ../../config.h ../../aum/bool.h
derive.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/derive.h
derive.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/error.h
derive.o: ../../aum/stdlib.h ../../aum/object.h ../../aum/rc.h
derive.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
derive.o: ../../aum/globalid.h ../../aum/joint.h ../../aum/messageq.h
derive.o: ../../aum/message.h ../../aum/global.h ../../aum/strategy.h
derive.o: ../../aum/localmsg.h ../../aum/merger.h ../../aum/mj-c.h
derive.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
derive.o: ../../aum/mj-imp.h ../../aum/send.h ../../builtin/extern.h
derive.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/split.h
derive.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
derive.o: ../../aum/connect.h ../../aum/execbmsg.h ../../aum/alloc.h
derive.o: ../../table/atomhash.h ../../utils/utils.h ../../table/protocol.h
derive.o: ../../mathematics/conv.h ../../class/template.h ../../aum/code.h
derive.o: ../../class/method.h ../../aum/debugger.h ../../class/supers.h
derive.o: ../../class/codemodule.h ../../class/clink.h
descend.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
descend.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
descend.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
descend.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/proceed.h
error.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
error.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
error.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
error.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
error.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
error.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
error.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
error.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
error.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
error.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
error.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
error.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
error.o: ../../aum/tstream.h
execsysmsg.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
execsysmsg.o: ../../aum/word.h ../../config.h ../../aum/bool.h
execsysmsg.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
execsysmsg.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
execsysmsg.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
execsysmsg.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
execsysmsg.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
execsysmsg.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
execsysmsg.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
execsysmsg.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
execsysmsg.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
execsysmsg.o: ../../aum/send.h ../../aum/globlmsg.h ../../table/export.h
execsysmsg.o: ../../table/import.h ../../aum/aj-c.h ../../aum/execbmsg.h
execsysmsg.o: ../../aum/tstream.h ../../aum/trace.h ../../aum/parallel.h
execsysmsg.o: ../../class/template.h ../../table/protocol.h ../../aum/alloc.h
execsysmsg.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
execsysmsg.o: ../../class/supers.h ../../class/codemodule.h
execsysmsg.o: ../../class/clink.h ../../table/atomhash.h ../../utils/utils.h
fetch.o: ../../aum/message.h ../../aum/messageq.h ../../aum/header.h
fetch.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
fetch.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h ../../config.h
fetch.o: ../../aum/aumtype.h ../../aum/globalid.h ../../aum/protocolid.h
fetch.o: ../../table/userpid.gh ../../aum/global.h ../../aum/strategy.h
fetch.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
fetch.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
fetch.o: ../../aum/j-c.h ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
fetch.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
fetch.o: ../../aum/sideeffect.h
foreigncall.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
foreigncall.o: ../../aum/word.h ../../config.h ../../aum/bool.h
foreigncall.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
foreigncall.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
foreigncall.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
foreigncall.o: ../../aum/protocolid.h ../../table/userpid.gh
foreigncall.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
foreigncall.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
foreigncall.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
foreigncall.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
foreigncall.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
foreigncall.o: ../../aum/connect.h ../../aum/send.h ../../aum/fetch.h
foreigncall.o: ../../aum/code.h ../../aum/trace.h ../../aum/string.h
foreigncall.o: ../../class/template.h ../../table/protocol.h
foreigncall.o: ../../aum/alloc.h ../../class/method.h ../../aum/debugger.h
foreigncall.o: ../../class/supers.h ../../class/codemodule.h
foreigncall.o: ../../table/nlist.h
gc.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
gc.o: ../../aum/types.h ../../aum/builtin.h ../../aum/string.h
gc.o: ../../aum/sideeffect.h ../../aum/header.h ../../aum/objecttag.h
gc.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/protocolid.h
gc.o: ../../table/userpid.gh ../../aum/message.h ../../aum/messageq.h
gc.o: ../../aum/globalid.h ../../aum/error.h ../../aum/stdlib.h
getself.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
getself.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
getself.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
getself.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/object.h
getself.o: ../../aum/rc.h ../../aum/objecttag.h ../../aum/header.h
getself.o: ../../aum/messagetag.h ../../aum/globalid.h ../../aum/joint.h
getself.o: ../../aum/messageq.h ../../aum/message.h
global.o: ../../aum.h ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
global.o: ../../aum/word.h ../../config.h ../../aum/bool.h
global.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
global.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
global.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
global.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
global.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
global.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
global.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
global.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
global.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
global.o: ../../aum/code.h ../../aum/fetch.h ../../aum/trace.h
global.o: ../../aum/aj-c.h
globalid.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
globalid.o: ../../aum/word.h ../../config.h ../../aum/bool.h
globalid.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
globalid.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
globalid.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
globalid.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
globalid.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
globalid.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
globalid.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
globalid.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
globalid.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
globalid.o: ../../aum/send.h ../../aum/tstream.h ../../aum/trace.h
globalid.o: ../../table/export.h
globlmsg.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
globlmsg.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
globlmsg.o: ../../aum/types.h ../../aum/stdlib.h ../../aum/header.h
globlmsg.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
globlmsg.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
globlmsg.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
globlmsg.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
globlmsg.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
globlmsg.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
globlmsg.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
globlmsg.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
globlmsg.o: ../../aum/send.h ../../aum/globlmsg.h ../../table/export.h
globlmsg.o: ../../table/import.h ../../aum/tstream.h ../../aum/allocmsg.h
globlmsg.o: ../../aum/alloc.h ../../aum/execbmsg.h
imp-inlet.o: ../../aum/mj-imp.h ../../aum/joint.h ../../aum/header.h
imp-inlet.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
imp-inlet.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h ../../config.h
imp-inlet.o: ../../aum/aumtype.h ../../aum/globalid.h ../../aum/message.h
imp-inlet.o: ../../aum/messageq.h ../../aum/protocolid.h
imp-inlet.o: ../../table/userpid.gh ../../aum/object.h ../../aum/global.h
imp-inlet.o: ../../aum/strategy.h ../../aum/globlmsg.h ../../table/export.h
imp-inlet.o: ../../table/import.h ../../aum/trace.h
imp-obj-nt.o: ../../aum/mj-imp.h ../../aum/joint.h ../../aum/header.h
imp-obj-nt.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
imp-obj-nt.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h
imp-obj-nt.o: ../../config.h ../../aum/aumtype.h ../../aum/globalid.h
imp-obj-nt.o: ../../aum/message.h ../../aum/messageq.h ../../aum/protocolid.h
imp-obj-nt.o: ../../table/userpid.gh ../../aum/mj-nc.h ../../aum/j-nc.h
imp-obj-nt.o: ../../aum/j-c.h ../../aum/aj-nc.h ../../aum/connect.h
imp-obj-nt.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
imp-obj.o: ../../aum/mj-imp.h ../../aum/joint.h ../../aum/header.h
imp-obj.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
imp-obj.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h ../../config.h
imp-obj.o: ../../aum/aumtype.h ../../aum/globalid.h ../../aum/message.h
imp-obj.o: ../../aum/messageq.h ../../aum/protocolid.h ../../table/userpid.gh
imp-obj.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/j-c.h
imp-obj.o: ../../aum/aj-nc.h ../../aum/connect.h ../../aum/globlmsg.h
imp-obj.o: ../../table/export.h ../../table/import.h
imp-outlet.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
imp-outlet.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
imp-outlet.o: ../../aum/types.h ../../aum/mj-imp.h ../../aum/joint.h
imp-outlet.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
imp-outlet.o: ../../aum/rc.h ../../aum/globalid.h ../../aum/message.h
imp-outlet.o: ../../aum/messageq.h ../../aum/protocolid.h
imp-outlet.o: ../../table/userpid.gh ../../aum/mj-nc.h ../../aum/j-nc.h
imp-outlet.o: ../../aum/j-c.h ../../aum/connect.h ../../aum/globlmsg.h
imp-outlet.o: ../../table/export.h ../../table/import.h ../../aum/merger.h
imp-outlet.o: ../../aum/mj-c.h ../../aum/trace.h
initialize.o: ../../aum/scheduler.h ../../config.h ../../aum/types.h
initialize.o: ../../aum/object.h ../../aum/bool.h ../../aum/aumtype.h
initialize.o: ../../aum/word.h ../../aum/rc.h ../../aum/objecttag.h
initialize.o: ../../aum/header.h ../../aum/messagetag.h ../../aum/globalid.h
initialize.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/joint.h
initialize.o: ../../aum/messageq.h ../../aum/message.h ../../aum/global.h
initialize.o: ../../aum/strategy.h ../../aum/close.h ../../aum/send.h
initialize.o: ../../aum/trace.h ../../aum/tstream.h ../../aum/parallel.h
initialize.o: ../../aum/printstack.h ../../aum/builtin.h ../../aum/string.h
initialize.o: ../../aum/sideeffect.h ../../aum/string.h ../../aum/vector.h
initialize.o: ../../aum/j-nc.h ../../aum/error.h ../../aum/stdlib.h
initialize.o: ../../table/atomhash.h ../../aum/alloc.h ../../utils/utils.h
initialize.o: ../../table/protocol.h ../../class/template.h ../../aum/code.h
initialize.o: ../../class/method.h ../../aum/debugger.h ../../class/supers.h
initialize.o: ../../class/codemodule.h ../../class/clink.h
inlet.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
inlet.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
inlet.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
inlet.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
inlet.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
inlet.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
inlet.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
inlet.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
inlet.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
inlet.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
inlet.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
inlet.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
inlet.o: ../../class/template.h ../../table/protocol.h ../../aum/alloc.h
inlet.o: ../../class/method.h ../../aum/debugger.h ../../class/supers.h
inlet.o: ../../class/codemodule.h
instance.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
instance.o: ../../aum/word.h ../../config.h ../../aum/bool.h
instance.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
instance.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
instance.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
instance.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
instance.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
instance.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
instance.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
instance.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
instance.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
instance.o: ../../aum/send.h ../../aum/fetch.h ../../aum/code.h
instance.o: ../../aum/trace.h ../../aum/parallel.h ../../aum/globlmsg.h
instance.o: ../../table/export.h ../../table/import.h ../../aum/sndrcvstats.h
instance.o: ../../class/template.h ../../table/protocol.h ../../aum/alloc.h
instance.o: ../../class/method.h ../../aum/debugger.h ../../class/supers.h
instance.o: ../../class/codemodule.h ../../class/clink.h
instance.o: ../../table/atomhash.h ../../utils/utils.h
interpreter.o: ../../config.h ../../aum/aj-c.h ../../aum/j-c.h
interpreter.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
interpreter.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
interpreter.o: ../../aum/word.h ../../aum/aumtype.h ../../aum/joint.h
interpreter.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/fetch.h
interpreter.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
interpreter.o: ../../aum/protocolid.h ../../table/userpid.gh
interpreter.o: ../../aum/trace.h ../../aum/globlmsg.h ../../aum/message.h
interpreter.o: ../../aum/messageq.h ../../aum/globalid.h ../../table/export.h
interpreter.o: ../../table/import.h ../../aum/mj-imp.h ../../aum/msgobj.h
interpreter.o: ../../aum/sideeffect.h ../../aum/localmsg.h ../../aum/merger.h
interpreter.o: ../../aum/mj-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
interpreter.o: ../../aum/parallel.h ../../aum/scheduler.h ../../aum/object.h
interpreter.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/split.h
interpreter.o: ../../aum/builtin.h ../../aum/string.h ../../aum/connect.h
interpreter.o: ../../aum/send.h ../../aum/sndrcvstats.h ../../aum/debugger.h
interpreter.o: ../../class/template.h ../../table/protocol.h
interpreter.o: ../../aum/alloc.h ../../class/method.h ../../class/supers.h
interpreter.o: ../../class/codemodule.h
j-c.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h ../../aum/bool.h
j-c.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
j-c.o: ../../aum/types.h ../../aum/word.h ../../config.h ../../aum/aumtype.h
j-c.o: ../../aum/joint.h ../../aum/aj-c.h
jump.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
jump.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
jump.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
jump.o: ../../table/userpid.gh ../../aum/trace.h
lm2gm.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h ../../config.h
lm2gm.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
lm2gm.o: ../../aum/globlmsg.h ../../aum/message.h ../../aum/messageq.h
lm2gm.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
lm2gm.o: ../../aum/rc.h ../../aum/globalid.h ../../aum/protocolid.h
lm2gm.o: ../../table/userpid.gh ../../table/export.h ../../table/import.h
lm2gm.o: ../../aum/mj-imp.h ../../aum/joint.h ../../aum/mj-nc.h
lm2gm.o: ../../aum/j-nc.h ../../aum/j-c.h ../../aum/trace.h
lm2gm.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
lm2gm.o: ../../aum/string.h
loadermain.o: ../../config.h ../../aum/string.h ../../aum/sideeffect.h
loadermain.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
loadermain.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
loadermain.o: ../../aum/word.h ../../aum/aumtype.h ../../aum/protocolid.h
loadermain.o: ../../table/userpid.gh ../../aum/message.h ../../aum/messageq.h
loadermain.o: ../../aum/globalid.h ../../aum/stdlib.h ../../aum/global.h
loadermain.o: ../../aum/strategy.h ../../aum/error.h ../../table/nlist.h
localmsg.o: ../../aum/allocmsg.h ../../aum/alloc.h ../../table/export.h
localmsg.o: ../../config.h ../../aum/types.h ../../aum/header.h
localmsg.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
localmsg.o: ../../aum/rc.h ../../aum/word.h ../../aum/aumtype.h
localmsg.o: ../../aum/globalid.h ../../table/import.h ../../aum/mj-imp.h
localmsg.o: ../../aum/joint.h ../../aum/message.h ../../aum/messageq.h
localmsg.o: ../../aum/protocolid.h ../../table/userpid.gh
localmsg.o: ../../aum/localmsg.h ../../aum/merger.h ../../aum/mj-c.h
localmsg.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
localmsg.o: ../../aum/globlmsg.h
main.o: ../../config.h ../../aum/global.h ../../aum/word.h ../../aum/bool.h
main.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/strategy.h
main.o: ../../aum/time.h ../../aum/parallel.h
merger.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
merger.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
merger.o: ../../aum/types.h ../../aum/fetch.h ../../aum/global.h
merger.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
merger.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/merger.h
merger.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h
merger.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
merger.o: ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
merger.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/mj-imp.h
merger.o: ../../aum/message.h ../../aum/execbmsg.h ../../aum/globlmsg.h
merger.o: ../../table/export.h ../../table/import.h ../../aum/alloc.h
merger.o: ../../aum/allocstats.h ../../aum/parallel.h
message.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
message.o: ../../aum/word.h ../../config.h ../../aum/bool.h
message.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
message.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
message.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
message.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
message.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
message.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
message.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
message.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
message.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
message.o: ../../aum/send.h ../../aum/globlmsg.h ../../table/export.h
message.o: ../../table/import.h ../../aum/msgobj.h ../../aum/localmsg.h
message.o: ../../aum/aj-nc.h ../../aum/trace.h ../../aum/tstream.h
message.o: ../../aum/printstack.h ../../aum/allocmsg.h ../../aum/alloc.h
message.o: ../../aum/parallel.h ../../aum/sndrcvstats.h
messageq.o: ../../aum/messageq.h ../../aum/header.h ../../aum/bool.h
messageq.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
messageq.o: ../../aum/types.h ../../aum/word.h ../../config.h
messageq.o: ../../aum/aumtype.h
mj-c.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/header.h ../../aum/bool.h
mj-c.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
mj-c.o: ../../aum/types.h ../../aum/word.h ../../config.h ../../aum/aumtype.h
mj-c.o: ../../aum/joint.h ../../aum/alloc.h
mj-imp.o: ../../aum/mj-imp.h ../../aum/joint.h ../../aum/header.h
mj-imp.o: ../../aum/bool.h ../../aum/objecttag.h ../../aum/messagetag.h
mj-imp.o: ../../aum/rc.h ../../aum/types.h ../../aum/word.h ../../config.h
mj-imp.o: ../../aum/aumtype.h ../../aum/globalid.h ../../aum/message.h
mj-imp.o: ../../aum/messageq.h ../../aum/protocolid.h ../../table/userpid.gh
mj-imp.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
mj-imp.o: ../../aum/trace.h ../../aum/alloc.h
mj-nc.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/messageq.h
mj-nc.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
mj-nc.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
mj-nc.o: ../../aum/word.h ../../config.h ../../aum/aumtype.h
mj-nc.o: ../../aum/joint.h ../../aum/j-c.h ../../aum/globalid.h
mj-nc.o: ../../aum/mj-imp.h ../../aum/message.h ../../aum/protocolid.h
mj-nc.o: ../../table/userpid.gh ../../aum/aj-c.h ../../aum/aj-nc.h
mj-nc.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
mj-nc.o: ../../aum/connect.h ../../aum/trace.h
mj-w.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/messageq.h
mj-w.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
mj-w.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
mj-w.o: ../../aum/word.h ../../config.h ../../aum/aumtype.h ../../aum/joint.h
mj-w.o: ../../aum/j-c.h ../../aum/globalid.h ../../aum/mj-c.h
mj-w.o: ../../aum/mj-imp.h ../../aum/message.h ../../aum/protocolid.h
mj-w.o: ../../table/userpid.gh ../../aum/globlmsg.h ../../table/export.h
mj-w.o: ../../table/import.h
mkglobmsg.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
mkglobmsg.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
mkglobmsg.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
mkglobmsg.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/protocolid.h
mkglobmsg.o: ../../table/userpid.gh ../../aum/localmsg.h ../../aum/message.h
mkglobmsg.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/merger.h
mkglobmsg.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/joint.h
mkglobmsg.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
mkglobmsg.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
mkglobmsg.o: ../../aum/appender.h ../../aum/aj-c.h ../../aum/aj-nc.h
mkglobmsg.o: ../../aum/object.h ../../aum/global.h ../../aum/strategy.h
mkglobmsg.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
mkglobmsg.o: ../../aum/string.h ../../aum/connect.h
move.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
move.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
move.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
move.o: ../../table/userpid.gh ../../aum/trace.h
object.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
object.o: ../../aum/word.h ../../config.h ../../aum/bool.h
object.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
object.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
object.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
object.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
object.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
object.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
object.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
object.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
object.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
object.o: ../../aum/aj-nc.h ../../aum/scheduler.h ../../aum/trace.h
object.o: ../../aum/alloc.h ../../aum/allocstats.h ../../aum/parallel.h
object.o: ../../table/export.h ../../class/template.h ../../table/protocol.h
object.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
object.o: ../../class/supers.h ../../class/codemodule.h ../../class/clink.h
object.o: ../../table/atomhash.h ../../utils/utils.h
options.o: ../../config.h ../../aum/global.h ../../aum/word.h
options.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
options.o: ../../aum/strategy.h ../../aum/parallel.h ../../aum/error.h
options.o: ../../aum/stdlib.h ../../aum/alloc.h
outlet.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
outlet.o: ../../aum/word.h ../../config.h ../../aum/bool.h
outlet.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
outlet.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
outlet.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
outlet.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
outlet.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
outlet.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
outlet.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
outlet.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
outlet.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
outlet.o: ../../aum/fetch.h ../../aum/code.h ../../aum/trace.h
outlet.o: ../../class/template.h ../../table/protocol.h ../../aum/alloc.h
outlet.o: ../../class/method.h ../../aum/debugger.h ../../class/supers.h
outlet.o: ../../class/codemodule.h
printstack.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
printstack.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
printstack.o: ../../aum/types.h ../../aum/alloc.h ../../aum/printstack.h
printword.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
printword.o: ../../aum/word.h ../../config.h ../../aum/bool.h
printword.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
printword.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
printword.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
printword.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
printword.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
printword.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
printword.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
printword.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/builtin.h
printword.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
printword.o: ../../aum/send.h ../../aum/vector.h ../../aum/msgobj.h
printword.o: ../../aum/localmsg.h ../../aum/fstream.h ../../aum/alloc.h
printword.o: ../../aum/string.h ../../aum/list.h ../../aum/aj-nc.h
printword.o: ../../aum/aj-c.h ../../aum/tstream.h ../../aum/trace.h
printword.o: ../../aum/printstack.h ../../class/template.h
printword.o: ../../table/protocol.h ../../aum/code.h ../../class/method.h
printword.o: ../../aum/debugger.h ../../class/supers.h
printword.o: ../../class/codemodule.h ../../table/atomhash.h
printword.o: ../../utils/utils.h
scheduler.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
scheduler.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
scheduler.o: ../../aum/types.h ../../aum/scheduler.h ../../aum/object.h
scheduler.o: ../../aum/rc.h ../../aum/objecttag.h ../../aum/header.h
scheduler.o: ../../aum/messagetag.h ../../aum/globalid.h
scheduler.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/joint.h
scheduler.o: ../../aum/messageq.h ../../aum/message.h ../../aum/global.h
scheduler.o: ../../aum/strategy.h
send.o: ../../aum/appender.h ../../aum/aj-c.h ../../aum/j-c.h
send.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
send.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/types.h
send.o: ../../aum/word.h ../../config.h ../../aum/aumtype.h ../../aum/joint.h
send.o: ../../aum/aj-nc.h ../../aum/j-nc.h ../../aum/messageq.h
send.o: ../../aum/execbmsg.h ../../aum/message.h ../../aum/globalid.h
send.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/fetch.h
send.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
send.o: ../../aum/trace.h ../../aum/localmsg.h ../../aum/merger.h
send.o: ../../aum/mj-c.h ../../aum/mj-nc.h ../../aum/mj-imp.h
send.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
send.o: ../../aum/object.h ../../aum/parallel.h ../../aum/send.h
send.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
send.o: ../../aum/close.h ../../aum/split.h ../../aum/builtin.h
send.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/connect.h
sendself.o: ../../aum/fetch.h ../../config.h ../../aum/word.h
sendself.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
sendself.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
sendself.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/trace.h
sendself.o: ../../aum/object.h ../../aum/rc.h ../../aum/objecttag.h
sendself.o: ../../aum/header.h ../../aum/messagetag.h ../../aum/globalid.h
sendself.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
sendself.o: ../../aum/localmsg.h ../../aum/merger.h ../../aum/mj-c.h
sendself.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
sendself.o: ../../aum/mj-imp.h
sndrcvstats.o: ../../aum/global.h ../../aum/word.h ../../config.h
sndrcvstats.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
sndrcvstats.o: ../../aum/strategy.h ../../aum/parallel.h
sndrcvstats.o: ../../aum/sndrcvstats.h
split.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
split.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
split.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
split.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/split.h
split.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
split.o: ../../aum/header.h ../../aum/objecttag.h ../../aum/messagetag.h
split.o: ../../aum/rc.h ../../aum/joint.h ../../aum/mj-nc.h ../../aum/j-nc.h
split.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/mj-imp.h
split.o: ../../aum/message.h ../../aum/builtin.h ../../aum/string.h
split.o: ../../aum/sideeffect.h
terminate.o: ../../aum/fetch.h ../../config.h ../../aum/word.h
terminate.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
terminate.o: ../../aum/global.h ../../aum/strategy.h ../../aum/code.h
terminate.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/trace.h
terminate.o: ../../aum/object.h ../../aum/rc.h ../../aum/objecttag.h
terminate.o: ../../aum/header.h ../../aum/messagetag.h ../../aum/globalid.h
terminate.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
terminate.o: ../../aum/proceed.h
trace.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
trace.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
trace.o: ../../aum/types.h ../../aum/header.h ../../aum/objecttag.h
trace.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/message.h
trace.o: ../../aum/messageq.h ../../aum/globalid.h ../../aum/protocolid.h
trace.o: ../../table/userpid.gh ../../aum/close.h ../../aum/object.h
trace.o: ../../aum/joint.h ../../aum/global.h ../../aum/strategy.h
trace.o: ../../aum/split.h ../../aum/merger.h ../../aum/mj-c.h
trace.o: ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
trace.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
trace.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
trace.o: ../../aum/code.h ../../aum/trace.h ../../aum/tstream.h
trace.o: ../../aum/parallel.h ../../aum/fetch.h
tstream.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
tstream.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
tstream.o: ../../aum/types.h ../../aum/tstream.h ../../aum/alloc.h
wait.o: ../../aum/word.h ../../config.h ../../aum/bool.h ../../aum/aumtype.h
wait.o: ../../aum/types.h ../../aum/wait.h ../../aum/error.h
wait.o: ../../aum/stdlib.h ../../aum/object.h ../../aum/rc.h
wait.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
wait.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
wait.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
wait.o: ../../aum/global.h ../../aum/strategy.h ../../aum/sideeffect.h
wait.o: ../../aum/string.h ../../aum/vector.h ../../aum/j-nc.h
wait.o: ../../aum/list.h ../../aum/msgobj.h ../../aum/localmsg.h
wait.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h
wait.o: ../../aum/mj-imp.h ../../class/template.h ../../table/protocol.h
wait.o: ../../aum/alloc.h ../../aum/code.h ../../class/method.h
wait.o: ../../aum/debugger.h ../../class/supers.h ../../class/codemodule.h
wait.o: ../../class/clink.h ../../table/atomhash.h ../../utils/utils.h
who.o: ../../aum/fetch.h ../../config.h ../../aum/word.h ../../aum/bool.h
who.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/global.h
who.o: ../../aum/strategy.h ../../aum/code.h ../../aum/protocolid.h
who.o: ../../table/userpid.gh ../../aum/trace.h ../../aum/builtin.h
who.o: ../../aum/string.h ../../aum/sideeffect.h ../../aum/header.h
who.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
who.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
who.o: ../../aum/msgobj.h ../../aum/localmsg.h ../../aum/merger.h
who.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/joint.h ../../aum/mj-nc.h
who.o: ../../aum/j-nc.h ../../aum/mj-imp.h ../../aum/who.h ../../aum/string.h
who.o: ../../builtin/extern.h ../../aum/stdlib.h ../../aum/error.h
who.o: ../../aum/stdlib.h ../../aum/close.h ../../aum/object.h
who.o: ../../aum/split.h ../../aum/connect.h ../../aum/send.h
who.o: ../../aum/execbmsg.h ../../aum/alloc.h ../../table/atomhash.h
who.o: ../../utils/utils.h ../../table/protocol.h ../../mathematics/conv.h
atomhash.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
atomhash.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
atomhash.o: ../../aum/types.h ../../table/atomhash.h ../../aum/alloc.h
atomhash.o: ../../utils/utils.h
export.o: ../../table/export.h ../../config.h ../../aum/types.h
export.o: ../../aum/header.h ../../aum/bool.h ../../aum/objecttag.h
export.o: ../../aum/messagetag.h ../../aum/rc.h ../../aum/word.h
export.o: ../../aum/aumtype.h ../../aum/globalid.h ../../aum/stdlib.h
export.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/message.h
export.o: ../../aum/messageq.h ../../aum/protocolid.h ../../table/userpid.gh
export.o: ../../aum/close.h ../../aum/object.h ../../aum/joint.h
export.o: ../../aum/global.h ../../aum/strategy.h ../../aum/split.h
export.o: ../../aum/merger.h ../../aum/mj-c.h ../../aum/j-c.h
export.o: ../../aum/mj-nc.h ../../aum/j-nc.h ../../aum/mj-imp.h
export.o: ../../aum/builtin.h ../../aum/string.h ../../aum/sideeffect.h
export.o: ../../aum/connect.h ../../aum/send.h ../../aum/parallel.h
export.o: ../../aum/trace.h ../../aum/alloc.h ../../class/template.h
export.o: ../../table/protocol.h ../../aum/code.h ../../class/method.h
export.o: ../../aum/debugger.h ../../class/supers.h ../../class/codemodule.h
import.o: ../../aum/stdlib.h ../../aum/error.h ../../aum/stdlib.h
import.o: ../../aum/word.h ../../config.h ../../aum/bool.h
import.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/header.h
import.o: ../../aum/objecttag.h ../../aum/messagetag.h ../../aum/rc.h
import.o: ../../aum/message.h ../../aum/messageq.h ../../aum/globalid.h
import.o: ../../aum/protocolid.h ../../table/userpid.gh ../../aum/close.h
import.o: ../../aum/object.h ../../aum/joint.h ../../aum/global.h
import.o: ../../aum/strategy.h ../../aum/split.h ../../aum/merger.h
import.o: ../../aum/mj-c.h ../../aum/j-c.h ../../aum/mj-nc.h ../../aum/j-nc.h
import.o: ../../aum/mj-imp.h ../../aum/builtin.h ../../aum/string.h
import.o: ../../aum/sideeffect.h ../../aum/connect.h ../../aum/send.h
import.o: ../../aum/globlmsg.h ../../table/export.h ../../table/import.h
import.o: ../../aum/trace.h ../../aum/alloc.h ../../aum/parallel.h
nlist.o: ../../config.h ../../aum/global.h ../../aum/word.h ../../aum/bool.h
nlist.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/strategy.h
nlist.o: ../../aum/error.h ../../aum/stdlib.h ../../table/nlist.h
nlist.o: ../../table/atomhash.h ../../aum/alloc.h ../../utils/utils.h
nlist.o: ../../utils/symbol.h
protocol.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
protocol.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
protocol.o: ../../aum/types.h ../../table/protocol.h ../../aum/protocolid.h
protocol.o: ../../table/userpid.gh ../../aum/alloc.h ../../table/atomhash.h
protocol.o: ../../utils/utils.h ../../aum/debugger.h ../../table/useratom.gc
protocol.o: ../../table/userpid.gc
protocolid.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/word.h
protocolid.o: ../../config.h ../../aum/bool.h ../../aum/aumtype.h
protocolid.o: ../../aum/types.h ../../aum/global.h ../../aum/strategy.h
protocolid.o: ../../aum/protocolid.h ../../table/userpid.gh
protocolid.o: ../../table/protocol.h ../../aum/alloc.h ../../table/atomhash.h
protocolid.o: ../../utils/utils.h
euc.o: ../../utils/utils.h ../../aum/alloc.h ../../utils/cconv.h
strings.o: ../../config.h ../../aum/error.h ../../aum/stdlib.h
strings.o: ../../aum/word.h ../../aum/bool.h ../../aum/aumtype.h
strings.o: ../../aum/types.h ../../utils/utils.h ../../aum/alloc.h
symbol.o: ../../config.h ../../aum/stdlib.h ../../aum/alloc.h
symbol.o: ../../aum/error.h ../../aum/word.h ../../aum/bool.h
symbol.o: ../../aum/aumtype.h ../../aum/types.h
command.o: ../../aum/debugger.h ../../config.h ../src/command.h
control.o: ../../config.h ../../aum/debugger.h
ctable.o: ../../aum/debugger.h ../../config.h ../src/command.h
decode.o: ../../aum/aumtype.h ../../aum/object.h ../../config.h
decode.o: ../../aum/bool.h ../../aum/types.h ../../aum/word.h ../../aum/rc.h
decode.o: ../../aum/objecttag.h ../../aum/header.h ../../aum/messagetag.h
decode.o: ../../aum/globalid.h ../../aum/protocolid.h ../../table/userpid.gh
decode.o: ../../aum/joint.h ../../aum/messageq.h ../../aum/message.h
decode.o: ../../aum/global.h ../../aum/strategy.h ../../aum/tstream.h
decode.o: ../../class/template.h ../../table/protocol.h ../../aum/alloc.h
decode.o: ../../aum/code.h ../../class/method.h ../../aum/debugger.h
decode.o: ../../class/supers.h ../../class/codemodule.h ../../class/clink.h
decode.o: ../../table/atomhash.h ../../utils/utils.h
help.o: ../../config.h ../../aum/parallel.h ../../aum/debugger.h
listener.o: ../../aum/word.h ../../config.h ../../aum/bool.h
listener.o: ../../aum/aumtype.h ../../aum/types.h ../../aum/string.h
listener.o: ../../aum/error.h ../../aum/stdlib.h ../../aum/debugger.h
listener.o: ../../aum/global.h ../../aum/strategy.h ../../aum/parallel.h
listener.o: ../src/command.h ../../debugger/src/debugpe.h
listener.o: ../../debugger/src/online.h
sh_main.o: ../../config.h ../../aum/global.h ../../aum/word.h
sh_main.o: ../../aum/bool.h ../../aum/aumtype.h ../../aum/types.h
sh_main.o: ../../aum/strategy.h ../../aum/time.h ../../aum/parallel.h
sh_main.o: ../../aum/debugger.h
