aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 865b6c2a76f36de4c12fa490e2ea6feb2f1a8728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = include lib tools tests

pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = marisa.pc

EXTRA_DIST = \
  bindings/Makefile \
  bindings/perl/Makefile.PL \
  bindings/perl/marisa.pm \
  bindings/python/setup.py \
  bindings/python/marisa.py \
  bindings/ruby/extconf.rb \
  bindings/*.cxx \
  bindings/*.h \
  bindings/*.i \
  bindings/*/*.cxx \
  bindings/*/*.h \
  bindings/*/sample.* \
  docs/*.html \
  docs/*.css \
  vs2008/vs2008.* \
  vs2008/*/*