# imake file for the V library
#

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

# 
SRCS =  DfltsPaths.c DfltsIntface.c DfltsMem.c 

TSRCS = test.c 

#
# Rules

LIST =  dflts
# testargs
LIBS = -ldflts -lVdb -lmsql -lmysqlclient -lm
DEFS = -D$(VSYSTEM)
DEBUGDIR = 

VPublicLibrary(dflts,SRCS)

VProgramTarget(test,TSRCS,LIBS,DEFS)

VAllTarget(LIST)
