head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     91.04.12.06.45.17;  author ramsdell;  state Exp;
branches ;
next     1.2;

1.2
date     90.11.06.08.47.46;  author ramsdell;  state Exp;
branches ;
next     1.1;

1.1
date     90.11.02.11.32.59;  author ramsdell;  state Exp;
branches ;
next     ;


desc
@Deduction graph displayer for X11.
@


1.3
log
@Deleted odd library reference.
@
text
@# xdg Makefile.
# $Header: /tmp_mnt/usr/src/local2/imps/src/xdg/RCS/Makefile,v 1.2 90/11/06 08:47:46 ramsdell Exp Locker: ramsdell $

CFLAGS	= -O
SRCS	= error.c store.c scan.c parse.c Tree.c xdg.c
HDRS	= error.h store.h scan.h parse.h Tree.h TreeP.h
OBJS	= error.o store.o scan.o parse.o Tree.o xdg.o
LDLIBS  = -lXaw -lXmu -lXt -lX11
PROGRAM = xdg

all:	$(PROGRAM)

$(PROGRAM):	$(OBJS)
	$(CC) -o $@@ $(LDFLAGS) $(OBJS) $(LDLIBS)

$(OBJS):	$(HDRS)

$(BIN)/$(PROGRAM):	$(PROGRAM)
	cp $(PROGRAM) $(BIN)

clean:
	-rm $(PROGRAM) $(OBJS)

install:	$(BIN)/$(PROGRAM)
@


1.2
log
@Uses Tree Widget.

@
text
@@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d5 3
a7 3
SRCS	= error.c store.c scan.c parse.c xdg.c
HDRS	= error.h store.h scan.h parse.h
OBJS	= error.o store.o scan.o parse.o xdg.o
@
