| 10 |
# 1987, 1988, 1989, 1990, 1991, 1992 |
# 1987, 1988, 1989, 1990, 1991, 1992 |
| 11 |
# Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999 |
# Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999 |
| 12 |
# Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992 |
# Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992 |
| 13 |
# Copyright FreeWnn Project 1999, 2000 |
# Copyright FreeWnn Project 1999, 2000, 2001 |
| 14 |
# |
# |
| 15 |
# Maintainer: FreeWnn Project <freewnn@tomo.gr.jp> |
# Maintainer: FreeWnn Project <freewnn@tomo.gr.jp> |
| 16 |
# |
# |
| 30 |
# |
# |
| 31 |
|
|
| 32 |
include @top_srcdir@/makerule.mk |
include @top_srcdir@/makerule.mk |
| 33 |
|
top_builddir = . |
| 34 |
|
|
| 35 |
WNNDIR = @Wnn@ |
WNNDIR = @Wnn@ |
| 36 |
|
|
| 44 |
# PubdicPlusとContrib/dic/gerodicをSERVER_SUBDIRSにまとめいところだが、 |
# PubdicPlusとContrib/dic/gerodicをSERVER_SUBDIRSにまとめいところだが、 |
| 45 |
# SUBDIRSの処理順をうまくしないとWnn/pubdicplusのmakeに失敗するので仕方 |
# SUBDIRSの処理順をうまくしないとWnn/pubdicplusのmakeに失敗するので仕方 |
| 46 |
# ない |
# ない |
| 47 |
JSERVER_SUBDIRS1 = PubdicPlus |
# JSERVER_SUBDIRS1 = PubdicPlus |
| 48 |
JSERVER_SUBDIRS2 = Contrib/dic/gerodic |
JSERVER_SUBDIRS2 = Contrib/dic/gerodic |
| 49 |
|
|
| 50 |
SUBDIRS= @JSERVER_SUBDIRS1@ $(WNNDIR) @JSERVER_SUBDIRS2@ $(CWNNDIR) $(KWNNDIR) @SUBDIRS@ |
SUBDIRS= $(WNNDIR) @JSERVER_SUBDIRS2@ $(CWNNDIR) $(KWNNDIR) @SUBDIRS@ |
| 51 |
|
|
| 52 |
|
LIBTOOL_DEPS = @LIBTOOLD_DEPS@ |
| 53 |
|
libtool: $(LIBTOOL_DEPS) |
| 54 |
|
$(SHELL) ./config.status --recheck |
| 55 |
|
|
| 56 |
World:: |
World:: |
| 57 |
@echo "" |
@echo "" |
| 91 |
@echo "" |
@echo "" |
| 92 |
|
|
| 93 |
distclean:: |
distclean:: |
| 94 |
make clean |
$(MAKE) clean |
| 95 |
rm -f makerule.mk config.h config.status config.cache config.log |
rm -f makerule.mk config.h config.status config.cache config.log |
| 96 |
rm -f libtool |
rm -f libtool |
| 97 |
find . -name Makefile -exec rm -f {} \; |
find . -name Makefile -exec rm -f {} \; |