Print this page
NO_COMMENT

Split Close
Expand all
Collapse all
          --- old/src/sun_nws/Makefile.common
          +++ new/src/sun_nws/Makefile.common
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at src/sun_nws/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      -# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
       22 +# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#ident  "@(#)Makefile.common    1.37    07/11/15 SMI"
       25 +#ident  "@(#)Makefile.common    1.40    08/02/15 SMI"
  26   26  #
  27   27  # src/sun_nws/Makefile.commmon
  28   28  
  29   29  .KEEP_STATE:
  30   30  
  31   31  .KEEP_STATE_FILE:       .make.state.$(MACH)$(BUILD_TYPE)
  32   32  
  33   33  $(BUIILD32)CLOBBERFILES += $(OBJ32)
  34   34  $(BUIILD64)CLOBBERFILES += $(OBJ64)
  35   35  
  36      -MACROINCLUDES   = -I$(COM_INC_FC)
  37      -MACROINCLUDES  += -I$(COMMON_FC_IMPL_HDRS_DIR)
  38      -MACROINCLUDES  += -I$(MOD_INC_FCIP)
  39      -MACROINCLUDES  += -I$(MOD_INC_FCP)
  40      -MACROINCLUDES  += -I$(MOD_INC_FCSM)
  41      -MACROINCLUDES  += -I$(MOD_INC_FCTL)
  42      -MACROINCLUDES  += -I$(MOD_INC_FP)
  43      -MACROINCLUDES  += -I$(MOD_INC_QLC)
  44      -MACROINCLUDES  += -I$(MOD_INC_QUS)
  45      -MACROINCLUDES  += -I$(MOD_INC_SUNFC)
  46      -MACROINCLUDES  += -I$(COM_INC_ISCSI)
  47      -MACROINCLUDES  += -I$(MOD_INC_ISCSI)
  48      -MACROINCLUDES  += -I$(MOD_INC_FCINFO)
  49      -
  50      -
  51   36  sparc_ASM_CODE  = $(ON_REF_GATE)/usr/src/uts/sparc/ml/sparc.il
  52   37  i386_ASM_CODE   =
  53   38  ASM_CODE        = $($(MACH)_ASM_CODE)
  54   39  
  55   40  #
  56   41  # Standard Targets
  57   42  #
  58   43  
  59   44  all:            $(ALLPREQ)
  60   45  
↓ open down ↓ 336 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX