Print this page


Split Close
Expand all
Collapse all
          --- old/make/sun/headless/Makefile
          +++ new/make/sun/headless/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22   22  # or visit www.oracle.com if you need additional information or have any
  23   23  # questions.
  24   24  #
  25   25  
  26   26  BUILDDIR = ../..
  27   27  HEADLESS = true
  28   28  NO_ROBOT = true
  29   29  MOTIF_VERSION = none
  30   30  MOTIF_VERSION_STRING=none
  31      -LIB_LOCATION = $(LIBDIR)/$(LIBARCH)/headless
  32   31  
  33   32  PACKAGE = sun.awt
  34      -LIBRARY = mawt
  35      -LIBRARY_OUTPUT = headless
       33 +LIBRARY = awt_headless
  36   34  PRODUCT = sun
  37   35  
  38   36  include $(BUILDDIR)/common/Defs.gmk
  39   37  
  40   38  ifdef BUILD_HEADLESS
  41   39    include $(BUILDDIR)/sun/awt/mawt.gmk
  42   40  else
  43   41    all build clean clobber ::
  44   42    # do nothing case
  45   43  endif
  46   44  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX