#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#include <../../config.h>
#include <../../Xmgf.tmpl>

SRCS = ConstSet.c PGerror.c PGio.c PGstring.c PGutil.c RWSets.c destSets.c
OBJS = ConstSet.o PGerror.o PGio.o PGstring.o PGutil.o RWSets.o destSets.o

INCLUDES = -I$(INCROOT) $(LL_INC) $(LLGF_INC) $(STR_INC)
CFLAGS   = $(INCLUDES)
CC       = $(COMPILER)  $(CDEBUGFLAGS)

NormalLibraryTarget(gfLL,$(OBJS))
DependTarget()
#ifndef DECALPHA
LintTarget()
#endif


