Browse CVS Repository
Diff of /freewnn/FreeWnn/makerule.mk.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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, 2006, 2007, 2010 |
# Copyright FreeWnn Project 1999, 2000, 2001, 2003, 2006, 2007, 2010, 2011 |
| 14 |
# |
# |
| 15 |
# Maintainer: FreeWnn Project |
# Maintainer: FreeWnn Project |
| 16 |
# |
# |
| 31 |
|
|
| 32 |
all:: |
all:: |
| 33 |
|
|
| 34 |
SHELL = /bin/sh |
SHELL = @SHELL@ |
| 35 |
|
# To developers: Please use common syntax / function of Bourne Shell |
| 36 |
|
# (i.e. don't use extention of specific SHELL (bash, ksh, ...)) |
| 37 |
|
# on Makefile.in . |
| 38 |
|
|
| 39 |
TOP = $(top_builddir) |
TOP = $(top_builddir) |
| 40 |
CURRENT_DIR = `pwd` |
CURRENT_DIR = `pwd` |
| 82 |
RANLIBINSTFLAGS = |
RANLIBINSTFLAGS = |
| 83 |
|
|
| 84 |
LIBTOOL = @LIBTOOL@ |
LIBTOOL = @LIBTOOL@ |
| 85 |
|
# Notice: If you have trouble on building, please use following lines |
| 86 |
|
# (explicitly use preferred shell by configure / Libtool). |
| 87 |
|
# SHELL = /bin/sh |
| 88 |
|
# LIBTOOL = @LIBTOOL_MOD@ |
| 89 |
|
|
| 90 |
# LT_* : shortcut for Makefile.in |
# LT_* : shortcut for Makefile.in |
| 91 |
LT_CC = $(LIBTOOL) --mode=compile $(CC) |
LT_CC = $(LIBTOOL) --mode=compile $(CC) |
| 92 |
LT_LD = $(LIBTOOL) --mode=link $(CCLINK) |
LT_LD = $(LIBTOOL) --mode=link $(CCLINK) |
|
|
Legend:
| Removed from v.1.16 |
|
| changed lines |
| |
Added in v.1.17 |
|
|
| |