WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / RNAforester / g2-0.70 / g2_perl / Makefile.PL.in
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'      => 'G2',
6     'VERSION_FROM' => 'G2.pm', # finds $VERSION
7     'LIBS'      => ['-L./.. -lg2 @LDFLAGS@'],  # e.g., '-lm' 
8     'DEFINE'    => '@DEFS@',                   # e.g., '-DHAVE_SOMETHING' 
9     'INC'       => '-I./../include',           # e.g., '-I/usr/local/include' 
10 );