# CC = gcc
# CDEBUGFLAGS = -g -Wall -DNeedFunctionPrototypes
# CDEBUGFLAGS = -g -Wall -Wtraditional -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -DNeedFunctionPrototypes

#define DoNormalLib 1
#define LibName Xhdg
#define IncSubdir Xhdg

HEADERS = Graph.h
SRCS = Graph.c Graph_draw.c Graph_layout.c sc-queue.c
OBJS = Graph.o Graph_draw.o Graph_layout.o sc-queue.o

#include <Library.tmpl>

DependTarget()
