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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsip/Makefile.com
          +++ new/usr/src/lib/libsip/Makefile.com
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# ident "%Z%%M% %I%     %E% SMI"
  25      -#
       24 +# Copyright (c) 2018, Joyent, Inc.
  26   25  
  27   26  LIBRARY = libsip.a
  28   27  VERS    = .1
  29   28  OBJECTS = sip_headers.o sip_msg.o sip_gids.o \
  30   29          sip_timeout.o sip_xaction_state_mc.o sip_xaction.o \
  31   30          sip_hash.o sip_itf.o sip_ui.o sip_reass.o sip_dialog.o \
  32   31          sip_dialog_ui.o sip_xaction_ui.o sip_parse_generic.o \
  33   32          sip_parse_uri.o sip_uri_ui.o sip_parse_hdrs.o \
  34   33          sip_add_hdrs.o sip_hdrs_ui.o sip_logging.o
  35   34  
  36   35  include ../../Makefile.lib
  37   36  
  38   37  SRCDIR =        ../common
  39   38  LIBS =          $(DYNLIB) $(LINTLIB)
  40   39  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  41   40  LDLIBS +=       -lmd5 -lc
  42   41  
  43   42  CFLAGS +=       $(CCVERBOSE)
  44   43  CPPFLAGS +=     -DOS='"solaris"' -D__OS_solaris -DNDEBUG
  45   44  
       45 +# not linted
       46 +SMATCH=off
       47 +
  46   48  .KEEP_STATE:
  47   49  
  48   50  all:            $(LIBS)
  49   51  
  50   52  lint:           lintcheck
  51   53  
  52   54  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX