1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# libstemmer/mkinc_utf8.mak: List of stemming module source files
#
# This file is generated by mkmodules.pl from a list of module names.
# Do not edit manually.
#
# Modules included by this file are: danish, dutch, english, finnish, french,
# german, hungarian, italian, norwegian, porter, portuguese, romanian,
# russian, spanish, swedish, turkish
snowball_sources= \
src_c/stem_UTF_8_danish.c \
src_c/stem_UTF_8_dutch.c \
src_c/stem_UTF_8_english.c \
src_c/stem_UTF_8_finnish.c \
src_c/stem_UTF_8_french.c \
src_c/stem_UTF_8_german.c \
src_c/stem_UTF_8_hungarian.c \
src_c/stem_UTF_8_italian.c \
src_c/stem_UTF_8_norwegian.c \
src_c/stem_UTF_8_porter.c \
src_c/stem_UTF_8_portuguese.c \
src_c/stem_UTF_8_romanian.c \
src_c/stem_UTF_8_russian.c \
src_c/stem_UTF_8_spanish.c \
src_c/stem_UTF_8_swedish.c \
src_c/stem_UTF_8_turkish.c \
runtime/api.c \
runtime/utilities.c \
libstemmer/libstemmer_utf8.c
snowball_headers= \
src_c/stem_UTF_8_danish.h \
src_c/stem_UTF_8_dutch.h \
src_c/stem_UTF_8_english.h \
src_c/stem_UTF_8_finnish.h \
src_c/stem_UTF_8_french.h \
src_c/stem_UTF_8_german.h \
src_c/stem_UTF_8_hungarian.h \
src_c/stem_UTF_8_italian.h \
src_c/stem_UTF_8_norwegian.h \
src_c/stem_UTF_8_porter.h \
src_c/stem_UTF_8_portuguese.h \
src_c/stem_UTF_8_romanian.h \
src_c/stem_UTF_8_russian.h \
src_c/stem_UTF_8_spanish.h \
src_c/stem_UTF_8_swedish.h \
src_c/stem_UTF_8_turkish.h \
include/libstemmer.h \
libstemmer/modules_utf8.h \
runtime/api.h \
runtime/header.h
|