diff cWnn/romkan/Makefile.in @ 0:bbc77ca4def5

initial import
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:30:14 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cWnn/romkan/Makefile.in	Thu Dec 13 04:30:14 2007 +0900
@@ -0,0 +1,175 @@
+#
+#   $Id: Makefile.in,v 1.11 2006/03/02 17:18:49 aonoto Exp $
+#
+
+#
+# FreeWnn is a network-extensible Kana-to-Kanji conversion system.
+# This file is part of FreeWnn.
+# 
+# Copyright Kyoto University Research Institute for Mathematical Sciences
+#                 1987, 1988, 1989, 1990, 1991, 1992
+# Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
+# Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
+# Copyright FreeWnn Project 1999, 2000, 2001, 2006
+# 
+# Maintainer:  FreeWnn Project
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
+
+include @top_builddir@/makerule.mk
+  top_srcdir = @top_srcdir@
+top_builddir = @top_builddir@
+
+       INCLUDES = -I$(CWNNINCLUDESRC) -I$(top_builddir)
+        DEFINES = $(CWNNDEFINES) -DWNNDEFAULT $(CWNNLANGDEF)
+       LINTLIBS =
+
+HDRS = rk_extvars.h rk_fundecl.h rk_header.h rk_macros.h rk_spclval.h
+
+SRCS= rk_bltinfn.c 	rk_main.c 	rk_modread.c 	rk_read.c 	rk_vars.c
+
+OBJS= rk_bltinfn.o 	rk_main.o 	rk_modread.o 	rk_read.o 	rk_vars.o
+
+all::
+
+includes::
+
+.c.o:
+	$(RM) $@
+	$(LT_CC) -c $(CFLAGS) $(_NOOP_) $<
+
+clean::
+	$(RM) -r .libs
+	$(RM) *.lo *.la
+
+all:: $(HDRS) $(SRCS) $(OBJS)
+
+includes:: $(HDRS) $(SRCS)
+
+rk_extvars.h:  $(WNNROMKANSRC)/rk_extvars.h
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_extvars.h
+
+depend:: rk_extvars.h
+
+clean::
+	$(RM) rk_extvars.h
+
+rk_fundecl.h:  $(WNNROMKANSRC)/rk_fundecl.h
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_fundecl.h
+
+depend:: rk_fundecl.h
+
+clean::
+	$(RM) rk_fundecl.h
+
+rk_header.h:  $(WNNROMKANSRC)/rk_header.h
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_header.h
+
+depend:: rk_header.h
+
+clean::
+	$(RM) rk_header.h
+
+rk_macros.h:  $(WNNROMKANSRC)/rk_macros.h
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_macros.h
+
+depend:: rk_macros.h
+
+clean::
+	$(RM) rk_macros.h
+
+rk_spclval.h:  $(WNNROMKANSRC)/rk_spclval.h
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_spclval.h
+
+depend:: rk_spclval.h
+
+clean::
+	$(RM) rk_spclval.h
+
+rk_bltinfn.c:  $(WNNROMKANSRC)/rk_bltinfn.c
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_bltinfn.c
+
+depend:: rk_bltinfn.c
+
+clean::
+	$(RM) rk_bltinfn.c
+
+rk_main.c:  $(WNNROMKANSRC)/rk_main.c
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_main.c
+
+depend:: rk_main.c
+
+clean::
+	$(RM) rk_main.c
+
+rk_modread.c:  $(WNNROMKANSRC)/rk_modread.c
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_modread.c
+
+depend:: rk_modread.c
+
+clean::
+	$(RM) rk_modread.c
+
+rk_read.c:  $(WNNROMKANSRC)/rk_read.c
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_read.c
+
+depend:: rk_read.c
+
+clean::
+	$(RM) rk_read.c
+
+rk_vars.c:  $(WNNROMKANSRC)/rk_vars.c
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: rk_vars.c
+
+depend:: rk_vars.c
+
+clean::
+	$(RM) rk_vars.c
+
+depend:: .depend
+
+clean::
+	$(RM) $(HDRS) $(SRCS)