Lines Matching refs:extension

774 # This Makefile is for the $self->{NAME} extension to perl.
1129 # We allow extension-specific hints files.
1384 This utility is designed to write a Makefile for an extension module
1423 The generated Makefile enables the user of the extension to invoke
1647 extension, unless you are sure the AFS installation directories are
1652 An extension that is built with the above steps is ready to use on
1654 dynamic loading, any newly created extension has to be linked together
1656 by creating appropriate targets in the Makefile whenever an extension
1721 If an extension is being built below the C<ext/> directory of the perl
1723 C<../..>). If PERL_SRC is defined and the extension is recognized as
1724 a standard extension, then other variables default to the following:
1732 If an extension is being built away from the perl source then MakeMaker
1915 Specifies the extension of the module's loadable object. For example:
1919 NOTE: When using this option to alter the extension of a module's
1952 Array of extension names to exclude when doing a static build. This
1982 Perl binary able to run this extension, load XS modules, etc...
1995 exported from the extension. Its value is a reference to an
1996 array of function names to be exported by the extension. These
2006 extension. Takes a hash ref.
2016 Array of extension names to be included when doing a static build.
2022 It is not necessary to mention DynaLoader or the current extension when
2024 only DynaLoader and the current extension will be included in the build.
2141 Directory where we put library files of this extension while building
2190 extension. Defaults to libperl.a.
2365 If the extension links to a library that it builds, set this to the
2385 MakeMaker will figure out if an extension contains linkable code
2494 defaults to 0. Should be set to TRUE if the extension can work with
2515 B<NOTE.> Neglecting to set this flag in I<any one> of the loaded extension
2929 Note C<xs> is the file-extension. More possibilities may arise in the
2930 future. Note that object names are specified without their XS extension.
2933 for C<XSMULTI>, just the XS filename with the extension replaced with
2934 the compiler-specific object-file extension.
3126 name extension (eg. C<next_3_2.pl>). They are simply C<eval>ed by
3287 =head2 Disabling an extension