#ifndef XCOMM
# define XCOMM #
#endif

XCOMM # Imakefile provided by G. Neumann 

SRC = Arc.c Graph.c
OBJ = Arc.o Graph.o

XCOMM # use -DUSEWIDGETPROC if you have XtWidgetProc in your Xt
XCOMM # CFLAGS = -g -D_NO_PROTO -DUSEWIDGETPROC
DEFINES = -DUSEWIDGETPROC -D_NO_PROTO

NormalLibraryTarget(graph,$(OBJ))

XCOMM # these definitions are not needed for Wafe
NEEDED_LIBS = libgraph.a -lXm $(XMULIB) $(XTOOLLIB) $(XLIB)

SingleProgramTarget(gtest,gtest.o,$(NEEDED_LIBS), -lm)
SingleProgramTarget(sort,sort.o,  $(NEEDED_LIBS), -lm)
