#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

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

SRCS = arg2Str.c buffStr.c consStr.c dupStr.c
OBJS = arg2Str.o buffStr.o consStr.o dupStr.o

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

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


