File: Makefile.am

package info (click to toggle)
anthy 9100h-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 28,056 kB
  • sloc: ansic: 26,140; sh: 8,573; lisp: 1,264; makefile: 205
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