File: Makefile.am

package info (click to toggle)
anthy 9100h-24
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,004 kB
  • ctags: 3,258
  • sloc: ansic: 26,140; sh: 8,573; lisp: 1,264; makefile: 205
file content (31 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (4)
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
## $Id: Makefile.am,v 1.10 2002/08/08 07:20:45 gniibe Exp $

SUBDIRS =

# Files
# Dictionary utilities
ELISP_FILES = anthy.el anthy-dic.el anthy-conf.el leim-list.el \
 anthy-isearch.el anthy-azik.el anthy-kyuri.el
EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i
bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer
if ELISP
lisp_LISP = $(ELISP_FILES)
endif

noinst_LTLIBRARIES = libconvdb.la
libconvdb_la_SOURCES = convdb.c

INCLUDES = -I$(top_srcdir)/
anthy_dic_tool_SOURCES = dic-tool.c
anthy_dic_tool_LDADD = ../src-worddic/libanthydic.la
anthy_agent_SOURCES = agent.c egg.c
anthy_agent_LDADD = libanthyinput.la ../src-main/libanthy.la ../src-worddic/libanthydic.la
anthy_morphological_analyzer_SOURCES= morph-main.c
anthy_morphological_analyzer_LDADD = libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la

lib_LTLIBRARIES = libanthyinput.la
libanthyinput_la_SOURCES = input.c rkconv.c rkhelper.c\
 rkconv.h rkmap.h rkhelper.h
libanthyinput_la_LIBADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la

pkgdata_DATA = typetab dic-tool-usage.txt