use ExtUtils::MakeMaker;
WriteMakefile(
	      NAME    => 'DEPS', # Name of package
	      VERSION_FROM => 'lib/graphincludes/params.pm',
	      ABSTRACT=> 'a tool to graph include-based dependencies of source files',
	      AUTHOR  => 'Yann Dirson <ydirson@altern.org>',

	      EXE_FILES => [ 'graph-includes' ],
);
