Print this page
10079 smatch Makefile changes for usr/src/lib


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #

  25 
  26 LDFLAGS =       $(DYNFLAGS) $(LDLIBS)
  27 



  28 COMMON = ../common/
  29 
  30 ICONV_COMMON  = ../../common/
  31 
  32 SRCS            =       UTF-8%zh_CN.iso2022-7.c \
  33                         UTF-8%zh_CN.euc.c \
  34                         UTF-8%zh_CN.gbk.c \
  35                         UTF-8%zh_CN.iso2022-CN.c \
  36                         zh_CN.euc%UTF-8.c \
  37                         zh_CN.euc%zh_CN.iso2022-CN.c \
  38                         zh_CN.euc%zh_TW-big5.c \
  39                         zh_CN.gbk%UTF-8.c \
  40                         zh_CN.iso2022-7%UTF-8.c \
  41                         zh_CN.iso2022-CN%zh_CN.euc.c \
  42                         zh_CN.iso2022-CN%UTF-8.c \
  43                         HZ-GB-2312%UTF-8.c \
  44                         HZ-GB-2312%zh_CN.euc.c \
  45                         UTF-8%HZ-GB-2312.c \
  46                         zh_CN.euc%HZ-GB-2312.c \
  47                         zh_CN.gbk%HZ-GB-2312.c \




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # Copyright (c) 2018, Joyent, Inc.
  26 
  27 LDFLAGS =       $(DYNFLAGS) $(LDLIBS)
  28 
  29 # needs work
  30 SMATCH=off
  31 
  32 COMMON = ../common/
  33 
  34 ICONV_COMMON  = ../../common/
  35 
  36 SRCS            =       UTF-8%zh_CN.iso2022-7.c \
  37                         UTF-8%zh_CN.euc.c \
  38                         UTF-8%zh_CN.gbk.c \
  39                         UTF-8%zh_CN.iso2022-CN.c \
  40                         zh_CN.euc%UTF-8.c \
  41                         zh_CN.euc%zh_CN.iso2022-CN.c \
  42                         zh_CN.euc%zh_TW-big5.c \
  43                         zh_CN.gbk%UTF-8.c \
  44                         zh_CN.iso2022-7%UTF-8.c \
  45                         zh_CN.iso2022-CN%zh_CN.euc.c \
  46                         zh_CN.iso2022-CN%UTF-8.c \
  47                         HZ-GB-2312%UTF-8.c \
  48                         HZ-GB-2312%zh_CN.euc.c \
  49                         UTF-8%HZ-GB-2312.c \
  50                         zh_CN.euc%HZ-GB-2312.c \
  51                         zh_CN.gbk%HZ-GB-2312.c \