OpenMake Meister

new, new( @list_of_files )

This method causes the constructor to create an object containing a list of files. The method is inherited directly from Openmake::SearchPath.

 

use Openmake::FileList;

$fl = Openmake::FileList->new( qw( file.c file.o /usr/include/stdio.h ));