File: Makefile.am

package info (click to toggle)
simstring 1.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,380 kB
  • sloc: cpp: 15,653; sh: 3,846; ansic: 488; python: 205; makefile: 50; ruby: 22
file content (14 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile.am 88 2010-02-24 06:23:49Z naoaki $

simstringincludedir = $(includedir)/simstring

simstringinclude_HEADERS = \
	simstring/cdbpp.h \
	simstring/memory_mapped_file.h \
	simstring/memory_mapped_file_posix.h \
	simstring/ngram.h \
	simstring/measure.h \
	simstring/simstring.h

EXTRA_DIST = \
	simstring/memory_mapped_file_win32.h