1use ExtUtils::MakeMaker;
2WriteMakefile(
3    'NAME'		=> 'CRFPP',
4    'CC'                => 'c++',
5    'LD'                => 'c++',
6    'INC'               => '',
7    'LIBS'              => '-lpthread -lcrfpp',
8#    'VERSION'	        => '0.46',
9    'OBJECT'            => 'CRFPP_wrap.o'
10);
11