/[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

Diff of /trunk/perl/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by dpavlin, Sat Sep 3 18:44:12 2005 UTC revision 10 by dpavlin, Thu Sep 8 16:50:39 2005 UTC
# Line 1  Line 1 
1  # File : Makefile.PL  # File : Makefile.PL
2  use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
3    
4    system 'swig -c++ -perl5 -o HyperEstraier_wrap.cpp  ../HyperEstraier.i';
5    if ($?){
6            print "error while generating SWIG wrappers: $!\n";
7            exit;
8    }
9    
10  WriteMakefile(  WriteMakefile(
11          NAME    => 'HyperEstraier',          NAME    => 'HyperEstraier',
12          INC     => sprintf('%s', `pkg-config --cflags hyperestraier || estconfig --cflags`),          INC     => sprintf('%s', `pkg-config --cflags hyperestraier || estconfig --cflags`),

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26