Home | History | Annotate | Download | only in build

Lines Matching refs:CLASSES

8 CLASSES = $(PROGUARD_HOME)/classes
24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
30 -C $(CLASSES) $(dir $<)
35 -C $(CLASSES) $(dir $<)
65 -rm -fr $(CLASSES) $(LIB)
69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
73 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
78 $(CLASSES) $(LIB):
81 $(CLASSES)/%.class: $(SRC)/%.java
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
85 cp $(subst $(CLASSES),$(SRC),$@) $@