Print this page


Split Close
Expand all
Collapse all
          --- old/make/sun/xawt/Makefile
          +++ new/make/sun/xawt/Makefile
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  # 2 along with this work; if not, write to the Free Software Foundation,
  19   19  # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20   20  #
  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  PACKAGE = sun.awt.X11
  28      -LIBRARY = mawt
  29      -LIBRARY_OUTPUT = xawt
  30      -LIB_LOCATION = $(LIBDIR)/$(LIBARCH)/xawt
       28 +LIBRARY = awt_xawt
  31   29  PRODUCT = sun
  32   30  
  33   31  include $(BUILDDIR)/common/Defs.gmk
  34   32  
  35   33  GEN_DIR=$(GENSRCDIR)/sun/awt/X11
  36   34  
  37   35  CLASSES_INIT += $(TEMPDIR)/.gen.wrappers $(TEMPDIR)/.gen_icons touch.wrappers
  38   36  
  39   37  .PHONY: generated.clean
  40   38  
↓ open down ↓ 325 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX