equal
deleted
inserted
replaced
26 # |
26 # |
27 # Makefile for building JDK out of the box management support |
27 # Makefile for building JDK out of the box management support |
28 # |
28 # |
29 |
29 |
30 BUILDDIR = ../.. |
30 BUILDDIR = ../.. |
31 MODULE = management |
|
32 |
31 |
33 include $(BUILDDIR)/common/Defs.gmk |
32 include $(BUILDDIR)/common/Defs.gmk |
34 |
33 |
35 MGMT_LIBDIR = $(LIBDIR)/management |
34 MGMT_LIBDIR = $(LIBDIR)/management |
36 MGMT_LIB_SRC = $(SHARE_SRC)/lib/management |
35 MGMT_LIB_SRC = $(SHARE_SRC)/lib/management |