File: Makefile.am

package info (click to toggle)
anthy 9100h-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 28,056 kB
  • sloc: ansic: 26,140; sh: 8,573; lisp: 1,264; makefile: 205
file content (16 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS =

EXTRA_DIST = test.txt test.exp prediction.c test-matrix.c

INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\" \
	  -DTEST_HOME=\""`pwd`"\"

noinst_PROGRAMS = anthy checklib
anthy_SOURCES = main.c
checklib_SOURCES = check.c

anthy_LDADD = ../src-util/libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la
checklib_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la

mostlyclean-local:
	-rm -rf .anthy*