File: Makefile.am

package info (click to toggle)
anthy 9100h-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 17,664 kB
  • ctags: 3,114
  • sloc: ansic: 26,140; sh: 8,551; lisp: 1,264; makefile: 200
file content (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = -I$(top_srcdir)/ -DCONF_DIR=\"$(sysconfdir)\"

libdiclib_la_SOURCES = \
	diclib.c \
	file_dic.c filemap.c \
	xstr.c xchar.c \
	alloc.c conf.c \
	logger.c \
	ruleparser.c \
	diclib_inner.h e2u.h u2e.h


noinst_LTLIBRARIES = libdiclib.la