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 usr/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 usr/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 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #

  25 
  26 LIBRARY= db2.a
  27 VERS= .1
  28 
  29 # XXX need to set the install path to plugin dir
  30 
  31 # db2 plugin objects
  32 DB2_OBJS= \
  33         adb_openclose.o \
  34         adb_policy.o \
  35         db2_exp.o \
  36         kdb_db2.o \
  37         kdb_xdr.o \
  38         pol_xdr.o
  39  
  40 OBJECTS= $(DB2_OBJS)
  41 
  42 # include library definitions
  43 include $(SRC)/lib/krb5/Makefile.lib
  44 


  52 
  53 #override liblink
  54 INS.liblink=    -$(RM) $@; $(SYMLINK) $(LIBLINKS)$(VERS) $@
  55 
  56 CPPFLAGS +=     -DHAVE_CONFIG_H -DHAVE_BT_RSEQ \
  57                 -I$(SRC)/cmd/krb5/iprop \
  58                 -I$(SRC)/lib/krb5 \
  59                 -I$(SRC)/lib/krb5/kdb \
  60                 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  61                 -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
  62                 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
  63                 -I$(SRC)/uts/common/gssapi/include/ \
  64                 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  65 
  66 CFLAGS +=       $(CCVERBOSE)
  67 CERRWARN +=     -_gcc=-Wno-unused-variable
  68 CERRWARN +=     -_gcc=-Wno-unused-function
  69 CERRWARN +=     -_gcc=-Wno-parentheses
  70 CERRWARN +=     -_gcc=-Wno-uninitialized
  71 



  72 DYNFLAGS +=     $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
  73 LDLIBS +=       -L $(ROOTLIBDIR) -ldb2 -lkdb -lkadm5srv -lc -lnsl
  74 
  75 .KEEP_STATE:
  76 
  77 all:    $(LIBS)
  78 
  79 lint:   lintcheck
  80 
  81 # include library targets
  82 include $(SRC)/lib/krb5/Makefile.targ
  83 
  84 FRC:
  85 
  86 generic.po: FRC
  87         $(RM) messages.po
  88         $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../*.[ch]`
  89         $(SED) "/^domain/d" messages.po > $@
  90         $(RM) messages.po


   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 usr/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 usr/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 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # Copyright (c) 2018, Joyent, Inc.
  26 
  27 LIBRARY= db2.a
  28 VERS= .1
  29 
  30 # XXX need to set the install path to plugin dir
  31 
  32 # db2 plugin objects
  33 DB2_OBJS= \
  34         adb_openclose.o \
  35         adb_policy.o \
  36         db2_exp.o \
  37         kdb_db2.o \
  38         kdb_xdr.o \
  39         pol_xdr.o
  40  
  41 OBJECTS= $(DB2_OBJS)
  42 
  43 # include library definitions
  44 include $(SRC)/lib/krb5/Makefile.lib
  45 


  53 
  54 #override liblink
  55 INS.liblink=    -$(RM) $@; $(SYMLINK) $(LIBLINKS)$(VERS) $@
  56 
  57 CPPFLAGS +=     -DHAVE_CONFIG_H -DHAVE_BT_RSEQ \
  58                 -I$(SRC)/cmd/krb5/iprop \
  59                 -I$(SRC)/lib/krb5 \
  60                 -I$(SRC)/lib/krb5/kdb \
  61                 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  62                 -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
  63                 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
  64                 -I$(SRC)/uts/common/gssapi/include/ \
  65                 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  66 
  67 CFLAGS +=       $(CCVERBOSE)
  68 CERRWARN +=     -_gcc=-Wno-unused-variable
  69 CERRWARN +=     -_gcc=-Wno-unused-function
  70 CERRWARN +=     -_gcc=-Wno-parentheses
  71 CERRWARN +=     -_gcc=-Wno-uninitialized
  72 
  73 # not linted
  74 SMATCH=off
  75 
  76 DYNFLAGS +=     $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
  77 LDLIBS +=       -L $(ROOTLIBDIR) -ldb2 -lkdb -lkadm5srv -lc -lnsl
  78 
  79 .KEEP_STATE:
  80 
  81 all:    $(LIBS)
  82 
  83 lint:   lintcheck
  84 
  85 # include library targets
  86 include $(SRC)/lib/krb5/Makefile.targ
  87 
  88 FRC:
  89 
  90 generic.po: FRC
  91         $(RM) messages.po
  92         $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../*.[ch]`
  93         $(SED) "/^domain/d" messages.po > $@
  94         $(RM) messages.po