DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦4a066777c⟧ TextFile

    Length: 29147 (0x71db)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦34cc4e2f7⟧ »./UNRELEASED/xgdb3.2.tar.Z« 
        └─⟦80fac5d7c⟧ 
            └─⟦this⟧ »./Makefile« 

TextFile

# Makefile for xgdb.
# 
# Last edited: February 25th, 1989.
#
# Point these wherever necessary. Currently set up relative to
# TOPDIR/contrib/clients/xgdb
#
TOP=/wrl/vax
XAWLIB = $(TOP)/lib/libXaw.a
XTKLIB = $(TOP)/lib/libXt.a
XMULIB = $(TOP)/lib/libXmu.a
X11LIB = $(TOP)/lib/libX11.a
AUXLIBS = -ldnet
CFLAGS = -DDEBUG
LDFLAGS = 
DEFINES = 
MALLOCDEFINES = -Drcheck -Dbotch=puke
INCLUDES = -I. -I$(TOP)/include -I$(TOP)/include/X11
LIBS = $(XAWLIB) $(XTKLIB) $(XMULIB) $(X11LIB) $(AUXLIBS)

SHELL = /bin/sh
RM = rm -f
CC = cc
MAKEDEPEND = $(TOP)/util/makedepend/makedepend
TAGS = etags -t
SABER = xsaber

DEFS =	xgdb.h stubs.h regex.h messages.h handler.h process.h view.h views.h \
	util.h queue.h regparse.h stringfunc.h types.h util.h sysdefs.h \
	Tty.h TtyP.h ScrollList.h ScrollLstP.h

SRCS =	gdb.c gdb-parse.c break.c main.c util.c process.c handler.c regex.c \
	source.c assembly.c stack.c autoexec.c messages.c \
	support.c view.c  debugger.c status.c queue.c stringfunc.c regparse.c \
	ScrollList.c Tty.c malloc.c

OBJS =	gdb.o gdb-parse.o break.o main.o util.o process.o handler.o regex.o \
	source.o assembly.o stack.o autoexec.o messages.o \
	support.o view.o debugger.o status.o queue.o stringfunc.o regparse.o \
	ScrollList.o Tty.o malloc.o

.c.o:
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c $<

all: xgdb

xgdb: $(OBJS) Makefile
	$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)

saber:
	$(SABER) $(DEFINES) $(INCLUDES) $(SRCS) $(LIBS)

malloc.o: malloc.c
	$(CC) -c $< $(CFLAGS) $(DEFINES) $(INCLUDES) $(MALLOCDEFINES)

clean:
	$(RM) xgdb $(OBJS) *~ #* .emacs core a.out

depend: $(SRCS) $(DEFS)
	$(MAKEDEPEND) $(DEFINES) $(INCLUDES) $(DEFS) $(SRCS)

tags:
	$(TAGS) $(DEFS) $(SRCS)

# DO NOT DELETE THIS LINE -- make depend depends on it.

xgdb.o: ../../../X11/Intrinsic.h ../../../X11/Xlib.h /usr/include/sys/types.h
xgdb.o: ../../../X11/X.h ../../../X11/Xutil.h ../../../X11/Xresource.h
xgdb.o: ../../../X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
xgdb.o: /usr/include/sys/time.h ../../../X11/Core.h ../../../X11/Composite.h
xgdb.o: ../../../X11/Constraint.h ../../../X11/AsciiText.h
xgdb.o: ../../../X11/copyright.h ../../../X11/Text.h ../../../X11/Box.h
xgdb.o: ../../../X11/Cardinals.h ../../../X11/Command.h ../../../X11/Label.h
xgdb.o: ../../../X11/Simple.h ../../../X11/Xmu.h ../../../X11/Intrinsic.h
xgdb.o: ../../../X11/Label.h ../../../X11/Scroll.h ../../../X11/Shell.h
xgdb.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
xgdb.o: ../../../X11/Constraint.h ../../../X11/Viewport.h ../../../X11/Form.h
xgdb.o: ../../../X11/Xatom.h ../../../X11/cursorfont.h /usr/include/signal.h
xgdb.o: sysdefs.h /usr/include/stdio.h regex.h util.h queue.h types.h
xgdb.o: stringfunc.h stubs.h Tty.h ScrollList.h ../../../X11/Simple.h
xgdb.o: handler.h messages.h process.h regparse.h support.h view.h views.h
sysdefs.o: /usr/include/stdio.h
TtyP.o: ../../../X11/AsciiTextP.h ../../../X11/copyright.h
TtyP.o: ../../../X11/AsciiText.h ../../../X11/Text.h ../../../X11/TextP.h
TtyP.o: ../../../X11/SimpleP.h ../../../X11/Simple.h ../../../X11/CoreP.h
TtyP.o: ../../../X11/TextSrcP.h Tty.h
ScrollList.o: ../../../X11/Simple.h ../../../X11/copyright.h
ScrollLstP.o: ScrollList.h ../../../X11/Simple.h ../../../X11/copyright.h
ScrollLstP.o: ../../../X11/SimpleP.h ../../../X11/Simple.h
ScrollLstP.o: ../../../X11/CoreP.h
gdb.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
gdb.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
gdb.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
gdb.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
gdb.o: ../../../X11/Composite.h ../../../X11/Constraint.h
gdb.o: ../../../X11/AsciiText.h ../../../X11/copyright.h ../../../X11/Text.h
gdb.o: ../../../X11/Box.h ../../../X11/Cardinals.h ../../../X11/Command.h
gdb.o: ../../../X11/Label.h ../../../X11/Simple.h ../../../X11/Xmu.h
gdb.o: ../../../X11/Intrinsic.h ../../../X11/Label.h ../../../X11/Scroll.h
gdb.o: ../../../X11/Shell.h ../../../X11/StringDefs.h ../../../X11/VPaned.h
gdb.o: ../../../X11/Constraint.h ../../../X11/Viewport.h ../../../X11/Form.h
gdb.o: ../../../X11/Xatom.h ../../../X11/cursorfont.h /usr/include/signal.h
gdb.o: sysdefs.h /usr/include/stdio.h regex.h util.h queue.h types.h
gdb.o: stringfunc.h stubs.h Tty.h ScrollList.h ../../../X11/Simple.h
gdb.o: handler.h messages.h process.h regparse.h support.h view.h views.h
gdb.o: /usr/include/errno.h
gdb-parse.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
gdb-parse.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
gdb-parse.o: ../../../X11/Xresource.h ../../../X11/Xos.h
gdb-parse.o: /usr/include/strings.h /usr/include/sys/file.h
gdb-parse.o: /usr/include/sys/time.h ../../../X11/Core.h
gdb-parse.o: ../../../X11/Composite.h ../../../X11/Constraint.h
gdb-parse.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
gdb-parse.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
gdb-parse.o: ../../../X11/Command.h ../../../X11/Label.h
gdb-parse.o: ../../../X11/Simple.h ../../../X11/Xmu.h
gdb-parse.o: ../../../X11/Intrinsic.h ../../../X11/Label.h
gdb-parse.o: ../../../X11/Scroll.h ../../../X11/Shell.h
gdb-parse.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
gdb-parse.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
gdb-parse.o: ../../../X11/Form.h ../../../X11/Xatom.h
gdb-parse.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
gdb-parse.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
gdb-parse.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
gdb-parse.o: messages.h process.h regparse.h support.h view.h views.h
gdb-parse.o: /usr/include/errno.h
break.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
break.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
break.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
break.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
break.o: ../../../X11/Composite.h ../../../X11/Constraint.h
break.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
break.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
break.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
break.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
break.o: ../../../X11/Scroll.h ../../../X11/Shell.h ../../../X11/StringDefs.h
break.o: ../../../X11/VPaned.h ../../../X11/Constraint.h
break.o: ../../../X11/Viewport.h ../../../X11/Form.h ../../../X11/Xatom.h
break.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
break.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
break.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
break.o: messages.h process.h regparse.h support.h view.h views.h
main.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
main.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
main.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
main.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
main.o: ../../../X11/Composite.h ../../../X11/Constraint.h
main.o: ../../../X11/AsciiText.h ../../../X11/copyright.h ../../../X11/Text.h
main.o: ../../../X11/Box.h ../../../X11/Cardinals.h ../../../X11/Command.h
main.o: ../../../X11/Label.h ../../../X11/Simple.h ../../../X11/Xmu.h
main.o: ../../../X11/Intrinsic.h ../../../X11/Label.h ../../../X11/Scroll.h
main.o: ../../../X11/Shell.h ../../../X11/StringDefs.h ../../../X11/VPaned.h
main.o: ../../../X11/Constraint.h ../../../X11/Viewport.h ../../../X11/Form.h
main.o: ../../../X11/Xatom.h ../../../X11/cursorfont.h /usr/include/signal.h
main.o: sysdefs.h /usr/include/stdio.h regex.h util.h queue.h types.h
main.o: stringfunc.h stubs.h Tty.h ScrollList.h ../../../X11/Simple.h
main.o: handler.h messages.h process.h regparse.h support.h view.h views.h
main.o: xgdb.bm ../../../X11/IntrinsicP.h ../../../X11/CoreP.h
main.o: ../../../X11/CompositeP.h ../../../X11/ConstrainP.h
util.o: /usr/include/varargs.h xgdb.h ../../../X11/Intrinsic.h
util.o: ../../../X11/Xlib.h /usr/include/sys/types.h ../../../X11/X.h
util.o: ../../../X11/Xutil.h ../../../X11/Xresource.h ../../../X11/Xos.h
util.o: /usr/include/strings.h /usr/include/sys/file.h
util.o: /usr/include/sys/time.h ../../../X11/Core.h ../../../X11/Composite.h
util.o: ../../../X11/Constraint.h ../../../X11/AsciiText.h
util.o: ../../../X11/copyright.h ../../../X11/Text.h ../../../X11/Box.h
util.o: ../../../X11/Cardinals.h ../../../X11/Command.h ../../../X11/Label.h
util.o: ../../../X11/Simple.h ../../../X11/Xmu.h ../../../X11/Intrinsic.h
util.o: ../../../X11/Label.h ../../../X11/Scroll.h ../../../X11/Shell.h
util.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
util.o: ../../../X11/Constraint.h ../../../X11/Viewport.h ../../../X11/Form.h
util.o: ../../../X11/Xatom.h ../../../X11/cursorfont.h /usr/include/signal.h
util.o: sysdefs.h /usr/include/stdio.h regex.h util.h queue.h types.h
util.o: stringfunc.h stubs.h Tty.h ScrollList.h ../../../X11/Simple.h
util.o: handler.h messages.h process.h regparse.h support.h view.h views.h
process.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
process.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
process.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
process.o: /usr/include/sys/file.h /usr/include/sys/time.h
process.o: ../../../X11/Core.h ../../../X11/Composite.h
process.o: ../../../X11/Constraint.h ../../../X11/AsciiText.h
process.o: ../../../X11/copyright.h ../../../X11/Text.h ../../../X11/Box.h
process.o: ../../../X11/Cardinals.h ../../../X11/Command.h
process.o: ../../../X11/Label.h ../../../X11/Simple.h ../../../X11/Xmu.h
process.o: ../../../X11/Intrinsic.h ../../../X11/Label.h
process.o: ../../../X11/Scroll.h ../../../X11/Shell.h
process.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
process.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
process.o: ../../../X11/Form.h ../../../X11/Xatom.h ../../../X11/cursorfont.h
process.o: /usr/include/signal.h sysdefs.h /usr/include/stdio.h regex.h
process.o: util.h queue.h types.h stringfunc.h stubs.h Tty.h ScrollList.h
process.o: ../../../X11/Simple.h handler.h messages.h process.h regparse.h
process.o: support.h view.h views.h /usr/include/sys/socket.h
process.o: /usr/include/errno.h
handler.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
handler.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
handler.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
handler.o: /usr/include/sys/file.h /usr/include/sys/time.h
handler.o: ../../../X11/Core.h ../../../X11/Composite.h
handler.o: ../../../X11/Constraint.h ../../../X11/AsciiText.h
handler.o: ../../../X11/copyright.h ../../../X11/Text.h ../../../X11/Box.h
handler.o: ../../../X11/Cardinals.h ../../../X11/Command.h
handler.o: ../../../X11/Label.h ../../../X11/Simple.h ../../../X11/Xmu.h
handler.o: ../../../X11/Intrinsic.h ../../../X11/Label.h
handler.o: ../../../X11/Scroll.h ../../../X11/Shell.h
handler.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
handler.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
handler.o: ../../../X11/Form.h ../../../X11/Xatom.h ../../../X11/cursorfont.h
handler.o: /usr/include/signal.h sysdefs.h /usr/include/stdio.h regex.h
handler.o: util.h queue.h types.h stringfunc.h stubs.h Tty.h ScrollList.h
handler.o: ../../../X11/Simple.h handler.h messages.h process.h regparse.h
handler.o: support.h view.h views.h
regex.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
regex.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
regex.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
regex.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
regex.o: ../../../X11/Composite.h ../../../X11/Constraint.h
regex.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
regex.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
regex.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
regex.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
regex.o: ../../../X11/Scroll.h ../../../X11/Shell.h ../../../X11/StringDefs.h
regex.o: ../../../X11/VPaned.h ../../../X11/Constraint.h
regex.o: ../../../X11/Viewport.h ../../../X11/Form.h ../../../X11/Xatom.h
regex.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
regex.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
regex.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
regex.o: messages.h process.h regparse.h support.h view.h views.h
source.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
source.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
source.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
source.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
source.o: ../../../X11/Composite.h ../../../X11/Constraint.h
source.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
source.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
source.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
source.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
source.o: ../../../X11/Scroll.h ../../../X11/Shell.h
source.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
source.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
source.o: ../../../X11/Form.h ../../../X11/Xatom.h ../../../X11/cursorfont.h
source.o: /usr/include/signal.h sysdefs.h /usr/include/stdio.h regex.h util.h
source.o: queue.h types.h stringfunc.h stubs.h Tty.h ScrollList.h
source.o: ../../../X11/Simple.h handler.h messages.h process.h regparse.h
source.o: support.h view.h views.h /usr/include/sys/stat.h
source.o: /usr/include/fcntl.h /usr/include/errno.h
assembly.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
assembly.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
assembly.o: ../../../X11/Xresource.h ../../../X11/Xos.h
assembly.o: /usr/include/strings.h /usr/include/sys/file.h
assembly.o: /usr/include/sys/time.h ../../../X11/Core.h
assembly.o: ../../../X11/Composite.h ../../../X11/Constraint.h
assembly.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
assembly.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
assembly.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
assembly.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
assembly.o: ../../../X11/Scroll.h ../../../X11/Shell.h
assembly.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
assembly.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
assembly.o: ../../../X11/Form.h ../../../X11/Xatom.h
assembly.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
assembly.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
assembly.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
assembly.o: messages.h process.h regparse.h support.h view.h views.h
stack.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
stack.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
stack.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
stack.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
stack.o: ../../../X11/Composite.h ../../../X11/Constraint.h
stack.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
stack.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
stack.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
stack.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
stack.o: ../../../X11/Scroll.h ../../../X11/Shell.h ../../../X11/StringDefs.h
stack.o: ../../../X11/VPaned.h ../../../X11/Constraint.h
stack.o: ../../../X11/Viewport.h ../../../X11/Form.h ../../../X11/Xatom.h
stack.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
stack.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
stack.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
stack.o: messages.h process.h regparse.h support.h view.h views.h
autoexec.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
autoexec.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
autoexec.o: ../../../X11/Xresource.h ../../../X11/Xos.h
autoexec.o: /usr/include/strings.h /usr/include/sys/file.h
autoexec.o: /usr/include/sys/time.h ../../../X11/Core.h
autoexec.o: ../../../X11/Composite.h ../../../X11/Constraint.h
autoexec.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
autoexec.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
autoexec.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
autoexec.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
autoexec.o: ../../../X11/Scroll.h ../../../X11/Shell.h
autoexec.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
autoexec.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
autoexec.o: ../../../X11/Form.h ../../../X11/Xatom.h
autoexec.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
autoexec.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
autoexec.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
autoexec.o: messages.h process.h regparse.h support.h view.h views.h
messages.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
messages.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
messages.o: ../../../X11/Xresource.h ../../../X11/Xos.h
messages.o: /usr/include/strings.h /usr/include/sys/file.h
messages.o: /usr/include/sys/time.h ../../../X11/Core.h
messages.o: ../../../X11/Composite.h ../../../X11/Constraint.h
messages.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
messages.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
messages.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
messages.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
messages.o: ../../../X11/Scroll.h ../../../X11/Shell.h
messages.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
messages.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
messages.o: ../../../X11/Form.h ../../../X11/Xatom.h
messages.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
messages.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
messages.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
messages.o: messages.h process.h regparse.h support.h view.h views.h
support.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
support.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
support.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
support.o: /usr/include/sys/file.h /usr/include/sys/time.h
support.o: ../../../X11/Core.h ../../../X11/Composite.h
support.o: ../../../X11/Constraint.h ../../../X11/AsciiText.h
support.o: ../../../X11/copyright.h ../../../X11/Text.h ../../../X11/Box.h
support.o: ../../../X11/Cardinals.h ../../../X11/Command.h
support.o: ../../../X11/Label.h ../../../X11/Simple.h ../../../X11/Xmu.h
support.o: ../../../X11/Intrinsic.h ../../../X11/Label.h
support.o: ../../../X11/Scroll.h ../../../X11/Shell.h
support.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
support.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
support.o: ../../../X11/Form.h ../../../X11/Xatom.h ../../../X11/cursorfont.h
support.o: /usr/include/signal.h sysdefs.h /usr/include/stdio.h regex.h
support.o: util.h queue.h types.h stringfunc.h stubs.h Tty.h ScrollList.h
support.o: ../../../X11/Simple.h handler.h messages.h process.h regparse.h
support.o: support.h view.h views.h
view.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
view.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
view.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
view.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
view.o: ../../../X11/Composite.h ../../../X11/Constraint.h
view.o: ../../../X11/AsciiText.h ../../../X11/copyright.h ../../../X11/Text.h
view.o: ../../../X11/Box.h ../../../X11/Cardinals.h ../../../X11/Command.h
view.o: ../../../X11/Label.h ../../../X11/Simple.h ../../../X11/Xmu.h
view.o: ../../../X11/Intrinsic.h ../../../X11/Label.h ../../../X11/Scroll.h
view.o: ../../../X11/Shell.h ../../../X11/StringDefs.h ../../../X11/VPaned.h
view.o: ../../../X11/Constraint.h ../../../X11/Viewport.h ../../../X11/Form.h
view.o: ../../../X11/Xatom.h ../../../X11/cursorfont.h /usr/include/signal.h
view.o: sysdefs.h /usr/include/stdio.h regex.h util.h queue.h types.h
view.o: stringfunc.h stubs.h Tty.h ScrollList.h ../../../X11/Simple.h
view.o: handler.h messages.h process.h regparse.h support.h view.h views.h
debugger.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
debugger.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
debugger.o: ../../../X11/Xresource.h ../../../X11/Xos.h
debugger.o: /usr/include/strings.h /usr/include/sys/file.h
debugger.o: /usr/include/sys/time.h ../../../X11/Core.h
debugger.o: ../../../X11/Composite.h ../../../X11/Constraint.h
debugger.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
debugger.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
debugger.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
debugger.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
debugger.o: ../../../X11/Scroll.h ../../../X11/Shell.h
debugger.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
debugger.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
debugger.o: ../../../X11/Form.h ../../../X11/Xatom.h
debugger.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
debugger.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
debugger.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
debugger.o: messages.h process.h regparse.h support.h view.h views.h
status.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
status.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
status.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
status.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
status.o: ../../../X11/Composite.h ../../../X11/Constraint.h
status.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
status.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
status.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
status.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
status.o: ../../../X11/Scroll.h ../../../X11/Shell.h
status.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
status.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
status.o: ../../../X11/Form.h ../../../X11/Xatom.h ../../../X11/cursorfont.h
status.o: /usr/include/signal.h sysdefs.h /usr/include/stdio.h regex.h util.h
status.o: queue.h types.h stringfunc.h stubs.h Tty.h ScrollList.h
status.o: ../../../X11/Simple.h handler.h messages.h process.h regparse.h
status.o: support.h view.h views.h
queue.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
queue.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
queue.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
queue.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
queue.o: ../../../X11/Composite.h ../../../X11/Constraint.h
queue.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
queue.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
queue.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
queue.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
queue.o: ../../../X11/Scroll.h ../../../X11/Shell.h ../../../X11/StringDefs.h
queue.o: ../../../X11/VPaned.h ../../../X11/Constraint.h
queue.o: ../../../X11/Viewport.h ../../../X11/Form.h ../../../X11/Xatom.h
queue.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
queue.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
queue.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
queue.o: messages.h process.h regparse.h support.h view.h views.h
stringfunc.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
stringfunc.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
stringfunc.o: ../../../X11/Xresource.h ../../../X11/Xos.h
stringfunc.o: /usr/include/strings.h /usr/include/sys/file.h
stringfunc.o: /usr/include/sys/time.h ../../../X11/Core.h
stringfunc.o: ../../../X11/Composite.h ../../../X11/Constraint.h
stringfunc.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
stringfunc.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
stringfunc.o: ../../../X11/Command.h ../../../X11/Label.h
stringfunc.o: ../../../X11/Simple.h ../../../X11/Xmu.h
stringfunc.o: ../../../X11/Intrinsic.h ../../../X11/Label.h
stringfunc.o: ../../../X11/Scroll.h ../../../X11/Shell.h
stringfunc.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
stringfunc.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
stringfunc.o: ../../../X11/Form.h ../../../X11/Xatom.h
stringfunc.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
stringfunc.o: /usr/include/stdio.h regex.h util.h queue.h types.h
stringfunc.o: stringfunc.h stubs.h Tty.h ScrollList.h ../../../X11/Simple.h
stringfunc.o: handler.h messages.h process.h regparse.h support.h view.h
stringfunc.o: views.h /usr/include/ctype.h
regparse.o: xgdb.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
regparse.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
regparse.o: ../../../X11/Xresource.h ../../../X11/Xos.h
regparse.o: /usr/include/strings.h /usr/include/sys/file.h
regparse.o: /usr/include/sys/time.h ../../../X11/Core.h
regparse.o: ../../../X11/Composite.h ../../../X11/Constraint.h
regparse.o: ../../../X11/AsciiText.h ../../../X11/copyright.h
regparse.o: ../../../X11/Text.h ../../../X11/Box.h ../../../X11/Cardinals.h
regparse.o: ../../../X11/Command.h ../../../X11/Label.h ../../../X11/Simple.h
regparse.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h ../../../X11/Label.h
regparse.o: ../../../X11/Scroll.h ../../../X11/Shell.h
regparse.o: ../../../X11/StringDefs.h ../../../X11/VPaned.h
regparse.o: ../../../X11/Constraint.h ../../../X11/Viewport.h
regparse.o: ../../../X11/Form.h ../../../X11/Xatom.h
regparse.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
regparse.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
regparse.o: stubs.h Tty.h ScrollList.h ../../../X11/Simple.h handler.h
regparse.o: messages.h process.h regparse.h support.h view.h views.h
ScrollList.o: ../../../X11/IntrinsicP.h ../../../X11/Intrinsic.h
ScrollList.o: ../../../X11/Xlib.h /usr/include/sys/types.h ../../../X11/X.h
ScrollList.o: ../../../X11/Xutil.h ../../../X11/Xresource.h
ScrollList.o: ../../../X11/Xos.h /usr/include/strings.h
ScrollList.o: /usr/include/sys/file.h /usr/include/sys/time.h
ScrollList.o: ../../../X11/Core.h ../../../X11/Composite.h
ScrollList.o: ../../../X11/Constraint.h ../../../X11/CoreP.h
ScrollList.o: ../../../X11/CompositeP.h ../../../X11/ConstrainP.h
ScrollList.o: /usr/include/stdio.h /usr/include/ctype.h ../../../X11/Xos.h
ScrollList.o: ../../../X11/Xmu.h ../../../X11/Intrinsic.h
ScrollList.o: ../../../X11/Cardinals.h ../../../X11/StringDefs.h
ScrollList.o: ../../../X11/Scroll.h ../../../X11/Xmu.h ../../../X11/Command.h
ScrollList.o: ../../../X11/Label.h ../../../X11/Simple.h
ScrollList.o: ../../../X11/copyright.h ScrollLstP.h ScrollList.h
ScrollList.o: ../../../X11/Simple.h ../../../X11/SimpleP.h
ScrollList.o: ../../../X11/CoreP.h
Tty.o: ../../../X11/IntrinsicP.h ../../../X11/Intrinsic.h ../../../X11/Xlib.h
Tty.o: /usr/include/sys/types.h ../../../X11/X.h ../../../X11/Xutil.h
Tty.o: ../../../X11/Xresource.h ../../../X11/Xos.h /usr/include/strings.h
Tty.o: /usr/include/sys/file.h /usr/include/sys/time.h ../../../X11/Core.h
Tty.o: ../../../X11/Composite.h ../../../X11/Constraint.h
Tty.o: ../../../X11/CoreP.h ../../../X11/CompositeP.h
Tty.o: ../../../X11/ConstrainP.h ../../../X11/Xos.h ../../../X11/StringDefs.h
Tty.o: TtyP.h ../../../X11/AsciiTextP.h ../../../X11/copyright.h
Tty.o: ../../../X11/AsciiText.h ../../../X11/Text.h ../../../X11/TextP.h
Tty.o: ../../../X11/SimpleP.h ../../../X11/Simple.h ../../../X11/CoreP.h
Tty.o: ../../../X11/TextSrcP.h Tty.h xgdb.h ../../../X11/AsciiText.h
Tty.o: ../../../X11/Box.h ../../../X11/Cardinals.h ../../../X11/Command.h
Tty.o: ../../../X11/Label.h ../../../X11/Xmu.h ../../../X11/Intrinsic.h
Tty.o: ../../../X11/Label.h ../../../X11/Scroll.h ../../../X11/Shell.h
Tty.o: ../../../X11/VPaned.h ../../../X11/Constraint.h
Tty.o: ../../../X11/Viewport.h ../../../X11/Form.h ../../../X11/Xatom.h
Tty.o: ../../../X11/cursorfont.h /usr/include/signal.h sysdefs.h
Tty.o: /usr/include/stdio.h regex.h util.h queue.h types.h stringfunc.h
Tty.o: stubs.h ScrollList.h ../../../X11/Simple.h handler.h messages.h
Tty.o: process.h regparse.h support.h view.h views.h /usr/include/varargs.h
Tty.o: /usr/include/ctype.h
malloc.o: /usr/include/signal.h /usr/include/sys/time.h
malloc.o: /usr/include/sys/resource.h