Lines Matching refs:files

114 Defines the suffix rules to compile different flavors of C files to
115 object files.
280 # Delete temporary files but do not touch installed files. We don\'t delete
286 my(@otherfiles) = values %{$self->{XS}}; # .c files from *.xs files
497 # Handy lists of source code files:
644 compressed files
988 files.
1041 Defines targets for bootstrap files.
1074 Defines how to produce the *.so (or equivalent) files.
1271 $mm->fixin(@files);
1273 Inserts the sharpbang or equivalent magic number to a set of @files.
1278 my($self, @files) = @_;
1281 for my $file (@files) {
1480 # files into the library in various locations.
1483 # subdirectories which we should search for library files to
1486 # which don't exist or contain Makefile.PL files).
1538 return if /~$/; # emacs temp files
1539 return if /,v$/; # RCS files
1605 my %manifypods = (); # we collect the keys first, i.e. the files
1699 # Some systems have restrictions on files names for DLL's etc.
1826 these header files, so you cannot build extensions. In such a case,
1833 # print STDOUT "Using header files found in $self->{PERL_INC}\n"
1925 # init_dirscan should have found out, if we have C files
2706 the perl library. (Purified versions of library files, e.g.,
2767 # Which *.a files could we make use of...
2899 \$(NOECHO) \$(ECHO) 'To remove the intermediate files say'
3150 Defines the dependency from all *.h files that come with the perl
3230 to the C<chmod> command to set the permissions for read/writeable files.
3246 to the C<chmod> command to set the permissions for executable files.
3257 Defines target that copies all files in the hash PM to their
3447 Defines targets to run *.PL files.
3500 # Delete temporary files (via clean) and also delete installed files
3511 my @files = values %{$self->{PM}};
3512 push @files, $attribs{FILES} if $attribs{FILES};
3513 push @files, '$(FIRST_MAKEFILE)', '$(MAKEFILE_OLD)';
3515 # Occasionally files are repeated several times from different sources
3516 { my(%f) = map { ($_,1) } @files; @files = keys %f; }
3520 # that have many files).
3522 foreach my $file (@files) {
3679 Defines how to produce the *.a (or equivalent) files.
4081 Defines the suffix rules to compile XS files to C.
4096 Defines the suffix rules to compile XS files to C++.
4111 Defines suffix rules to go from XS to object files directly. This is