# CC = gcc
# CDEBUGFLAGS = -g -Wall -I../lib
# LDOPTIONS = $(CCOPTIONS) $(LOCAL_LDFLAGS) -L$(USRLIBDIR)

Xhdglib = ../lib/libXhdg.a
XHDGLIB = -L../lib -lXhdg
XHDG_INCLUDES = ../lib

EXTRA_INCLUDES = -I$(XHDG_INCLUDES)
SYS_LIBRARIES = -lm
LOCAL_LIBRARIES = XawClientLibs $(XHDGLIB)

SRCS = Graph_test.c
OBJS = Graph_test.o
PROGS = Graph_test
DEPLIBS = XawClientDepLibs $(Xhdglib)
SYS_LIBRARIES = -lm

ComplexProgramTarget($(PROGS))

DependTarget()
