Lines Matching refs:files

316     # all files to be installed end up below OUR ./blib
652 print STDOUT "Warning: the following files are missing in your kit:\n";
733 # We allow extension-specific hints files.
904 my @files = @_;
905 chmod 0666, @files;
906 return unlink @files;
1022 make clean # delete local temp files (Makefile gets renamed)
1023 make realclean # delete derived files (including ./blib)
1024 make ci # check in all the files in the MANIFEST file
1033 MakeMaker also checks for any files matching glob("t/*.t"). It will
1034 execute all matching files in alphabetical order via the
1060 make alone puts all relevant files into directories that are named by
1067 The I<install> target of the generated Makefile copies the files found
1104 This will install all files in the module under your home directory,
1113 This will install the module's architecture-independent files into
1114 ~/lib, the architecture-dependent files into ~/lib/$archname.
1224 located. Especially INST_LIB and INST_ARCHLIB (where to put the files
1226 existing modules from), and PERL_INC (header files and C<libperl*.*>).
1300 in PPD (Perl Package Description) files for PPM (Perl Package Manager).
1304 Used when creating PPD files for binary packages. It can be set to a
1429 Ref to array of executable files. The files will be copied to the
1499 Used by 'make install', which copies files from INST_ARCHLIB to this
1504 Directory to install binary files (e.g. tkperl) into if
1523 Used by 'make install', which copies files from INST_LIB to this
1530 Used by 'make install' which copies files from INST_SCRIPT to this
1535 Used by 'make install', which copies files from INST_ARCHLIB to this
1540 Used by 'make install', which copies files from INST_BIN to this
1545 Used by 'make install', which copies files from INST_LIB to this
1560 Used by 'make install', which copies files from INST_ARCHLIB to this
1565 Used by 'make install', which copies files from INST_BIN to this
1570 Used by 'make install', which copies files from INST_LIB to this
1584 Same as INST_LIB for architecture dependent files.
1588 Directory to put real binary files during 'make'. These will be copied
1593 Directory where we put library files of this extension while building
1606 Directory, where executable files should be installed during
1608 testing. make install will copy the files in INST_SCRIPT to
1628 what files to link/load from (also see dynamic_lib below for how to
1686 Hashref of pod-containing files. MakeMaker will default this to all
1687 EXE_FILES files that include POD directives. The files listed
1693 Hashref that assigns to *.pm and *.pod files the files into which the
1694 manpages are to be written. MakeMaker parses all *.pod and *.pm files
1751 List of object files, defaults to '$(BASEEXT)$(OBJ_EXT)', but can be a long
1752 string containing all object files, e.g. "tkpBind.o
1778 Same as for PERL_LIB, but for architecture dependent files.
1848 Desired permission for read/writable files. Defaults to C<644>.
1853 Desired permission for executable files. Defaults to C<755>.
1858 Ref to hash of files to be processed as perl programs. MakeMaker
1864 The *.PL files are expected to produce output to the target files
1865 themselves. If multiple files can be generated from the same *.PL
1873 Hashref of .pm files and *.pl files to be installed. e.g.
1877 By default this will include *.pm and *.pl and the files found in
1883 Ref to array of subdirectories containing library files. Defaults to
1884 [ 'lib', $(BASEEXT) ]. The directories will be scanned and I<any> files
2075 Hashref of .xs files. MakeMaker will default this. e.g.
2079 The .c files will automatically be included in the list of files
2128 your files. DIST_CP can take the values 'cp', which copies the file,
2140 NB: Extensions that have nothing but *.pm files had to say
2237 Config.pm. In addition it evaluates architecture specific hints files
2238 in a C<hints/> directory. The hints files are expected to be named
2262 reports which files are below the build directory but not in the
2268 reports which files are skipped due to the entries in the
2280 rewrites the MANIFEST file, adding all remaining files found (See
2285 Copies all the files that are in the MANIFEST file to a newly created
2302 UNIX, and will convert files in distribution directory to UNIX format
2332 Does a $(CI) and a $(RCS_LABEL) on all files in the MANIFEST file.