##################################################################
#  setting of library
##################################################################
include ../../sys/config/version-def
LIBDIR  = ../../bin
LIBDIR2 = ../../bin
INCLUDE = -I../../include -I. -I../../../others/include -I../../../others/Python-2.2-mingw32/include/python2.2
LIBNAME = _mpfcmodule.dll
LIBNAME2 = _mpfcmodule.a


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

CPPOBJS = mpfc_wrap.o mpfc_proc.o


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

CCOBJS =


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


