# imake file for the V library
#

# CFLAGS = $(VCFLAGS) -D$(VSYSTEM)

# 
SRCS =  HashLList.c Memory.c StringList.c TagValue.c SimpleLList.c StrUtils.c

# TSRCS = testargs.c 

#
# Rules

LIST =  V
# testargs
LIBS = -lV
DEFS = -D$(VSYSTEM)
DEBUGDIR = 

VPublicLibrary(V,SRCS)

# VProgramTarget(testargs,TSRCS,LIBS,DEFS)

VAllTarget(LIST)
