jasons 2002/12/07 13:52:07 Modified: perl Tag: V-1_7-branch Makefile.PL Log: * Makefile.PL (Repository): supports latest SWIG Revision Changes Path No revision No revision 1.31.2.1 +3 -3 xml-xerces/perl/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/xml-xerces/perl/Makefile.PL,v retrieving revision 1.31 retrieving revision 1.31.2.1 diff -u -r1.31 -r1.31.2.1 --- Makefile.PL 25 Apr 2002 06:27:25 -0000 1.31 +++ Makefile.PL 7 Dec 2002 21:52:07 -0000 1.31.2.1 @@ -123,7 +123,7 @@ my $XERCES_MAJOR_VERSION = '1.7'; my $XERCES_MINOR_VERSION = '0'; my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION"; -my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-1'; +my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-3'; my $XERCES_VERSION = "$XERCES_LIB_VERSION"; # this substitution will yield '1_4' from '1.4' to be used by 'LIBS' @@ -188,14 +188,14 @@ local $" = ' '; my $retval = <<TERMINUS; Xerces.C: Xerces.i typemaps.i @header_files postSource.pl - \$(SWIG) -DVERSION="$XERCES_PERL_VERSION" \$(INC) -package XML::Xerces -perl5 -c++ -shadow -o Xerces.C Xerces.i + \$(SWIG) -DVERSION="$XERCES_PERL_VERSION" \$(INC) -perl5 -c++ -shadow -o Xerces.C Xerces.i perl postSource.pl Xerces.C perl postModule.pl Xerces.pm Xerces.pm: Xerces.C postModule.pl Xerces-extra.pm if [[ postModule.pl -nt Xerces.pm || Xerces-extra.pm -nt Xerces.pm ]] ; then \\ -\$(SWIG) -I. \$(INC) -package XML::Xerces -perl5 -c++ -shadow -o foo.C Xerces.i ; \\ +\$(SWIG) -I. \$(INC) -perl5 -c++ -shadow -o foo.C Xerces.i ; \\ rm foo.C ; \\ perl postModule.pl Xerces.pm ; \\ cp -f Xerces.pm blib/lib/XML ; \\
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]