/[hyperestraier_wrappers]/trunk/perl/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/perl/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Sat Sep 3 18:44:12 2005 UTC (18 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 328 byte(s)
use pkg-config hyperestraier if available before fallback to estconfig
1 # File : Makefile.PL
2 use ExtUtils::MakeMaker;
3 WriteMakefile(
4 NAME => 'HyperEstraier',
5 INC => sprintf('%s', `pkg-config --cflags hyperestraier || estconfig --cflags`),
6 LIBS => sprintf('-lstdc++ %s %s' , `pkg-config --libs hyperestraier || estconfig --libs`),
7 OBJECT => 'HyperEstraierWrapper.o HyperEstraier_wrap.o'
8 );

  ViewVC Help
Powered by ViewVC 1.1.26