You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
440 B

ALL: swig-perl swig-python swig-ruby
swig-perl:
swig -Wall -c++ -perl -outdir perl marisa-swig.i
mv marisa-swig_wrap.cxx perl
cp marisa-swig.cxx marisa-swig.h perl
swig-python:
swig -Wall -c++ -python -outdir python marisa-swig.i
mv marisa-swig_wrap.cxx python
cp marisa-swig.cxx marisa-swig.h python
swig-ruby:
swig -Wall -c++ -ruby -outdir ruby marisa-swig.i
mv marisa-swig_wrap.cxx ruby
cp marisa-swig.cxx marisa-swig.h ruby