| 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, 2001, 2003 |
# Copyright FreeWnn Project 1999, 2000, 2001, 2003, 2006 |
| 14 |
# |
# |
| 15 |
# Maintainer: FreeWnn Project <freewnn@tomo.gr.jp> |
# Maintainer: FreeWnn Project |
| 16 |
# |
# |
| 17 |
# This program is free software; you can redistribute it and/or modify |
# This program is free software; you can redistribute it and/or modify |
| 18 |
# it under the terms of the GNU General Public License as published by |
# it under the terms of the GNU General Public License as published by |
| 64 |
LINTLIBFLAG = -C |
LINTLIBFLAG = -C |
| 65 |
LINTOPTS = -axz |
LINTOPTS = -axz |
| 66 |
LN = @LN_S@ |
LN = @LN_S@ |
| 67 |
MAKE = make |
# コンパイル時に違うmake (ex. システムのmakeとGNU make)を使えるよう、 |
| 68 |
|
# ($MAKEが定義されるmakeならば) $MAKEは定義しない。 |
| 69 |
|
# If you like to use specific make, uncomment and modify following line ... |
| 70 |
|
# MAKE = make |
| 71 |
|
@SET_MAKE@ |
| 72 |
MV = mv -f |
MV = mv -f |
| 73 |
CP = cp |
CP = cp |
| 74 |
|
|
| 76 |
RANLIBINSTFLAGS = |
RANLIBINSTFLAGS = |
| 77 |
|
|
| 78 |
LIBTOOL = @LIBTOOL@ |
LIBTOOL = @LIBTOOL@ |
| 79 |
|
# LT_* : shortcut for Makefile.in |
| 80 |
|
LT_CC = $(LIBTOOL) --mode=compile $(CC) |
| 81 |
|
LT_LD = $(LIBTOOL) --mode=link $(CCLINK) |
| 82 |
|
LT_INSTALL = $(LIBTOOL) --mode=install $(INSTALL) |
| 83 |
|
|
| 84 |
RM = rm -f |
RM = rm -f |
| 85 |
TBL = tbl |
TBL = tbl |