Develop and Download Open Source Software

Browse CVS Repository

Contents of /freewnn/FreeWnn/olddoc/Makefile.inst

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


Revision 1.1 - (show annotations) (download)
Thu Jun 14 17:56:09 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a023-1, freewnn-1-1-1-a016, freewnn-1-1-1-a017, freewnn-1-1-1-a014, freewnn-1-1-1-a015, freewnn-1-1-1-a023, freewnn-1-1-1-a022, freewnn-1-1-1-a021, freewnn-1-1-1-a020, freewnn-1-1-1-a022I002, freewnn-1-1-1-a018, HEAD
Branch point for: freewnn-1-1-1-a022I001
FreeWnn-1.1.1-a014 is released.

1 #
2 # $Id: Makefile.inst,v 1.1.2.3 1999/04/16 01:20:16 nakanisi Exp $
3 #
4
5 # FreeWnn is a network-extensible Kana-to-Kanji conversion system.
6 # This file is part of FreeWnn.
7 #
8 # Copyright Kyoto University Research Institute for Mathematical Sciences
9 # 1987, 1988, 1989, 1990, 1991, 1992
10 # Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
11 # Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
12 #
13 # Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
14 #
15 # This program is free software; you can redistribute it and/or modify
16 # it under the terms of the GNU General Public License as published by
17 # the Free Software Foundation; either version 2, or (at your option)
18 # any later version.
19 #
20 # This program is distributed in the hope that it will be useful,
21 # but WITHOUT ANY WARRANTY; without even the implied warranty of
22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 # GNU General Public License for more details.
24 #
25 # You should have received a copy of the GNU General Public License
26 # along with GNU Emacs; see the file COPYING. If not, write to the
27 # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28 #
29 # Commentary:
30 #
31 # Change log:
32 # '99/03/20 ������������ <kate@pfu.co.jp>
33 # ����������������case �� echo��������������������������������
34 #
35 # Last modified date: 20,Mar.1999
36 #
37
38 # If TOP dir is not "/usr/X11R6", set TOP.
39 # If CONFIGSRC is not "$(TOP)/lib/X11/config", set CONFIGSRC
40
41 SHELL = /bin/sh
42 RM = rm -f
43 MV = mv
44 MAKE = make
45 TOP = /usr/X11R6
46 CURRENT_DIR = .
47 CONFIGSRC = $(TOP)/lib/X11/config
48 IMAKE = imake
49 IMTOP = $(CURRENT_DIR)
50 IMIRULESRC = $(IMTOP)/config
51 IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IMIRULESRC) -I$(CONFIGSRC)
52
53 all:
54 @echo "Use make World instead"
55 @false
56
57 World::
58 @echo ""
59 @echo "Building Input Method."
60 @echo ""
61 @date
62 @echo ""
63 -$(RM) Makefile.bak; $(MV) Makefile Makefile.bak
64 $(IMAKE_CMD)
65 $(MAKE) $(MFLAGS) Makefiles
66 $(MAKE) $(MFLAGS) clean
67 $(MAKE) $(MFLAGS) includes
68 $(MAKE) $(MFLAGS) depend
69 $(MAKE) $(MFLAGS) $(WORLDOPTS)
70 @echo ""
71 @date
72 @echo ""
73 @echo "Full build of Input Method."
74 @echo ""
75
76 Everything::
77 @echo ""
78 @echo "Rebuilding Input Method."
79 @echo ""
80 @date
81 @echo ""
82 -$(RM) Makefile.bak; $(MV) Makefile Makefile.bak
83 $(IMAKE_CMD)
84 $(MAKE) $(MFLAGS) Makefiles
85 $(MAKE) $(MFLAGS) includes
86 $(MAKE) $(MFLAGS) depend
87 $(MAKE) $(MFLAGS) $(WORLDOPTS)
88 @echo ""
89 @date
90 @echo ""
91 @echo "Rebuild of Input Method."
92 @echo ""

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