VER= 0.7
MACHTYPE= rt
PLACE= /afs/athena/astaff/project/argus

AILENS= $(PLACE)/src/working/ansi-include
ILENS= $(PLACE)/src/working/include
LENS= $(PLACE)/src/working/${MACHTYPE}src
RAPINCS=  $(PLACE)/src/rap/libs/include 
X11R3INCS= $(PLACE)/src/working/x11r3/include
MOTIFINCS= $(PLACE)/src/working/motif/motif-include
INCLUDEDIRS= -I. -I$(MOTIFINCS) -I$(X11R3INCS) -I${AILENS} -I${ILENS} -I${LENS}
#turn on -DMEMORY_LEAK_COUNT for debugging
TEMP-COMPFLAGS= -g -DMEMORY_LEAK_COUNT=1 -DRE_DEBUG=1 -DDEBUG_LEVEL=1 -DARGPACK_DEBUG=1	

COMPFLAGS=-Dathena_unix=1 -Dbsd_unix -Dunix -DMSGDEBUG=0 -DMEMORY_CHECK_POINTERS=1 ${INCLUDEDIRS} -DSYSTEM_LENS_PROFILE=\"/afs/athena/astaff/project/argus/argusprofile\" -Dconst= -DWITH_ACC=1 $(TEMP-COMPFLAGS)

LIBS= -largus -lhesiod
XLIBS= -lXm -lXt -lXmu -lMu -lX 
# -lXm -lXt -lXw -lXaw -lXmu -lX 
RAPLIBS= 
ALLLIBS= ${RAPLIBS} ${LIBS} ${XLIBS}

LIBDIRS= -L/usr/athena/lib 
XLIBDIRS=  -L$(PLACE)/src/working/$(MACHTYPE)lib -L$(PLACE)/src/working/motif/motif-lib/$(MACHTYPE) -L$(PLACE)/src/working/x11r3/$(MACHTYPE)lib  -L$(PLACE)/src/working/$(MACHTYPE)lib
ALLLINKFLAGS=${LIBDIRS} ${XLIBDIRS}
COMPILER= gcc 
# /afs/athena/project/gnu/$(MACHTYPE)bin/gcc
REMAIN= ruleeditor.o

SUBS= \
	ArgPack.o \
	RSreg.o \
	al.o \
	almonitor.o \
	alpop.o \
	alxms.o \
	childpack.o \
	darray.o \
	d2args.o \
	d2.o \
	d2field.o \
	d2fieldargs.o \
	debug.o \
	df.o \
	ed.o \
	global.o \
	menupack.o \
	mt.o \
	rap.o \
	rebox.o \
	rem.o \
	rl.o \
	rs.o \
	ru.o \
	rule.o \
	text.o \
	xstuff.o \
	Traversal.o \
	alfonts.o 




.c.o:
	${COMPILER} ${COMPFLAGS} -Dconst= -c $*.c 

rev${VER}: ${REMAIN} ${SUBS}
	${COMPILER} ${ALLLINKFLAGS} -o rev${VER}.new ${REMAIN} ${SUBS} ${ALLLIBS}
	mv -f rev${VER}.new rev${VER}

main: main.o menupack.o alfonts.o alxms.o debug.o almonitor.o xstuff.o
	${COMPILER} ${ALLLINKFLAGS} -o main.new main.o  menupack.o alfonts.o alxms.o debug.o almonitor.o xstuff.o ${ALLLIBS}
	mv -f main.new main

t: t.o opvalscan.o
	${COMPILER} -o t.new t.o opvalscan.o ${COMPFLAGS} ${ALLLINKFLAGS} ${ALLLIBS}
	mv -f t.new t

runrules: predeval.o runrules.o rm_folder.o
	${COMPILER} ${ALLLINKFLAGS} -o runrules.new rm_folder.o predeval.o runrules.o ${ALLLIBS}
	mv -f runrules.new runrules

depend:	
	sh ./makedepend.sh ${COMPFLAGS} 
	chmod g+w Makefile

# AUTOMATIC DEPENDENCIES--DO NOT EDIT THIS LINE OR BELOW

