Print this page
9884 cw(1) should use -fpic rather than -Kpic


  22 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 #
  27 # This make file will build mech_krb5.so.1. This shared object
  28 # contains all the functionality needed to support the Kereros V5 GSS-API
  29 # mechanism. No other Kerberos libraries are needed.
  30 #
  31 
  32 include ../../../Makefile.master
  33 
  34 SUBDIRS =       $(MACH)
  35 $(BUILD64)SUBDIRS += $(MACH64)
  36 
  37 # include library definitions
  38 include ../../Makefile.lib
  39 
  40 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep
  41 
  42 sparcv9_C_PICFLAGS =  -K PIC
  43 TEXT_DOMAIN = SUNW_OST_NETRPC
  44 POFILE = mech_krb5.po
  45 POFILES = generic.po
  46 
  47 HDRS=
  48 
  49 CHECKHDRS= $(HDRS:%.h=%.check)
  50 
  51 $(ROOTDIRS)/%:  %
  52         $(INS.file)
  53 
  54 all :=          TARGET= all
  55 clean :=        TARGET= clean
  56 clobber :=      TARGET= clobber
  57 install :=      TARGET= install
  58 lint :=         TARGET= lint
  59 
  60 .KEEP_STATE:
  61 
  62 all clean lint:    $(SUBDIRS)




  22 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 #
  27 # This make file will build mech_krb5.so.1. This shared object
  28 # contains all the functionality needed to support the Kereros V5 GSS-API
  29 # mechanism. No other Kerberos libraries are needed.
  30 #
  31 
  32 include ../../../Makefile.master
  33 
  34 SUBDIRS =       $(MACH)
  35 $(BUILD64)SUBDIRS += $(MACH64)
  36 
  37 # include library definitions
  38 include ../../Makefile.lib
  39 
  40 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep
  41 
  42 sparcv9_C_PICFLAGS =  $(sparcv9_C_BIGPICFLAGS)
  43 TEXT_DOMAIN = SUNW_OST_NETRPC
  44 POFILE = mech_krb5.po
  45 POFILES = generic.po
  46 
  47 HDRS=
  48 
  49 CHECKHDRS= $(HDRS:%.h=%.check)
  50 
  51 $(ROOTDIRS)/%:  %
  52         $(INS.file)
  53 
  54 all :=          TARGET= all
  55 clean :=        TARGET= clean
  56 clobber :=      TARGET= clobber
  57 install :=      TARGET= install
  58 lint :=         TARGET= lint
  59 
  60 .KEEP_STATE:
  61 
  62 all clean lint:    $(SUBDIRS)