1ACLOCAL_AMFLAGS = -I m4 2 3SUBDIRS = include lib tools tests 4 5pkgconfigdir = ${libdir}/pkgconfig 6pkgconfig_DATA = marisa.pc 7 8EXTRA_DIST = \ 9 bindings/Makefile \ 10 bindings/perl/Makefile.PL \ 11 bindings/perl/marisa.pm \ 12 bindings/python/setup.py \ 13 bindings/python/marisa.py \ 14 bindings/ruby/extconf.rb \ 15 bindings/*.cxx \ 16 bindings/*.h \ 17 bindings/*.i \ 18 bindings/*/*.cxx \ 19 bindings/*/*.h \ 20 bindings/*/sample.* \ 21 docs/*.html \ 22 docs/*.css \ 23 vs2008/vs2008.* \ 24 vs2008/*/* 25