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

/openjdk7/make/scripts/
H A Dnormalizer.pl78 open(FILELIST, ">$currdir/filelist") or die "Failed while open $currdir/filelist: $!\n";
88 close(FILELIST);
186 print FILELIST substr($filename, length($currdir) + 1);
188 print FILELIST $filename;
190 print FILELIST "\n";
/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile28 FILELIST = com/sun/hotspot/tools/compiler/*.java macro
54 ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST))
/openjdk7/hotspot/agent/make/
H A DMakefile138 FILELIST = \ macro
226 #END FILELIST
253 ALLFILES := $(patsubst %,$(SRC_DIR)/%,$(FILELIST))

Completed in 30 milliseconds