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: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## $Id: Makefile.am,v 1.4 2002/02/25 07:25:03 yusuke Exp $

INCLUDES = -I$(top_srcdir)/include -DCONF_DIR=\"$(sysconfdir)\"

libanthydic_la_SOURCES = \
	dic_main.c dic_util.c\
	alloc.c conf.c ruleparser.c\
	record.c logger.c wtype.c\
	xstr.c xchar.c hash_map.c\
	mem_dic.c file_dic.c use_dic.c\
	dic_session.c ext_ent.c\
	dic_personality.h dic_ent.h mem_dic.h\
	xchar.h dic_main.h\
	ptab.h wtab.h

libanthydic_la_LDFLAGS = -version-info 1:0:1
lib_LTLIBRARIES = libanthydic.la