equal
deleted
inserted
replaced
26 # |
26 # |
27 # Makefile for building jconsole |
27 # Makefile for building jconsole |
28 # |
28 # |
29 |
29 |
30 BUILDDIR = ../.. |
30 BUILDDIR = ../.. |
|
31 MODULE = jconsole |
31 PACKAGE = sun.tools.jconsole |
32 PACKAGE = sun.tools.jconsole |
32 PRODUCT = sun |
33 PRODUCT = sun |
33 include $(BUILDDIR)/common/Defs.gmk |
34 include $(BUILDDIR)/common/Defs.gmk |
34 |
35 |
35 # This program must contain a manifest that defines the execution level |
36 # This program must contain a manifest that defines the execution level |
77 $(CLASSBINDIR)/$(PKGDIR)/resources/%: $(SHARE_SRC)/classes/$(PKGDIR)/resources/% |
78 $(CLASSBINDIR)/$(PKGDIR)/resources/%: $(SHARE_SRC)/classes/$(PKGDIR)/resources/% |
78 @$(MKDIR) -p $(@D) |
79 @$(MKDIR) -p $(@D) |
79 $(install-file) |
80 $(install-file) |
80 |
81 |
81 $(TEMPDIR)/manifest: $(SHARE_SRC)/classes/$(PKGDIR)/manifest |
82 $(TEMPDIR)/manifest: $(SHARE_SRC)/classes/$(PKGDIR)/manifest |
82 $(install-file) |
83 $(install-manifest-file) |
83 |
84 |
84 # |
85 # |
85 # Extra rule to build jconsole.jar |
86 # Extra rule to build jconsole.jar |
86 # |
87 # |
87 |
88 |