equal
deleted
inserted
replaced
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. |