Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/lp/filter/postscript/font/Makefile
          +++ new/usr/src/cmd/lp/filter/postscript/font/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  #
  14   14  # When distributing Covered Code, include this CDDL HEADER in each
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23      -# ident "%Z%%M% %I%     %E% SMI"
       23 +
  24   24  #
  25   25  # Copyright 1989-2002 Sun Microsystems, Inc.  All rights reserved.
  26   26  # Use is subject to license terms.
  27   27  #
  28      -# cmd/lp/filter/postscript/font/Makefile
  29      -#
  30   28  
  31   29  include                 ../../../Makefile.lp
  32   30  
  33   31  PROG =                  makedev
  34   32  
  35   33  SRCS =                  makedev.c
  36   34  
  37   35  OBJS =                  $(SRCS:%.c=%.o)
  38   36  
  39   37  SUBDIRS =               devpost
↓ open down ↓ 4 lines elided ↑ open up ↑
  44   42  
  45   43  CPPFLAGS =              -I$(COMMONDIR) $(CPPFLAGS.master)
  46   44  
  47   45  POFILE =        lp_filter_postscript_font.po
  48   46  
  49   47  NATIVEDIR =             native
  50   48  NATIVEPROG =            $(NATIVEDIR)/$(PROG)
  51   49  $(NATIVEPROG) :=        CC=$(NATIVECC)
  52   50  $(NATIVEPROG) :=        LDLIBS=
  53   51  $(NATIVEPROG) :=        CPPFLAGS.master=
       52 +$(NATIVEPROG) :=        LDFLAGS= -Bdirect
       53 +$(NATIVEPROG) :=        NATIVE_LIBS=libc.so
  54   54  
  55   55  .KEEP_STATE:
  56   56  
  57   57  all :                   $(PROG) $(NATIVEPROG) $(SUBDIRS)
  58   58  
  59   59  install :               $(PROG) $(ROOTLIBFONTPROG) $(SUBDIRS)
  60   60  
  61   61  clean :                 $(SUBDIRS)
  62   62                          $(RM) $(OBJS)
  63   63  
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX