File: mkinc_utf8.mak

package info (click to toggle)
swi-prolog 9.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 82,408 kB
  • sloc: ansic: 387,503; perl: 359,326; cpp: 6,613; lisp: 6,247; java: 5,540; sh: 3,147; javascript: 2,668; python: 1,900; ruby: 1,594; yacc: 845; makefile: 428; xml: 317; sed: 12; sql: 6
file content (52 lines) | stat: -rw-r--r-- 1,554 bytes parent folder | download | duplicates (30)
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