OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XJAVAC
(Results
1 - 3
of
3
) sorted by null
/external/annotation-tools/annotation-file-utilities/tests/
Makefile
18
export
XJAVAC
?=javac
68
$(
XJAVAC
) -g -cp ../bin -d bin *.java
75
$(
XJAVAC
) -Xlint:-options -g -cp bin:../annotation-file-utilities.jar -d bin -sourcepath . $*.java
/external/annotation-tools/annotation-file-utilities/tests/system-test/
Makefile
33
${
XJAVAC
} ${XJAVACTARGET} -d out1 source-ann/AnnotationTest.java || (\rm -rf out1 && false)
51
${
XJAVAC
} ${XJAVACTARGET} -d out3 source-plain/AnnotationTest.java || (\rm -rf out3 && false)
/external/annotation-tools/annotation-file-utilities/tests/ad-hoc/bridge/
Makefile
26
$(
XJAVAC
) -g $(JAVACTARGET) C.java
Completed in 4466 milliseconds