Home | History | Annotate | Download | only in build

Lines Matching refs:CLASSES

9 CLASSES = $(PROGUARD_HOME)/classes
32 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
38 -C $(CLASSES) $(dir $<)
43 -C $(CLASSES) $(dir $<)
78 -rm -fr $(CLASSES) $(LIB)
82 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
86 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
91 $(CLASSES) $(LIB):
94 $(CLASSES)/%.class: $(SRC)/%.java
97 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
98 cp $(subst $(CLASSES),$(SRC),$@) $@