Print this page
    
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/uts/intel/lx_brand/Makefile.rules
          +++ new/usr/src/uts/intel/lx_brand/Makefile.rules
   1    1  #
   2    2  # CDDL HEADER START
   3    3  #
   4    4  # The contents of this file are subject to the terms of the
   5    5  # Common Development and Distribution License (the "License").
   6    6  # You may not use this file except in compliance with the License.
   7    7  #
   8    8  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9    9  # or http://www.opensolaris.org/os/licensing.
  10   10  # See the License for the specific language governing permissions
  11   11  # and limitations under the License.
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  # Copyright 2016 Joyent, Inc.
  25   25  #
  26   26  #
  27   27  
  28   28  #
  29   29  #       Section 1a: C object build rules
  30   30  #
  31   31  $(OBJS_DIR_OBJ64)/%.o:          $(UTSBASE)/common/brand/lx/os/%.c
  32   32          $(COMPILE.c) -o $@ $<
  33   33          $(CTFCONVERT_O)
  34   34  
  35   35  $(OBJS_DIR_DBG64)/%.o:          $(UTSBASE)/common/brand/lx/os/%.c
  36   36          $(COMPILE.c) -o $@ $<
  37   37          $(CTFCONVERT_O)
  38   38  
  39   39  $(OBJS_DIR_OBJ64)/%.o:          $(UTSBASE)/common/brand/lx/syscall/%.c
  40   40          $(COMPILE.c) -o $@ $<
  41   41          $(CTFCONVERT_O)
  42   42  
  43   43  $(OBJS_DIR_DBG64)/%.o:          $(UTSBASE)/common/brand/lx/syscall/%.c
  44   44          $(COMPILE.c) -o $@ $<
  45   45          $(CTFCONVERT_O)
  46   46  
  47   47  $(OBJS_DIR_OBJ64)/%.o:          $(UTSBASE)/intel/brand/lx/%.c
  48   48          $(COMPILE.c) -o $@ $<
  49   49          $(CTFCONVERT_O)
  50   50  
  51   51  $(OBJS_DIR_DBG64)/%.o:          $(UTSBASE)/intel/brand/lx/%.c
  52   52          $(COMPILE.c) -o $@ $<
  53   53          $(CTFCONVERT_O)
  54   54  
  55   55  $(OBJS_DIR_OBJ64)/%.o:          $(UTSBASE)/intel/brand/lx/%.s
  56   56          $(COMPILE.s) -I$(UTSBASE)/i86pc -o $@ $<
  57   57  
  58   58  $(OBJS_DIR_OBJ64)/%.o:          $(LX_CMN)/%.c
  59   59          $(COMPILE.c) -o $@ $<
  60   60          $(CTFCONVERT_O)
  61   61  
  62   62  $(OBJS_DIR_DBG64)/%.o:          $(UTSBASE)/intel/brand/lx/%.s
  63   63          $(COMPILE.s) -I$(UTSBASE)/i86pc -o $@ $<
  64   64  
  65   65  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/brand/lx/os/%.c
  66   66          $(COMPILE.c) -o $@ $<
  67   67          $(CTFCONVERT_O)
  68   68  
  69   69  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/brand/lx/syscall/%.c
  70   70          $(COMPILE.c) -o $@ $<
  71   71          $(CTFCONVERT_O)
  72   72  
  73   73  $(OBJS_DIR)/%.o:                $(UTSBASE)/intel/brand/lx/%.c
  74   74          $(COMPILE.c) -o $@ $<
  75   75          $(CTFCONVERT_O)
  76   76  
  77   77  $(OBJS_DIR)/%.o:                $(LX_CMN)/%.c
  78   78          $(COMPILE.c) -o $@ $<
  79   79          $(CTFCONVERT_O)
  80   80  
  81   81  $(OBJS_DIR)/%.o:                $(UTSBASE)/intel/brand/lx/%.s
  82   82          $(COMPILE.s) -I$(UTSBASE)/i86pc -o $@ $<
  83   83  
  84   84  #
  85   85  #       Section 1b: Lint `object' build rules.
  
    | 
      ↓ open down ↓ | 
    85 lines elided | 
    
      ↑ open up ↑ | 
  
  86   86  #
  87   87  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/brand/lx/os/%.c
  88   88          @($(LHEAD) $(LINT.c) $< $(LTAIL))
  89   89  
  90   90  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/brand/lx/syscall/%.c
  91   91          @($(LHEAD) $(LINT.c) $< $(LTAIL))
  92   92  
  93   93  $(LINTS_DIR)/%.ln:              $(LX_CMN)/%.c
  94   94          @($(LHEAD) $(LINT.c) $< $(LTAIL))
  95   95  
       96 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/brand/lx/%.c
       97 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
       98 +
  96   99  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/brand/lx/%.s
  97  100          @($(LHEAD) $(LINT.s) $< $(LTAIL))
  98  101  
  99  102  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/brand/lx/%.c
 100  103          @($(LHEAD) $(LINT.c) $< $(LTAIL))
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX