From a7a06a7ccfe0af1e134357678b8fa6cf87dff3b0 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 7 Feb 2009 16:32:56 +0000 Subject: anthy-9100h --- Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..d26a677 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,23 @@ +AUTOMAKE_OPTIONS = +EXTRA_DIST = README.en DIARY anthy-conf.in anthy-test-conf.in anthy.spec.in anthy.pc.in Doxyfile + +SRCDIR = src-diclib src-worddic src-splitter src-ordering src-main src-util + +SUBDIRS = $(SRCDIR) anthy depgraph mkworddic calctrans mkanthydic doc test alt-cannadic + +sysconf_DATA = anthy-conf + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = anthy.pc + +MOSTLYCLEANFILES = core + +update_params: + make -C calctrans update_params + make +update_params0: + make -C calctrans update_params0 + make +update_params2: + make -C calctrans update_params2 + make -- cgit v1.2.1