Home | History | Annotate | Download | only in build

Lines Matching refs:CLASSES

9 CLASSES = $(PROGUARD_HOME)/classes
33 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
39 -C $(CLASSES) $(dir $<)
44 -C $(CLASSES) $(dir $<)
79 -rm -fr $(CLASSES) $(LIB)
83 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
87 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
92 $(CLASSES) $(LIB):
95 $(CLASSES)/%.class: $(SRC)/%.java
98 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
99 cp $(subst $(CLASSES),$(SRC),$@) $@