Print this page
XXX Remove nawk(1)


  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  22 #
  23 #
  24 # Definitions common to libraries.
  25 #
  26 # include global definitions; SRC should be defined in the shell.
  27 # SRC is needed until RFE 1026993 is implemented.
  28 
  29 include         $(SRC)/Makefile.master
  30 
  31 LORDER=         lorder
  32 TSORT=          tsort
  33 AWK=            awk
  34 
  35 #
  36 # By default, we define the source directory for libraries to be
  37 # one level up from the ISA-specific directory, where the code is
  38 # actually built.  Many libraries define a 'common' directory to
  39 # contain the source.  These libraries must redefine SRCDIR as:
  40 #       SRCDIR = ../common
  41 # Other variations are possible (../port, ../src, etc).
  42 #
  43 SRCDIR =        ..
  44 
  45 #
  46 # We define MAPFILES here for the benefit of most libraries, those that
  47 # follow the convention of having source files and other common files
  48 # in the $(SRCDIR) directory.  Libraries that do not follow this
  49 # convention must define MAPFILES, or MAPFILEDIR for themselves.
  50 # Libraries that do follow this convention but that need supplemental
  51 # ISA-specific mapfiles can augment MAPFILES like this:
  52 #       MAPFILES += mapfile-vers
  53 #




  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  22 #
  23 #
  24 # Definitions common to libraries.
  25 #
  26 # include global definitions; SRC should be defined in the shell.
  27 # SRC is needed until RFE 1026993 is implemented.
  28 
  29 include         $(SRC)/Makefile.master
  30 
  31 LORDER=         lorder
  32 TSORT=          tsort
  33 AWK=            /usr/xpg4/bin/awk
  34 
  35 #
  36 # By default, we define the source directory for libraries to be
  37 # one level up from the ISA-specific directory, where the code is
  38 # actually built.  Many libraries define a 'common' directory to
  39 # contain the source.  These libraries must redefine SRCDIR as:
  40 #       SRCDIR = ../common
  41 # Other variations are possible (../port, ../src, etc).
  42 #
  43 SRCDIR =        ..
  44 
  45 #
  46 # We define MAPFILES here for the benefit of most libraries, those that
  47 # follow the convention of having source files and other common files
  48 # in the $(SRCDIR) directory.  Libraries that do not follow this
  49 # convention must define MAPFILES, or MAPFILEDIR for themselves.
  50 # Libraries that do follow this convention but that need supplemental
  51 # ISA-specific mapfiles can augment MAPFILES like this:
  52 #       MAPFILES += mapfile-vers
  53 #