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.11 by hiroo, Sun May 11 18:22:57 2003 UTC revision 1.12 by aonoto, Thu Mar 2 17:18:49 2006 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  # 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
# Line 64  CCLINK = $(CC) Line 64  CCLINK = $(CC)
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    
# Line 72  CCLINK = $(CC) Line 76  CCLINK = $(CC)
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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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