##################################################################
#  setting of library
##################################################################
include ../../sys/config/version-def
LIBDIR  = ../../lib
LIBDIR2 = ../../lib
INCLUDE = -I../../include -I. -I/usr/include/X11 -I/usr/X11R6/include -I/usr/local/include/libpng
LIBNAME = libwspng.so
LIBNAME2 =
#VERSION =


##################################################################
# C++ objects  
##################################################################

CPPOBJS = png.o

##################################################################
# cc objects  
##################################################################

CCOBJS =


##################################################################


