Makefile
489 Bytes
include Makefile.top
MODULE = vlibras_desktop
LIBNAME = CorePlugin
VERSION = 0.2
CFLAGS = \
-I$(INCDIR)\
-I/usr/include/python2.7
CFLAGS += -m32 -g -fPIC
LDFLAGS = \
-L/usr/lib/python2.7/config\
-lpthread\
-ldl\
-lutil\
-lm\
-lpython2.7
HEADERS = \
py_tradutor.h\
core_plugin.h
SOURCES = \
py_tradutor.cpp\
core_plugin.cpp
.SUFFIXES: .cpp .o .h
include Makefile.build
default: all