#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

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

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

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

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


