Searched defs:PLATFORM (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DMakefile35 PLATFORM=solaris macro
37 OUTPUT_DIR =$(PLATFORM)-$(ARCH)
54 # PLATFORM dependent flags
58 ifeq ($(PLATFORM), solaris)
69 $(PLATFORM):
72 install: $(PLATFORM)
73 $(CC) -I$(JINCLUDE) -I$(JINCLUDE)/$(PLATFORM) \
/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A DDependencyClass.java47 PLATFORM (2), enum constant in enum:DependencyClass
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile22 PLATFORM = solaris macro
54 PLATFORM = linux macro
74 LIBDIR=lib/$(PLATFORM)-$(ARCH)
88 -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/$(PLATFORM) Launcher.c
/openjdk7/hotspot/test/
H A DMakefile34 PLATFORM = solaris macro
42 PLATFORM = linux macro
50 PLATFORM = bsd macro
58 PLATFORM = bsd macro
65 ifeq ($(PLATFORM),)
73 PLATFORM = windows macro
107 ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH)
109 ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
180 ifeq ($(PLATFORM), windows)
/openjdk7/langtools/test/
H A DMakefile22 PLATFORM = solaris macro
30 PLATFORM = linux macro
38 PLATFORM = bsd macro
46 PLATFORM = windows macro
73 ifeq ($(PLATFORM), windows)
104 JT_JAVA = $(SLASH_JAVA)/re/jdk/1.6.0/archive/fcs/binaries/$(PLATFORM)-$(ARCH)
111 TESTJAVA = $(SLASH_JAVA)/re/jdk/1.7.0/promoted/latest/binaries/$(PLATFORM)-$(ARCH)
202 TEST_OUTPUT_DIR = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)/test/langtools
204 $(shell mkdir -p $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)/test/langtools; \
205 cd $(TEST_ROOT)/../build/$(PLATFORM)
[all...]
/openjdk7/jdk/make/java/nio/
H A DMakefile51 ifeq ($(PLATFORM), solaris)
130 endif # PLATFORM = solaris macro
132 ifeq ($(PLATFORM), windows)
184 endif # PLATFORM = windows macro
186 ifeq ($(PLATFORM), linux)
264 endif # PLATFORM = linux macro
266 ifeq ($(PLATFORM), macosx)
336 endif # PLATFORM = bsd, macosx macro
338 ifeq ($(PLATFORM), macosx)
359 endif # PLATFORM macro
[all...]

Completed in 43 milliseconds