##################################################################
#  setting of library
##################################################################
include ../../sys/config/version-def
LIBDIR  = ../../lib
LIBDIR2 = ../../lib
INCLUDE = -O2 -I/usr/local/include/directfb -I../../include -I. -DUSE_FB
#INCLUDE = -O2 -I../../include -I. -DUSE_FB -DNO_THREAD
#INCLUDE = -g -ggdb -I../../include -I. -DUSE_FB -DNO_THREAD
LIBNAME = libwsdfb.so
LIBNAME2 = libwsdfb.a
LIBNAMED = libwsdfbd.so
LIBNAMED2 = libwsdfbd.a


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

CPPOBJS = WSDunixEnv.o \
  WSDfileSerialize.o WSDunixFS.o \
  WSDunixFile.o WSDdevfbWinDev.o \
  WSDdevfbFormDev.o WSDdevfbAppDev.o WSDdevfbDraw.o \
  WSDdevfbFont.o WSdevfbcom.o \
  WSDdevfbNwDev.o WSDdevfbColor.o WSDdevfbImage.o \
  WSDdevfbMouse.o \
  Main.o lang.o WSDdevfbCodeConvert.o xunicode.o \
  WSDdevfbKeyboard.o WSDdevfbScrFrameDev.o \
  WSDdevfbPrivateTimer.o WSDdevfbTimer.o WSdevfbtcpcom.o \
  WSDdevfbSocket.o WSDdevfbmwinDev.o WSDdevfbDragDrop.o \
  devfb_dfb.o devfb_dep.o devfb.o WSDdeviceFont.o WSDdevfbThread.o \
  WSDdevfbMutex.o WSDdevfbSemaphore.o pcf.o

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

CCOBJS = 


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


