Makefile.PL (PDL-2.076) | : | Makefile.PL (PDL-2.077) | ||
---|---|---|---|---|
use strict; | use strict; | |||
use warnings; | use warnings; | |||
use ExtUtils::MakeMaker; | use ExtUtils::MakeMaker; | |||
# NOTE: | # NOTE: | |||
# we hijack m51.fits from the parent directory and | # we hijack m51.fits from the parent directory and | |||
# install that into the demos directory | # install that into the demos directory | |||
WriteMakefile( | WriteMakefile( | |||
'NAME' => 'PDL::Demos', | NAME => 'PDL::Demos', | |||
'VERSION_FROM' => '../Basic/PDL.pm', | VERSION_FROM => '../Basic/PDL.pm', | |||
'PM' => {'General.pm' => '$(INST_LIBDIR)/Demos/General.pm', | PM => { | |||
'Screen.pm' => '$(INST_LIBDIR)/Demos/Screen.pm', | 'General.pm' => '$(INST_LIBDIR)/Demos/General.pm', | |||
'TriD1.pm' => '$(INST_LIBDIR)/Demos/TriD1.pm', | 'Demos.pm' => '$(INST_LIBDIR)/Demos.pm', | |||
'TriD2.pm' => '$(INST_LIBDIR)/Demos/TriD2.pm', | 'TriD1.pm' => '$(INST_LIBDIR)/Demos/TriD1.pm', | |||
'TriDGallery.pm' => '$(INST_LIBDIR)/Demos/TriDGallery.pm' | 'TriD2.pm' => '$(INST_LIBDIR)/Demos/TriD2.pm', | |||
, | 'TriDGallery.pm' => '$(INST_LIBDIR)/Demos/TriDGallery.pm', | |||
'PGPLOT_demo.pm' => '$(INST_LIBDIR)/Demos/PGPLOT_demo.pm', | 'BAD_demo.pm' => '$(INST_LIBDIR)/Demos/BAD_demo.pm', | |||
'PGPLOT_OO_demo.pm' => '$(INST_LIBDIR)/Demos/PGPLOT_OO_demo.p | 'Transform_demo.pm' => '$(INST_LIBDIR)/Demos/Transform_demo.pm', | |||
m', | 'Cartography_demo.pm' => '$(INST_LIBDIR)/Demos/Cartography_demo.pm', | |||
'BAD_demo.pm' => '$(INST_LIBDIR)/Demos/BAD_demo.pm', | '../m51.fits' => '$(INST_LIBDIR)/Demos/m51.fits', | |||
'BAD2_demo.pm' => '$(INST_LIBDIR)/Demos/BAD2_demo.pm', | }, | |||
'Transform_demo.pm' => '$(INST_LIBDIR)/Demos/Transform_demo. | NO_MYMETA => 1, | |||
pm', | ||||
'Cartography_demo.pm' => '$(INST_LIBDIR)/Demos/Cartography_d | ||||
emo.pm', | ||||
'Gnuplot_demo.pm' => '$(INST_LIBDIR)/Demos/Gnuplot_demo.pm | ||||
', | ||||
'../m51.fits' => '$(INST_LIBDIR)/Demos/m51.fits', | ||||
'Prima.pm' => '$(INST_LIBDIR)/Demos/Prima.pm', | ||||
}, | ||||
'clean' => { 'FILES' => 'BAD_demo.pm BAD2_demo.pm' }, | ||||
NO_MYMETA => 1, | ||||
); | ); | |||
End of changes. 1 change blocks. | ||||
24 lines changed or deleted | 14 lines changed or added |