Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/makerule.mk.in

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

revision 1.16 by aonoto, Sun Jul 11 10:18:16 2010 UTC revision 1.17 by aonoto, Sun May 15 17:03:53 2011 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, 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  #  #
# Line 31  Line 31 
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`
# Line 79  FZK_PP = @FZK_PP@ Line 82  FZK_PP = @FZK_PP@
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

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