Lines Matching refs:classes
72 # $4 : The package prefix of classes to include, possible empty
89 GEN_CLASSPATH := $(CORE_INTERMEDIATES)/classes.jar:$(BOUNCYCASTLE_INTERMEDIATES)/classes.jar:$(APACHEXML_INTERMEDIATES)/classes.jar:$(JUNIT_INTERMEDIATES)/classes.jar:$(SQLITEJDBC_INTERMEDIATES)/javalib.jar:$(CORETESTS_INTERMEDIATES)/javalib.jar
100 # Why does this depend on javalib.jar instead of classes.jar? Because
101 # even though the tool will operate on the classes.jar files, the
103 # javalib.jar is up-to-date, then classes.jar is as well. Depending
104 # on classes.jar will build the files incorrectly.
136 # core tests only needed to get hold of junit-framework-classes
140 GEN_CLASSPATH := $(CORE_INTERMEDIATES)/classes.jar:$(JUNIT_INTERMEDIATES)/classes.jar:$(VMTESTSTF_JAR):$(DDMLIB_JAR):$(TF_JAR)
143 # Please see big comment above on why this line depends on javalib.jar instead of classes.jar