jdk/make/java/jvm/Makefile
changeset 8793 a25480ff1a6b
parent 8792 cd1dceb2d665
parent 8583 15dea0fdc2ea
child 12047 320a714614e9
equal deleted inserted replaced
8792:cd1dceb2d665 8793:a25480ff1a6b
    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_DIR = $(LIBDIR)/$(LIBARCH)
    46 JVMCFG_DIR = $(LIBDIR)/$(LIBARCH)
    48 JVMCFG = $(JVMCFG_DIR)/jvm.cfg
    47 JVMCFG = $(JVMCFG_DIR)/jvm.cfg
    49 
    48 
    50 #
    49 #