ArgPack.o: ./ArgPack.h
ArgPack.o: ./debug.h
ArgPack.o: ./memory.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
ArgPack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
ArgPack.o: /usr/include/X11/X.h
ArgPack.o: /usr/include/X11/Xlib.h
ArgPack.o: /usr/include/X11/Xos.h
ArgPack.o: /usr/include/X11/Xresource.h
ArgPack.o: /usr/include/X11/Xutil.h
ArgPack.o: /usr/include/strings.h
ArgPack.o: /usr/include/sys/file.h
ArgPack.o: /usr/include/sys/time.h
ArgPack.o: /usr/include/sys/types.h
ArgPack.o: /usr/include/time.h
ArgPack.o: ArgPack.c
al.o: ./memory.h
al.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
al.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
al.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
al.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
al.o: /afs/athena/astaff/project/argus/src/working/ansi-include/sys/stat.h
al.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
al.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
al.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
al.o: /afs/athena/astaff/project/argus/src/working/include/MTreg.h
al.o: /afs/athena/astaff/project/argus/src/working/include/MsgType.h
al.o: /afs/athena/astaff/project/argus/src/working/include/OSinter.h
al.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
al.o: /afs/athena/astaff/project/argus/src/working/include/RSreg.h
al.o: /afs/athena/astaff/project/argus/src/working/include/al.h
al.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
al.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
al.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
al.o: /afs/athena/astaff/project/argus/src/working/include/data.h
al.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
al.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
al.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
al.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
al.o: /afs/athena/astaff/project/argus/src/working/include/mh_folder.h
al.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
al.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
al.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
al.o: /afs/athena/astaff/project/argus/src/working/include/rm_folder.h
al.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
al.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
al.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
al.o: /afs/athena/astaff/project/argus/src/working/include/sysreg.h
al.o: /afs/athena/astaff/project/argus/src/working/include/unixprotos.h
al.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
al.o: /afs/athena/astaff/project/argus/src/working/include/verbrgy.h
al.o: /usr/include/ctype.h
al.o: /usr/include/errno.h
al.o: /usr/include/machine/machparam.h
al.o: /usr/include/signal.h
al.o: /usr/include/stdio.h
al.o: /usr/include/sys/param.h
al.o: /usr/include/sys/stat.h
al.o: /usr/include/sys/types.h
al.o: al.c
alfonts.o: ./Mintrins.h
alfonts.o: ./alfonts.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/al.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
alfonts.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
alfonts.o: /usr/include/X11/X.h
alfonts.o: /usr/include/X11/Xlib.h
alfonts.o: /usr/include/X11/Xos.h
alfonts.o: /usr/include/X11/Xresource.h
alfonts.o: /usr/include/X11/Xutil.h
alfonts.o: /usr/include/stdio.h
alfonts.o: /usr/include/strings.h
alfonts.o: /usr/include/sys/file.h
alfonts.o: /usr/include/sys/time.h
alfonts.o: /usr/include/sys/types.h
alfonts.o: /usr/include/time.h
alfonts.o: alfonts.c
almonitor.o: ./almonitor.h
almonitor.o: ./debug.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
almonitor.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
almonitor.o: /usr/include/sys/types.h
almonitor.o: almonitor.c
alpixmaps.o: alpixmaps.c
alpop.o: ./ArgPack.h
alpop.o: ./Mintrins.h
alpop.o: ./alfonts.h
alpop.o: ./alpop.h
alpop.o: ./alpopargs.h
alpop.o: ./alxms.h
alpop.o: ./menupack.h
alpop.o: ./rap.h
alpop.o: ./xstuff.h
alpop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
alpop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
alpop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
alpop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/al.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
alpop.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MessageB.h
alpop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
alpop.o: /usr/include/X11/X.h
alpop.o: /usr/include/X11/Xlib.h
alpop.o: /usr/include/X11/Xos.h
alpop.o: /usr/include/X11/Xresource.h
alpop.o: /usr/include/X11/Xutil.h
alpop.o: /usr/include/X11/cursorfont.h
alpop.o: /usr/include/stdio.h
alpop.o: /usr/include/strings.h
alpop.o: /usr/include/sys/file.h
alpop.o: /usr/include/sys/time.h
alpop.o: /usr/include/sys/types.h
alpop.o: /usr/include/time.h
alpop.o: alpop.c
alxms.o: ./Mintrins.h
alxms.o: ./alxms.h
alxms.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
alxms.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
alxms.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
alxms.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
alxms.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
alxms.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
alxms.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
alxms.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
alxms.o: /usr/include/X11/X.h
alxms.o: /usr/include/X11/Xlib.h
alxms.o: /usr/include/X11/Xos.h
alxms.o: /usr/include/X11/Xresource.h
alxms.o: /usr/include/X11/Xutil.h
alxms.o: /usr/include/stdio.h
alxms.o: /usr/include/strings.h
alxms.o: /usr/include/sys/file.h
alxms.o: /usr/include/sys/time.h
alxms.o: /usr/include/sys/types.h
alxms.o: /usr/include/time.h
alxms.o: alxms.c
childpack.o: ./memory.h
childpack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
childpack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
childpack.o: /afs/athena/astaff/project/argus/src/working/include/childpack.h
childpack.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
childpack.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
childpack.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
childpack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
childpack.o: /usr/include/X11/X.h
childpack.o: /usr/include/X11/Xlib.h
childpack.o: /usr/include/X11/Xos.h
childpack.o: /usr/include/X11/Xresource.h
childpack.o: /usr/include/X11/Xutil.h
childpack.o: /usr/include/strings.h
childpack.o: /usr/include/sys/file.h
childpack.o: /usr/include/sys/time.h
childpack.o: /usr/include/sys/types.h
childpack.o: /usr/include/time.h
childpack.o: childpack.c
d1.o: ./ArgPack.h
d1.o: ./Mintrins.h
d1.o: ./childpack.h
d1.o: ./d1.h
d1.o: ./d1Args.h
d1.o: ./ed.h
d1.o: ./global.h
d1.o: ./menupack.h
d1.o: ./mt.h
d1.o: ./rap.h
d1.o: ./rebox.h
d1.o: ./rem.h
d1.o: ./res.h
d1.o: ./rl.h
d1.o: ./rs.h
d1.o: ./ru.h
d1.o: ./rule.h
d1.o: ./widgets.h
d1.o: ./xstuff.h
d1.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d1.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d1.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d1.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d1.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/end.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d1.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/StringDefs.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d1.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d1.o: /usr/include/X11/X.h
d1.o: /usr/include/X11/Xatom.h
d1.o: /usr/include/X11/Xlib.h
d1.o: /usr/include/X11/Xos.h
d1.o: /usr/include/X11/Xresource.h
d1.o: /usr/include/X11/Xutil.h
d1.o: /usr/include/X11/cursorfont.h
d1.o: /usr/include/stdio.h
d1.o: /usr/include/strings.h
d1.o: /usr/include/sys/file.h
d1.o: /usr/include/sys/time.h
d1.o: /usr/include/sys/types.h
d1.o: /usr/include/time.h
d1.o: d1.c
d2.o: ./ArgPack.h
d2.o: ./Mintrins.h
d2.o: ./alfonts.h
d2.o: ./alpop.h
d2.o: ./alxms.h
d2.o: ./childpack.h
d2.o: ./d2.h
d2.o: ./d2args.h
d2.o: ./debug.h
d2.o: ./ed.h
d2.o: ./global.h
d2.o: ./menupack.h
d2.o: ./rap.h
d2.o: ./rem.h
d2.o: ./rl.h
d2.o: ./ru.h
d2.o: ./rule.h
d2.o: ./widgets.h
d2.o: ./xstuff.h
d2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d2.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/BulletinB.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/DialogS.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Separator.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d2.o: /usr/include/X11/X.h
d2.o: /usr/include/X11/Xlib.h
d2.o: /usr/include/X11/Xos.h
d2.o: /usr/include/X11/Xresource.h
d2.o: /usr/include/X11/Xutil.h
d2.o: /usr/include/X11/cursorfont.h
d2.o: /usr/include/stdio.h
d2.o: /usr/include/strings.h
d2.o: /usr/include/sys/file.h
d2.o: /usr/include/sys/time.h
d2.o: /usr/include/sys/types.h
d2.o: /usr/include/time.h
d2.o: d2.c
d2args.o: ./ArgPack.h
d2args.o: ./Mintrins.h
d2args.o: ./d2args.h
d2args.o: ./ed.h
d2args.o: ./global.h
d2args.o: ./menupack.h
d2args.o: ./rap.h
d2args.o: ./rem.h
d2args.o: ./rl.h
d2args.o: ./ru.h
d2args.o: ./rule.h
d2args.o: ./widgets.h
d2args.o: ./xstuff.h
d2args.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d2args.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d2args.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d2args.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d2args.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d2args.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d2args.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d2args.o: /usr/include/X11/X.h
d2args.o: /usr/include/X11/Xlib.h
d2args.o: /usr/include/X11/Xos.h
d2args.o: /usr/include/X11/Xresource.h
d2args.o: /usr/include/X11/Xutil.h
d2args.o: /usr/include/X11/cursorfont.h
d2args.o: /usr/include/stdio.h
d2args.o: /usr/include/strings.h
d2args.o: /usr/include/sys/file.h
d2args.o: /usr/include/sys/time.h
d2args.o: /usr/include/sys/types.h
d2args.o: /usr/include/time.h
d2args.o: d2args.c
d2field.o: ./ArgPack.h
d2field.o: ./Mintrins.h
d2field.o: ./alfonts.h
d2field.o: ./alpop.h
d2field.o: ./alxms.h
d2field.o: ./d2args.h
d2field.o: ./d2field.h
d2field.o: ./d2fieldargs.h
d2field.o: ./debug.h
d2field.o: ./ed.h
d2field.o: ./global.h
d2field.o: ./menupack.h
d2field.o: ./rap.h
d2field.o: ./rem.h
d2field.o: ./rl.h
d2field.o: ./ru.h
d2field.o: ./rule.h
d2field.o: ./widgets.h
d2field.o: ./xstuff.h
d2field.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d2field.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d2field.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d2field.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d2field.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d2field.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/BulletinB.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Separator.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d2field.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d2field.o: /usr/include/X11/X.h
d2field.o: /usr/include/X11/Xlib.h
d2field.o: /usr/include/X11/Xos.h
d2field.o: /usr/include/X11/Xresource.h
d2field.o: /usr/include/X11/Xutil.h
d2field.o: /usr/include/X11/cursorfont.h
d2field.o: /usr/include/stdio.h
d2field.o: /usr/include/strings.h
d2field.o: /usr/include/sys/file.h
d2field.o: /usr/include/sys/time.h
d2field.o: /usr/include/sys/types.h
d2field.o: /usr/include/time.h
d2field.o: d2field.c
d2field2.o: ./ArgPack.h
d2field2.o: ./Mintrins.h
d2field2.o: ./alfonts.h
d2field2.o: ./alpop.h
d2field2.o: ./alxms.h
d2field2.o: ./d2args.h
d2field2.o: ./d2field.h
d2field2.o: ./d2fieldargs.h
d2field2.o: ./debug.h
d2field2.o: ./ed.h
d2field2.o: ./global.h
d2field2.o: ./menupack.h
d2field2.o: ./rap.h
d2field2.o: ./rem.h
d2field2.o: ./rl.h
d2field2.o: ./ru.h
d2field2.o: ./rule.h
d2field2.o: ./widgets.h
d2field2.o: ./xstuff.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/BulletinB.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Separator.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d2field2.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d2field2.o: /usr/include/X11/X.h
d2field2.o: /usr/include/X11/Xlib.h
d2field2.o: /usr/include/X11/Xos.h
d2field2.o: /usr/include/X11/Xresource.h
d2field2.o: /usr/include/X11/Xutil.h
d2field2.o: /usr/include/X11/cursorfont.h
d2field2.o: /usr/include/stdio.h
d2field2.o: /usr/include/strings.h
d2field2.o: /usr/include/sys/file.h
d2field2.o: /usr/include/sys/time.h
d2field2.o: /usr/include/sys/types.h
d2field2.o: /usr/include/time.h
d2field2.o: d2field2.c
d2field3.o: ./ArgPack.h
d2field3.o: ./Mintrins.h
d2field3.o: ./alfonts.h
d2field3.o: ./alpop.h
d2field3.o: ./alxms.h
d2field3.o: ./d2args.h
d2field3.o: ./d2field.h
d2field3.o: ./d2fieldargs.h
d2field3.o: ./debug.h
d2field3.o: ./ed.h
d2field3.o: ./global.h
d2field3.o: ./menupack.h
d2field3.o: ./rap.h
d2field3.o: ./rem.h
d2field3.o: ./rl.h
d2field3.o: ./ru.h
d2field3.o: ./rule.h
d2field3.o: ./widgets.h
d2field3.o: ./xstuff.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/BulletinB.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Separator.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d2field3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d2field3.o: /usr/include/X11/X.h
d2field3.o: /usr/include/X11/Xlib.h
d2field3.o: /usr/include/X11/Xos.h
d2field3.o: /usr/include/X11/Xresource.h
d2field3.o: /usr/include/X11/Xutil.h
d2field3.o: /usr/include/X11/cursorfont.h
d2field3.o: /usr/include/stdio.h
d2field3.o: /usr/include/strings.h
d2field3.o: /usr/include/sys/file.h
d2field3.o: /usr/include/sys/time.h
d2field3.o: /usr/include/sys/types.h
d2field3.o: /usr/include/time.h
d2field3.o: d2field3.c
d2fieldargs.o: ./ArgPack.h
d2fieldargs.o: ./Mintrins.h
d2fieldargs.o: ./d2fieldargs.h
d2fieldargs.o: ./ed.h
d2fieldargs.o: ./global.h
d2fieldargs.o: ./menupack.h
d2fieldargs.o: ./rap.h
d2fieldargs.o: ./rem.h
d2fieldargs.o: ./rl.h
d2fieldargs.o: ./ru.h
d2fieldargs.o: ./rule.h
d2fieldargs.o: ./widgets.h
d2fieldargs.o: ./xstuff.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d2fieldargs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d2fieldargs.o: /usr/include/X11/X.h
d2fieldargs.o: /usr/include/X11/Xlib.h
d2fieldargs.o: /usr/include/X11/Xos.h
d2fieldargs.o: /usr/include/X11/Xresource.h
d2fieldargs.o: /usr/include/X11/Xutil.h
d2fieldargs.o: /usr/include/X11/cursorfont.h
d2fieldargs.o: /usr/include/stdio.h
d2fieldargs.o: /usr/include/strings.h
d2fieldargs.o: /usr/include/sys/file.h
d2fieldargs.o: /usr/include/sys/time.h
d2fieldargs.o: /usr/include/sys/types.h
d2fieldargs.o: /usr/include/time.h
d2fieldargs.o: d2fieldargs.c
d3.o: ./ArgPack.h
d3.o: ./Mintrins.h
d3.o: ./alfonts.h
d3.o: ./alpop.h
d3.o: ./alxms.h
d3.o: ./childpack.h
d3.o: ./d2.h
d3.o: ./d2args.h
d3.o: ./debug.h
d3.o: ./ed.h
d3.o: ./global.h
d3.o: ./menupack.h
d3.o: ./rap.h
d3.o: ./rem.h
d3.o: ./rl.h
d3.o: ./ru.h
d3.o: ./rule.h
d3.o: ./widgets.h
d3.o: ./xstuff.h
d3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d3.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d3.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/BulletinB.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/DialogS.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Separator.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d3.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d3.o: /usr/include/X11/X.h
d3.o: /usr/include/X11/Xlib.h
d3.o: /usr/include/X11/Xos.h
d3.o: /usr/include/X11/Xresource.h
d3.o: /usr/include/X11/Xutil.h
d3.o: /usr/include/X11/cursorfont.h
d3.o: /usr/include/stdio.h
d3.o: /usr/include/strings.h
d3.o: /usr/include/sys/file.h
d3.o: /usr/include/sys/time.h
d3.o: /usr/include/sys/types.h
d3.o: /usr/include/time.h
d3.o: d3.c
d4.o: ./ArgPack.h
d4.o: ./Mintrins.h
d4.o: ./alfonts.h
d4.o: ./d4.h
d4.o: ./d4args.h
d4.o: ./dpy.h
d4.o: ./ed.h
d4.o: ./global.h
d4.o: ./menupack.h
d4.o: ./rap.h
d4.o: ./rem.h
d4.o: ./rl.h
d4.o: ./ru.h
d4.o: ./rule.h
d4.o: ./widgets.h
d4.o: ./xstuff.h
d4.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
d4.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
d4.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
d4.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
d4.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/al.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
d4.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
d4.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
d4.o: /usr/include/X11/X.h
d4.o: /usr/include/X11/Xlib.h
d4.o: /usr/include/X11/Xos.h
d4.o: /usr/include/X11/Xresource.h
d4.o: /usr/include/X11/Xutil.h
d4.o: /usr/include/X11/cursorfont.h
d4.o: /usr/include/ctype.h
d4.o: /usr/include/stdio.h
d4.o: /usr/include/strings.h
d4.o: /usr/include/sys/file.h
d4.o: /usr/include/sys/time.h
d4.o: /usr/include/sys/types.h
d4.o: /usr/include/time.h
d4.o: d4.c
debug.o: ./debug.h
debug.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
debug.o: debug.c
df.o: ./df.h
df.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
df.o: /afs/athena/astaff/project/argus/src/working/include/al.h
df.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
df.o: /afs/athena/astaff/project/argus/src/working/include/end.h
df.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
df.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
df.o: df.c
dpy.o: ./ArgPack.h
dpy.o: ./Mintrins.h
dpy.o: ./alfonts.h
dpy.o: ./d2.h
dpy.o: ./d2args.h
dpy.o: ./dpy.h
dpy.o: ./ed.h
dpy.o: ./global.h
dpy.o: ./menupack.h
dpy.o: ./rap.h
dpy.o: ./rem.h
dpy.o: ./rl.h
dpy.o: ./ru.h
dpy.o: ./rule.h
dpy.o: ./widgets.h
dpy.o: ./xstuff.h
dpy.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
dpy.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
dpy.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
dpy.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
dpy.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/al.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
dpy.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PanedW.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
dpy.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
dpy.o: /usr/include/X11/X.h
dpy.o: /usr/include/X11/Xlib.h
dpy.o: /usr/include/X11/Xos.h
dpy.o: /usr/include/X11/Xresource.h
dpy.o: /usr/include/X11/Xutil.h
dpy.o: /usr/include/X11/cursorfont.h
dpy.o: /usr/include/ctype.h
dpy.o: /usr/include/stdio.h
dpy.o: /usr/include/strings.h
dpy.o: /usr/include/sys/file.h
dpy.o: /usr/include/sys/time.h
dpy.o: /usr/include/sys/types.h
dpy.o: /usr/include/time.h
dpy.o: dpy.c
ed.o: ./ArgPack.h
ed.o: ./Mintrins.h
ed.o: ./alfonts.h
ed.o: ./alpop.h
ed.o: ./childpack.h
ed.o: ./d2.h
ed.o: ./d2args.h
ed.o: ./ed.h
ed.o: ./global.h
ed.o: ./memory.h
ed.o: ./menupack.h
ed.o: ./rap.h
ed.o: ./rebox.h
ed.o: ./rem.h
ed.o: ./repop.h
ed.o: ./res.h
ed.o: ./rl.h
ed.o: ./rs.h
ed.o: ./ru.h
ed.o: ./rule.h
ed.o: ./widgets.h
ed.o: ./xstuff.h
ed.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
ed.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
ed.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
ed.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
ed.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/MTreg.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/MsgType.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/OSinter.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/RSreg.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/a1client.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/al.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/verbrgy.h
ed.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/StringDefs.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
ed.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
ed.o: /usr/include/X11/X.h
ed.o: /usr/include/X11/Xatom.h
ed.o: /usr/include/X11/Xlib.h
ed.o: /usr/include/X11/Xos.h
ed.o: /usr/include/X11/Xresource.h
ed.o: /usr/include/X11/Xutil.h
ed.o: /usr/include/X11/cursorfont.h
ed.o: /usr/include/machine/machparam.h
ed.o: /usr/include/signal.h
ed.o: /usr/include/stdio.h
ed.o: /usr/include/strings.h
ed.o: /usr/include/sys/file.h
ed.o: /usr/include/sys/param.h
ed.o: /usr/include/sys/time.h
ed.o: /usr/include/sys/types.h
ed.o: /usr/include/time.h
ed.o: ed.c
ft.o: ./df.h
ft.o: ./ft.h
ft.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/al.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/end.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
ft.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ft.o: ft.c
global.o: ./ArgPack.h
global.o: ./Mintrins.h
global.o: ./alxms.h
global.o: ./d2args.h
global.o: ./df.h
global.o: ./ed.h
global.o: ./global.h
global.o: ./memory.h
global.o: ./menupack.h
global.o: ./rap.h
global.o: ./rem.h
global.o: ./rl.h
global.o: ./ru.h
global.o: ./rule.h
global.o: ./widgets.h
global.o: ./xstuff.h
global.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
global.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
global.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
global.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
global.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
global.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
global.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
global.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
global.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
global.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
global.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
global.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
global.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
global.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
global.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
global.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
global.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
global.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
global.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
global.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
global.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
global.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
global.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
global.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
global.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
global.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
global.o: /usr/include/X11/X.h
global.o: /usr/include/X11/Xlib.h
global.o: /usr/include/X11/Xos.h
global.o: /usr/include/X11/Xresource.h
global.o: /usr/include/X11/Xutil.h
global.o: /usr/include/X11/cursorfont.h
global.o: /usr/include/stdio.h
global.o: /usr/include/strings.h
global.o: /usr/include/sys/file.h
global.o: /usr/include/sys/time.h
global.o: /usr/include/sys/types.h
global.o: /usr/include/time.h
global.o: global.c
main.o: ./ArgPack.h
main.o: ./Mintrins.h
main.o: ./alfonts.h
main.o: ./alxms.h
main.o: ./d2args.h
main.o: ./debug.h
main.o: ./ed.h
main.o: ./global.h
main.o: ./mainArgs.h
main.o: ./menupack.h
main.o: ./rap.h
main.o: ./rem.h
main.o: ./rl.h
main.o: ./ru.h
main.o: ./rule.h
main.o: ./widgets.h
main.o: ./xstuff.h
main.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
main.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
main.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
main.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
main.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
main.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
main.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
main.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
main.o: /afs/athena/astaff/project/argus/src/working/include/al.h
main.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
main.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
main.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
main.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
main.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
main.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
main.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
main.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
main.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
main.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
main.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
main.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
main.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
main.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
main.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
main.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
main.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
main.o: /usr/include/X11/X.h
main.o: /usr/include/X11/Xlib.h
main.o: /usr/include/X11/Xos.h
main.o: /usr/include/X11/Xresource.h
main.o: /usr/include/X11/Xutil.h
main.o: /usr/include/X11/cursorfont.h
main.o: /usr/include/stdio.h
main.o: /usr/include/strings.h
main.o: /usr/include/sys/file.h
main.o: /usr/include/sys/time.h
main.o: /usr/include/sys/types.h
main.o: /usr/include/time.h
main.o: main.c
memory.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
memory.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
memory.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
memory.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
memory.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
memory.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
memory.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
memory.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
memory.o: /usr/include/stdio.h
memory.o: /usr/include/sys/types.h
memory.o: memory.c
menupack.o: ./ArgPack.h
menupack.o: ./Mintrins.h
menupack.o: ./alfonts.h
menupack.o: ./alxms.h
menupack.o: ./debug.h
menupack.o: ./memory.h
menupack.o: ./menupack.h
menupack.o: ./menupackP.h
menupack.o: ./xstuff.h
menupack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
menupack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
menupack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
menupack.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/al.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
menupack.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeBG.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushBG.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
menupack.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
menupack.o: /usr/include/X11/X.h
menupack.o: /usr/include/X11/Xlib.h
menupack.o: /usr/include/X11/Xos.h
menupack.o: /usr/include/X11/Xresource.h
menupack.o: /usr/include/X11/Xutil.h
menupack.o: /usr/include/X11/cursorfont.h
menupack.o: /usr/include/stdio.h
menupack.o: /usr/include/strings.h
menupack.o: /usr/include/sys/file.h
menupack.o: /usr/include/sys/time.h
menupack.o: /usr/include/sys/types.h
menupack.o: /usr/include/time.h
menupack.o: menupack.c
mt.o: ./df.h
mt.o: ./mt.h
mt.o: ./rule.h
mt.o: ./ruleeditor.h
mt.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
mt.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
mt.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/MTreg.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/MsgType.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/OSinter.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/al.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
mt.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
mt.o: /usr/include/machine/machparam.h
mt.o: /usr/include/signal.h
mt.o: /usr/include/sys/param.h
mt.o: /usr/include/sys/types.h
mt.o: mt.c
one-button.o: ./Mintrins.h
one-button.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
one-button.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
one-button.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
one-button.o: /usr/include/X11/X.h
one-button.o: /usr/include/X11/Xlib.h
one-button.o: /usr/include/X11/Xos.h
one-button.o: /usr/include/X11/Xresource.h
one-button.o: /usr/include/X11/Xutil.h
one-button.o: /usr/include/stdio.h
one-button.o: /usr/include/strings.h
one-button.o: /usr/include/sys/file.h
one-button.o: /usr/include/sys/time.h
one-button.o: /usr/include/sys/types.h
one-button.o: /usr/include/time.h
one-button.o: one-button.c
opvalscan.o: ./memory.h
opvalscan.o: ./opvalscan.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
opvalscan.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
opvalscan.o: /usr/include/ctype.h
opvalscan.o: /usr/include/sys/types.h
opvalscan.o: opvalscan.c
opvalscan.old.o: ./memory.h
opvalscan.old.o: ./opvalscan.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
opvalscan.old.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
opvalscan.old.o: /usr/include/ctype.h
opvalscan.old.o: /usr/include/sys/types.h
opvalscan.old.o: opvalscan.old.c
rap.o: ./memory.h
rap.o: ./rap.h
rap.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rap.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rap.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rap.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
rap.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rap.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rap.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rap.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rap.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rap.o: /usr/include/ctype.h
rap.o: /usr/include/sys/types.h
rap.o: rap.c
rebox.o: ./ArgPack.h
rebox.o: ./Mintrins.h
rebox.o: ./global.h
rebox.o: ./memory.h
rebox.o: ./menupack.h
rebox.o: ./rap.h
rebox.o: ./rebox.h
rebox.o: ./rem.h
rebox.o: ./rule.h
rebox.o: ./xstuff.h
rebox.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rebox.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rebox.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rebox.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
rebox.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/al.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rebox.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
rebox.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
rebox.o: /usr/include/X11/X.h
rebox.o: /usr/include/X11/Xlib.h
rebox.o: /usr/include/X11/Xos.h
rebox.o: /usr/include/X11/Xresource.h
rebox.o: /usr/include/X11/Xutil.h
rebox.o: /usr/include/X11/cursorfont.h
rebox.o: /usr/include/stdio.h
rebox.o: /usr/include/strings.h
rebox.o: /usr/include/sys/file.h
rebox.o: /usr/include/sys/time.h
rebox.o: /usr/include/sys/types.h
rebox.o: /usr/include/time.h
rebox.o: rebox.c
rem.o: ./ArgPack.h
rem.o: ./Mintrins.h
rem.o: ./d2.h
rem.o: ./df.h
rem.o: ./global.h
rem.o: ./menupack.h
rem.o: ./rebox.h
rem.o: ./rem.h
rem.o: ./rl.h
rem.o: ./rule.h
rem.o: ./widgets.h
rem.o: ./xstuff.h
rem.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rem.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rem.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rem.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
rem.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rem.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
rem.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
rem.o: /usr/include/X11/X.h
rem.o: /usr/include/X11/Xlib.h
rem.o: /usr/include/X11/Xos.h
rem.o: /usr/include/X11/Xresource.h
rem.o: /usr/include/X11/Xutil.h
rem.o: /usr/include/X11/cursorfont.h
rem.o: /usr/include/stdio.h
rem.o: /usr/include/strings.h
rem.o: /usr/include/sys/file.h
rem.o: /usr/include/sys/time.h
rem.o: /usr/include/sys/types.h
rem.o: /usr/include/time.h
rem.o: rem.c
repop.o: ./ArgPack.h
repop.o: ./Mintrins.h
repop.o: ./menupack.h
repop.o: ./rap.h
repop.o: ./repop.h
repop.o: ./repopargs.h
repop.o: ./res.h
repop.o: ./widgets.h
repop.o: ./xstuff.h
repop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
repop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
repop.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
repop.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/StringDefs.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
repop.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
repop.o: /usr/include/X11/X.h
repop.o: /usr/include/X11/Xatom.h
repop.o: /usr/include/X11/Xlib.h
repop.o: /usr/include/X11/Xos.h
repop.o: /usr/include/X11/Xresource.h
repop.o: /usr/include/X11/Xutil.h
repop.o: /usr/include/X11/cursorfont.h
repop.o: /usr/include/stdio.h
repop.o: /usr/include/strings.h
repop.o: /usr/include/sys/file.h
repop.o: /usr/include/sys/time.h
repop.o: /usr/include/sys/types.h
repop.o: /usr/include/time.h
repop.o: repop.c
rl.o: ./ArgPack.h
rl.o: ./Mintrins.h
rl.o: ./d2.h
rl.o: ./ed.h
rl.o: ./ft.h
rl.o: ./global.h
rl.o: ./memory.h
rl.o: ./menupack.h
rl.o: ./mt.h
rl.o: ./opvalscan.h
rl.o: ./rap.h
rl.o: ./rem.h
rl.o: ./rl.h
rl.o: ./rs.h
rl.o: ./ru.h
rl.o: ./rule.h
rl.o: ./widgets.h
rl.o: ./xstuff.h
rl.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rl.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rl.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rl.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
rl.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/action.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/al.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/end.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/verbrgy.h
rl.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Shell.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/CascadeB.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Command.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Frame.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Label.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/LabelG.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MainW.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/MenuShell.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/PushB.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/RowColumn.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/ScrolledW.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Text.h
rl.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
rl.o: /usr/include/X11/X.h
rl.o: /usr/include/X11/Xlib.h
rl.o: /usr/include/X11/Xos.h
rl.o: /usr/include/X11/Xresource.h
rl.o: /usr/include/X11/Xutil.h
rl.o: /usr/include/X11/cursorfont.h
rl.o: /usr/include/ctype.h
rl.o: /usr/include/stdio.h
rl.o: /usr/include/strings.h
rl.o: /usr/include/sys/file.h
rl.o: /usr/include/sys/time.h
rl.o: /usr/include/sys/types.h
rl.o: /usr/include/time.h
rl.o: rl.c
rle.o: ./ArgPack.h
rle.o: ./Mintrins.h
rle.o: ./global.h
rle.o: ./menupack.h
rle.o: ./rem.h
rle.o: ./rl.h
rle.o: ./rle.h
rle.o: ./rule.h
rle.o: ./xstuff.h
rle.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rle.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rle.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rle.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
rle.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/RMFBuffer.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rle.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
rle.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
rle.o: /usr/include/X11/X.h
rle.o: /usr/include/X11/Xlib.h
rle.o: /usr/include/X11/Xos.h
rle.o: /usr/include/X11/Xresource.h
rle.o: /usr/include/X11/Xutil.h
rle.o: /usr/include/X11/cursorfont.h
rle.o: /usr/include/stdio.h
rle.o: /usr/include/strings.h
rle.o: /usr/include/sys/file.h
rle.o: /usr/include/sys/time.h
rle.o: /usr/include/sys/types.h
rle.o: /usr/include/time.h
rle.o: rle.c
rs.o: ./ArgPack.h
rs.o: ./Mintrins.h
rs.o: ./df.h
rs.o: ./global.h
rs.o: ./menupack.h
rs.o: ./rem.h
rs.o: ./repop.h
rs.o: ./res.h
rs.o: ./rl.h
rs.o: ./rs.h
rs.o: ./ru.h
rs.o: ./rule.h
rs.o: ./ruleeditor.h
rs.o: ./xstuff.h
rs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
rs.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/MsgType.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/OSinter.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/RSreg.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/a1client.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/al.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/end.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rs.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/StringDefs.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
rs.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
rs.o: /usr/include/X11/X.h
rs.o: /usr/include/X11/Xatom.h
rs.o: /usr/include/X11/Xlib.h
rs.o: /usr/include/X11/Xos.h
rs.o: /usr/include/X11/Xresource.h
rs.o: /usr/include/X11/Xutil.h
rs.o: /usr/include/X11/cursorfont.h
rs.o: /usr/include/machine/machparam.h
rs.o: /usr/include/signal.h
rs.o: /usr/include/stdio.h
rs.o: /usr/include/strings.h
rs.o: /usr/include/sys/file.h
rs.o: /usr/include/sys/param.h
rs.o: /usr/include/sys/time.h
rs.o: /usr/include/sys/types.h
rs.o: /usr/include/time.h
rs.o: rs.c
ru.o: ./ArgPack.h
ru.o: ./Mintrins.h
ru.o: ./global.h
ru.o: ./menupack.h
ru.o: ./rap.h
ru.o: ./rem.h
ru.o: ./rl.h
ru.o: ./rs.h
ru.o: ./ru.h
ru.o: ./rule.h
ru.o: ./ruleeditor.h
ru.o: ./xstuff.h
ru.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
ru.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
ru.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
ru.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
ru.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/MsgType.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/OSinter.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/action.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/al.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/end.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/verbrgy.h
ru.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
ru.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
ru.o: /usr/include/X11/X.h
ru.o: /usr/include/X11/Xlib.h
ru.o: /usr/include/X11/Xos.h
ru.o: /usr/include/X11/Xresource.h
ru.o: /usr/include/X11/Xutil.h
ru.o: /usr/include/X11/cursorfont.h
ru.o: /usr/include/machine/machparam.h
ru.o: /usr/include/signal.h
ru.o: /usr/include/stdio.h
ru.o: /usr/include/strings.h
ru.o: /usr/include/sys/file.h
ru.o: /usr/include/sys/param.h
ru.o: /usr/include/sys/time.h
ru.o: /usr/include/sys/types.h
ru.o: /usr/include/time.h
ru.o: ru.c
rule.o: ./rule.h
rule.o: ./ruleP.h
rule.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rule.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rule.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rule.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/action.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/data.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rule.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rule.o: /usr/include/stdio.h
rule.o: /usr/include/sys/types.h
rule.o: rule.c
ruleeditor.o: ./ArgPack.h
ruleeditor.o: ./Mintrins.h
ruleeditor.o: ./global.h
ruleeditor.o: ./memory.h
ruleeditor.o: ./menupack.h
ruleeditor.o: ./rem.h
ruleeditor.o: ./rl.h
ruleeditor.o: ./ru.h
ruleeditor.o: ./rule.h
ruleeditor.o: ./ruleeditor.h
ruleeditor.o: ./ruleeditorP.h
ruleeditor.o: ./xstuff.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/MsgType.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/OSinter.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
ruleeditor.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
ruleeditor.o: /usr/include/X11/X.h
ruleeditor.o: /usr/include/X11/Xlib.h
ruleeditor.o: /usr/include/X11/Xos.h
ruleeditor.o: /usr/include/X11/Xresource.h
ruleeditor.o: /usr/include/X11/Xutil.h
ruleeditor.o: /usr/include/X11/cursorfont.h
ruleeditor.o: /usr/include/machine/machparam.h
ruleeditor.o: /usr/include/signal.h
ruleeditor.o: /usr/include/stdio.h
ruleeditor.o: /usr/include/strings.h
ruleeditor.o: /usr/include/sys/file.h
ruleeditor.o: /usr/include/sys/param.h
ruleeditor.o: /usr/include/sys/time.h
ruleeditor.o: /usr/include/sys/types.h
ruleeditor.o: /usr/include/time.h
ruleeditor.o: ruleeditor.c
ruleprint.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/action.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/ruleprint.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
ruleprint.o: /afs/athena/astaff/project/argus/src/working/include/verbrgy.h
ruleprint.o: /usr/include/sys/types.h
ruleprint.o: ruleprint.c
rulerun.o: ./rule.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/action.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/data.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/predeval.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/rulerun.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/verb.h
rulerun.o: /afs/athena/astaff/project/argus/src/working/include/verbs.h
rulerun.o: /usr/include/stdio.h
rulerun.o: /usr/include/sys/types.h
rulerun.o: rulerun.c
ruleset.o: ./memory.h
ruleset.o: ./rulesetP.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/ansi-include/string.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/FTreg.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/FieldCore.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/FieldType.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/biregistry.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/data.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/flags.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/folder.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/foldert.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/msg.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/profile.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/rule.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/ruleset.h
ruleset.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
ruleset.o: /usr/include/stdio.h
ruleset.o: /usr/include/sys/types.h
ruleset.o: ruleset.c
scratch.o: scratch.c
t.o: ./opvalscan.h
t.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
t.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
t.o: t.c
xstuff.o: ./ArgPack.h
xstuff.o: ./Mintrins.h
xstuff.o: ./menupack.h
xstuff.o: ./xstuff.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/ansi-include/assert.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stddef.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdio.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/ansi-include/stdlib.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/al.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/bool.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/darray.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/memory.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/registry.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/sysdep.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/include/useful.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/CompObj.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Composite.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Constraint.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Core.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Intrinsic.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Object.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/RectObj.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/StringDefs.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/Vendor.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/X11/WindowObj.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Form.h
xstuff.o: /afs/athena/astaff/project/argus/src/working/motif/motif-include/Xm/Xm.h
xstuff.o: /usr/include/X11/X.h
xstuff.o: /usr/include/X11/Xlib.h
xstuff.o: /usr/include/X11/Xos.h
xstuff.o: /usr/include/X11/Xresource.h
xstuff.o: /usr/include/X11/Xutil.h
xstuff.o: /usr/include/X11/cursorfont.h
xstuff.o: /usr/include/stdio.h
xstuff.o: /usr/include/strings.h
xstuff.o: /usr/include/sys/file.h
xstuff.o: /usr/include/sys/time.h
xstuff.o: /usr/include/sys/types.h
xstuff.o: /usr/include/time.h
xstuff.o: xstuff.c
