Searched refs:SRC_CLASSES_DIR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/make/
H A DMakefile48 SRC_CLASSES_DIR = $(TOPDIR)/src/share/classes macro
143 SRC_ZIP_FILES = $(shell $(FIND) $(SRC_CLASSES_DIR) \( -name \*-template \) -prune -o -type f -print )
148 ( cd $(SRC_CLASSES_DIR) ; $(FIND) . \( -name \*-template \) -prune -o -type f -print | $(ZIP) -q $$abs_src_zip -@ ) ; \

Completed in 22 milliseconds