Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9 by ura, Mon Jun 18 09:09:20 2001 UTC revision 1.10 by hiroo, Tue Aug 14 13:43:20 2001 UTC
# Line 10  Line 10 
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  #  #
# Line 30  Line 30 
30  #  #
31    
32  include @top_srcdir@/makerule.mk  include @top_srcdir@/makerule.mk
33    top_builddir = .
34    
35  WNNDIR = @Wnn@  WNNDIR = @Wnn@
36    
# Line 43  SEVER_SUBDIRS = Line 44  SEVER_SUBDIRS =
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 ""
# Line 86  Everything:: Line 91  Everything::
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 {} \;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26