Searched refs:LAUNCHERLIB (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile75 LAUNCHERLIB=$(LIBDIR)/libLauncher.so macro
77 all: java_home $(LAUNCHERLIB)
79 $(LAUNCHERLIB) : $(LIBDIR) $(LIBDIR)/Launcher.o
80 $(LD) $(LDFLAGS_COMMON) -o $(LAUNCHERLIB) $(LIBDIR)/Launcher.o $(EXTRA_LIBS)
H A Drun_tests.sh106 LAUNCHERLIB=${LIBDIR}/libLauncher.so
109 if [ ! -f "${TESTSRC}/${LAUNCHERLIB}" ]; then
110 echo "Cannot find ${LAUNCHERLIB} - library not available for this system"

Completed in 33 milliseconds