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

/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile48 SRC_DIR = src macro
54 ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST))
65 $(JAVAC) -source 1.5 -deprecation -sourcepath $(SRC_DIR) -d $(OUTPUT_DIR) @filelist
/openjdk7/hotspot/agent/make/
H A DMakefile246 SRC_DIR = ../src/share/classes macro
253 ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST))
274 $(JAVAC) -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
277 cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
280 cp $(SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/
281 cp -r $(SRC_DIR)/images/* $(OUTPUT_DIR)/
286 $(JAVAC) -J-Xprof -classpath $(CLASSPATH) -deprecation -sourcepath $(SRC_DIR) -g -d $(OUTPUT_DIR) @filelist
289 cp $(SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(OUTPUT_DIR)/sun/jvm/hotspot/utilities/soql
292 cp $(SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(OUTPUT_DIR)/sun/jvm/hotspot/ui/resources/
293 cp -r $(SRC_DIR)/image
[all...]
/openjdk7/corba/make/com/sun/corba/se/sources/
H A DMakefile55 SRC_DIR = $(SHARE_SRC)/classes macro
56 CORBA_IDL_DIR = $(SRC_DIR)/org/omg/PortableServer
57 PI_IDL_DIR = $(SRC_DIR)/org/omg/PortableInterceptor
67 ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
68 PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
74 ACTIVATION.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Activation.mc
75 IOR.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/IOR.mc
76 INTERCEPTORS.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Interceptors.mc
77 NAMING.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Naming.mc
78 OMG.MC = $(SRC_DIR)/co
[all...]
/openjdk7/corba/make/org/omg/sources/
H A DMakefile66 SRC_DIR = $(SHARE_SRC)/classes macro
67 CORBA_IDL_DIR = $(SRC_DIR)/org/omg/PortableServer
71 POA.IDL = $(SRC_DIR)/org/omg/PortableServer/poa.idl
72 DYNAMIC_ANY.IDL = $(SRC_DIR)/org/omg/DynamicAny/DynamicAny.idl
73 COSTRANSACTIONS.IDL = $(SRC_DIR)/org/omg/CosTransactions/CosTransactions.idl
74 COSTSINTEROP.IDL = $(SRC_DIR)/org/omg/CosTransactions/CosTSInteroperation.idl
75 NAMESERVICE.IDL = $(SRC_DIR)/org/omg/CosNaming/nameservice.idl
77 IOP.IDL = $(SRC_DIR)/org/omg/PortableInterceptor/IOP.idl
78 CORBAX.IDL = $(SRC_DIR)/org/omg/PortableInterceptor/CORBAX.idl
79 MESSAGING.IDL = $(SRC_DIR)/or
[all...]
/openjdk7/corba/make/sun/rmi/corbalogsources/
H A DMakefile52 SRC_DIR = $(SHARE_SRC)/classes macro
53 CORBA_IDL_DIR = $(SRC_DIR)/org/omg/PortableServer
54 PI_IDL_DIR = $(SRC_DIR)/org/omg/PortableInterceptor
66 ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
67 PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
69 ACTIVATION.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Activation.mc
70 IOR.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/IOR.mc
71 INTERCEPTORS.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Interceptors.mc
72 NAMING.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Naming.mc
73 OMG.MC = $(SRC_DIR)/co
[all...]
/openjdk7/langtools/test/com/sun/javadoc/lib/
H A DJavadocTester.java57 protected static final String SRC_DIR = System.getProperty("test.src", "."); field in class:JavadocTester

Completed in 82 milliseconds