# Makefile.PL for PDL::Graphics::PGPLOT module.

# Use this as a template for the Makefile.PL for
# any external PDL module.	

use ExtUtils::MakeMaker;


WriteMakefile(
	      'NAME'  	=> 'PDL::Graphics::PGPLOT::Window',
	      'VERSION_FROM' => '../../../Basic/Core/Version.pm',
	      'INC' => '-I../../../Basic/Core/' # for ppport.h
);



syntax highlighted by Code2HTML, v. 0.9.1