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 (19 lines) | stat: -rw-r--r-- 521 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
# Files 
DEPWORDS = master.depword noun.depword v.depword \
 av.depword a.depword\
 ajv.depword noun-variant.depword \
 fix.depword conjugate.depword \
 conjugate.table
INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\"
CLEANFILES = anthy.dep
EXTRA_DIST = indepword.txt $(DEPWORDS)

# Generate the dictionary
noinst_PROGRAMS = mkdepgraph
mkdepgraph_SOURCES = mkdepgraph.c
mkdepgraph_LDADD =  ../src-main/libanthy.la ../src-worddic/libanthydic.la

anthy.dep : mkdepgraph $(DEPWORDS)
	./mkdepgraph

noinst_DATA = anthy.dep