File: Makefile.am

package info (click to toggle)
anthy 1%3A0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 23,596 kB
  • sloc: ansic: 24,444; sh: 4,186; lisp: 1,265; makefile: 238
file content (13 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# EXTRA_DIST = \
#  corpus.0.txt corpus.1.txt corpus.2.txt \
#  corpus.3.txt corpus.4.txt corpus.5.txt \
#  corpus_info weak_words

noinst_PROGRAMS = calctrans proccorpus
AM_CPPFLAGS = -I$(top_srcdir)/

calctrans_SOURCES = calctrans.c input_set.c input_set.h corpus.c
calctrans_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la -lm

proccorpus_SOURCES = proccorpus.c
proccorpus_LDADD = ../src-util/libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la