Print this page
3946 ::gcore
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libproc/Makefile.com
          +++ new/usr/src/lib/libproc/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  #
  22   22  # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2012 DEY Storage Systems, Inc.  All rights reserved.
       24 +# Copyright (c) 2013 by Delphix. All rights reserved.
  24   25  #
  25   26  
  26   27  LIBRARY = libproc.a
  27   28  VERS = .1
  28   29  
  29   30  CMNOBJS =       \
  30   31          P32ton.o        \
  31   32          Pcontrol.o      \
  32   33          Pcore.o         \
  33   34          Pexecname.o     \
↓ open down ↓ 43 lines elided ↑ open up ↑
  77   78  OBJECTS = $(CMNOBJS) $(ISAOBJS) $(SAVEOBJS)
  78   79  
  79   80  # include library definitions
  80   81  include ../../Makefile.lib
  81   82  include ../../Makefile.rootfs
  82   83  
  83   84  SRCS =          $(CMNOBJS:%.o=../common/%.c) $(ISAOBJS:%.o=%.c)
  84   85  
  85   86  LIBS =          $(DYNLIB) $(LINTLIB)
  86   87  LDLIBS +=       -lrtld_db -lelf -lctf -lc
       88 +C99MODE =       $(C99_ENABLE)
  87   89  CPPFLAGS +=     $($(MACH64)_CPPFLAGS)
  88   90  
  89   91  SRCDIR =        ../common
  90   92  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  91   93  
  92   94  CFLAGS +=       $(CCVERBOSE)
  93   95  CPPFLAGS +=     -I$(SRCDIR)
  94   96  
  95   97  CERRWARN +=     -_gcc=-Wno-uninitialized
  96   98  CERRWARN +=     -_gcc=-Wno-parentheses
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX