Searched defs:ALLFILES (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile54 ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST)) macro
55 ALLFILES := $(shell /bin/ls $(ALLFILES)) macro
69 filelist: $(ALLFILES)
71 @echo $(ALLFILES) > $@
/openjdk7/hotspot/agent/make/
H A DMakefile253 ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST)) macro
254 ALLFILES := $(shell /bin/ls $(ALLFILES)) macro
296 filelist: $(ALLFILES)
303 @echo $(ALLFILES) > $@
316 sizes: $(ALLFILES)
317 wc -l $(ALLFILES)
319 cscope: $(ALLFILES)
321 echo $(ALLFILES) > java.files

Completed in 60 milliseconds