equal
deleted
inserted
replaced
22 # or visit www.oracle.com if you need additional information or have any |
22 # or visit www.oracle.com if you need additional information or have any |
23 # questions. |
23 # questions. |
24 # |
24 # |
25 |
25 |
26 BUILDDIR = ../.. |
26 BUILDDIR = ../.. |
27 MODULE = base |
|
28 |
27 |
29 include $(BUILDDIR)/common/Defs.gmk |
28 include $(BUILDDIR)/common/Defs.gmk |
30 |
29 |
31 # |
30 # |
32 # Make the directories of include files shipped with the JDK. |
31 # Make the directories of include files shipped with the JDK. |
37 $(INCLUDEDIR)/jvmti.h \ |
36 $(INCLUDEDIR)/jvmti.h \ |
38 $(INCLUDEDIR)/jvmticmlr.h \ |
37 $(INCLUDEDIR)/jvmticmlr.h \ |
39 $(INCLUDEDIR)/classfile_constants.h |
38 $(INCLUDEDIR)/classfile_constants.h |
40 |
39 |
41 $(INCLUDEDIR)/%.h: $(SHARE_SRC)/javavm/export/%.h |
40 $(INCLUDEDIR)/%.h: $(SHARE_SRC)/javavm/export/%.h |
42 $(install-non-module-file) |
41 $(install-file) |
43 |
42 |
44 $(PLATFORM_INCLUDE)/%.h: $(PLATFORM_SRC)/javavm/export/%.h |
43 $(PLATFORM_INCLUDE)/%.h: $(PLATFORM_SRC)/javavm/export/%.h |
45 $(install-non-module-file) |
44 $(install-file) |
46 |
45 |
47 JVMCFG = $(LIBDIR)/$(LIBARCH)/jvm.cfg |
46 JVMCFG = $(LIBDIR)/$(LIBARCH)/jvm.cfg |
48 |
47 |
49 # |
48 # |
50 # How to install jvm.cfg. |
49 # How to install jvm.cfg. |