File: Makefile.PL

package info (click to toggle)
libplot-perl 2.2.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 137
  • sloc: perl: 369; ansic: 238; makefile: 43
file content (11 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Graphics::Libplot',
    'VERSION_FROM' => 'Libplot.pm', # finds $VERSION
    #'LIBS'	=> ['-lplot -L/usr/X11R6/lib -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm'], 
    'LIBS'	=> '-lplot',
#    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
#    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);