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 (23 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## $Id: Makefile.am,v 1.10 2002/08/08 07:20:45 gniibe Exp $

# Files
# Dictionary utilities
ELISP_FILES = anthy.el anthy-isearch.el anthy-dic.el anthy-conf.el leim-list.el anthy-azik.el
EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt rcsize.rb
bin_PROGRAMS = anthy-dic-tool anthy-agent
ELCFILES = anthy.elc anthy-dic.elc
if ELISP
lisp_LISP = $(ELISP_FILES)
endif

INCLUDES = -I$(top_srcdir)/include
anthy_dic_tool_SOURCES = dic-tool.c
anthy_dic_tool_LDADD = ../src-diclib/libanthydic.la
anthy_agent_SOURCES = agent.c egg.c
anthy_agent_LDADD =  libanthyinput.la ../src-main/libanthy.la ../src-diclib/libanthydic.la

lib_LTLIBRARIES = libanthyinput.la
libanthyinput_la_SOURCES = input.c rkconv.c rkhelper.c\
 rkconv.h rkmap.h rkhelper.h

pkgdata_DATA = typetab dic-tool-usage.txt