Skip to content
Snippets Groups Projects
Commit 7bc43b90 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Updated Makefile

parent 7fec8020
Branches
No related merge requests found
......@@ -44,6 +44,7 @@ CBINOUT=_libcclvalue.so \
_libcclmatch.so \
_libcclmatchdata.so \
_libccltokenmatch.so \
_libcclannotationmatch.so \
_libcclsentencecontext.so \
_libccloperator.so \
_libcclparser.so \
......@@ -62,6 +63,7 @@ CWRAP=libcclvalue_wrap.cxx \
libcclmatch_wrap.cxx \
libcclmatchdata_wrap.cxx \
libccltokenmatch_wrap.cxx \
libcclannotationmatch_wrap.cxx \
libcclsentencecontext_wrap.cxx \
libcorpussentence_wrap.cxx \
libccloperator_wrap.cxx \
......@@ -79,6 +81,7 @@ CWRAPBIN=libcclvalue_wrap.o \
libcclmatch_wrap.o \
libcclmatchdata_wrap.o \
libccltokenmatch_wrap.o \
libcclannotationmatch_wrap.o \
libcclsentencecontext_wrap.o \
libccloperator_wrap.o \
libcclparser_wrap.o \
......@@ -97,6 +100,7 @@ PYMODULES=libcclvalue.py \
libcclparsedexpression.py \
libcclvariables.py \
libcclsentencecontext.py \
libcclannotationmatch.py \
libcclfunctionaloperator.py \
libccloperator.py \
boost_shared_ptr.py
......@@ -113,6 +117,7 @@ PYCBIN=libcclvalue.pyc \
libcclparsedexpression.pyc \
libcclvariables.pyc \
libcclsentencecontext.pyc \
libcclannotationmatch.pyc \
libcclfunctionaloperator.pyc \
libccloperator.pyc \
libcclparser.pyc \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment