File: Makefile.am

package info (click to toggle)
anthy 6300d-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,400 kB
  • ctags: 2,270
  • sloc: ansic: 17,009; sh: 13,554; lisp: 1,039; makefile: 252; ruby: 212; perl: 10
file content (17 lines) | stat: -rwxr-xr-x 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXTRA_DIST = test.txt balance.txt relation.txt regression.txt $(SWIG_FILES)
CLEANFILES = anthy_swig_wrap.c anthy_swig_wrap.o anthy.so

SWIG_FILES = extconf.rb test.rb anthy_swig.i

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

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

anthy_LDADD = ../src-main/libanthy.la ../src-diclib/libanthydic.la
checklib_LDADD = ../src-main/libanthy.la ../src-diclib/libanthydic.la

mostlyclean-local:
	-rm -rf .anthy*