xref: /aosp_15_r20/external/marisa-trie/bindings/perl/Makefile.PL (revision ab8db090fce404b23716c4c9194221ee27efe31c)
1*ab8db090SAndroid Build Coastguard Workeruse ExtUtils::MakeMaker;
2*ab8db090SAndroid Build Coastguard Worker
3*ab8db090SAndroid Build Coastguard WorkerWriteMakefile(
4*ab8db090SAndroid Build Coastguard Worker    'NAME'   => 'marisa',
5*ab8db090SAndroid Build Coastguard Worker    'LIBS'   => ['-lmarisa'],
6*ab8db090SAndroid Build Coastguard Worker    'OBJECT' => 'marisa-swig.o marisa-swig_wrap.o'
7*ab8db090SAndroid Build Coastguard Worker);
8