jdk/make/common/Defs.gmk
changeset 1166 f2bfef4df8d0
parent 1164 fcf7f66faf68
parent 1090 c5805b1672a6
child 2301 0a3821d472a3
equal deleted inserted replaced
1165:4e62e945f4eb 1166:f2bfef4df8d0
   449 # VPATH.h is used elsewhere to generate include flags.  By default, 
   449 # VPATH.h is used elsewhere to generate include flags.  By default, 
   450 # anyone has access to the include files that the JVM area exports,
   450 # anyone has access to the include files that the JVM area exports,
   451 # namely jni.h, jvm.h, and jni_utils.h, plus their platform-specific
   451 # namely jni.h, jvm.h, and jni_utils.h, plus their platform-specific
   452 # relatives.
   452 # relatives.
   453 #
   453 #
   454 VPATH.h =   $(PLATFORM_SRC)/javavm/export$(CLASSPATH_SEPARATOR)$(SHARE_SRC)/javavm/export$(CLASSPATH_SEPARATOR)$(SHARE_SRC)/javavm/include$(CLASSPATH_SEPARATOR)$(PLATFORM_SRC)/javavm/include
   454 VPATH.h =   $(PLATFORM_SRC)/javavm/export$(CLASSPATH_SEPARATOR)$(SHARE_SRC)/javavm/export
   455 vpath %.h   $(VPATH.h)
   455 vpath %.h   $(VPATH.h)
   456 
   456 
   457 #
   457 #
   458 # Used in two ways: helps link against libjava.so. Also if overridden
   458 # Used in two ways: helps link against libjava.so. Also if overridden
   459 # determines where your shared library is installed.
   459 # determines where your shared library is installed.