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

Updated Makefile

parent b402146a
No related merge requests found
...@@ -22,31 +22,36 @@ CBINOUT=_boost_shared_ptr.so \ ...@@ -22,31 +22,36 @@ CBINOUT=_boost_shared_ptr.so \
_libcorpustag.so \ _libcorpustag.so \
_libcorpustagset.so \ _libcorpustagset.so \
_libcorpustagsetmanager.so \ _libcorpustagsetmanager.so \
_libcorpuslexeme.so _libcorpuslexeme.so \
_libcorpustoken.so
CWRAP=boost_shared_ptr_wrap.cxx \ CWRAP=boost_shared_ptr_wrap.cxx \
libcorpustag_wrap.cxx \ libcorpustag_wrap.cxx \
libcorpustagset_wrap.cxx \ libcorpustagset_wrap.cxx \
libcorpustagsetmanager_wrap.cxx \ libcorpustagsetmanager_wrap.cxx \
libcorpuslexeme_wrap.cxx libcorpuslexeme_wrap.cxx \
libcorpustoken_wrap.cxx
CWRAPBIN=boost_shared_ptr_wrap.o \ CWRAPBIN=boost_shared_ptr_wrap.o \
libcorpustag_wrap.o \ libcorpustag_wrap.o \
libcorpustagset_wrap.o \ libcorpustagset_wrap.o \
libcorpustagsetmanager_wrap.o \ libcorpustagsetmanager_wrap.o \
libcorpuslexeme_wrap.o libcorpuslexeme_wrap.o \
libcorpustoken_wrap.o
PYMODULES=boost_shared_ptr.py \ PYMODULES=boost_shared_ptr.py \
libcorpustag.py \ libcorpustag.py \
libcorpustagset.py \ libcorpustagset.py \
libcorpustagsetmanager.py \ libcorpustagsetmanager.py \
libcorpuslexeme.py libcorpuslexeme.py \
libcorpustoken.py
PYCBIN=boost_shared_ptr.pyc \ PYCBIN=boost_shared_ptr.pyc \
libcorpustag.pyc \ libcorpustag.pyc \
libcorpustagset.pyc \ libcorpustagset.pyc \
libcorpustagsetmanager.pyc \ libcorpustagsetmanager.pyc \
libcorpuslexeme.pyc libcorpuslexeme.pyc \
libcorpustoken.pyc
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
all:boost_shared_ptr.o $(CBIN) all:boost_shared_ptr.o $(CBIN)
......
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