The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    'NAME'         => 	"Lingua::LinkParser",
    'VERSION_FROM' => 	"lib/Lingua/LinkParser.pm",
    'DEFINE'	   => 	"-DDICTIONARY_DIR=\\\".\\\"", 

     ## if your libs are in a nonstandard location, changes these, i.e.:
     # 'LIBS'	   => 	"-L/dbrian/link-grammar-4.4.3/link-grammar/.libs/ -llink-grammar", 
     # 'INC'	   => 	"-I/dbrian/link-grammar-4.4.3/link-grammar/"
    'LIBS'	   => 	"-llink-grammar", 
    'INC'	   => 	"-I/usr/local/include/link-grammar/",
    'OBJECT'       => 	"",
);