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.
1272 $mm->fixin(@files);
1274 Inserts the sharpbang or equivalent magic number to a set of @files.
1279 my($self, @files) = @_;
1282 for my $file (@files) {
1481 # files into the library in various locations.
1484 # subdirectories which we should search for library files to
1487 # which don't exist or contain Makefile.PL files).
1539 return if /~$/; # emacs temp files
1540 return if /,v$/; # RCS files
1606 my %manifypods = (); # we collect the keys first, i.e. the files
1700 # Some systems have restrictions on files names for DLL's etc.
1827 these header files, so you cannot build extensions. In such a case,
1834 # print STDOUT "Using header files found in $self->{PERL_INC}\n"
1926 # init_dirscan should have found out, if we have C files
2707 the perl library. (Purified versions of library files, e.g.,
2768 # Which *.a files could we make use of...
2900 \$(NOECHO) \$(ECHO) 'To remove the intermediate files say'
3151 Defines the dependency from all *.h files that come with the perl
3231 to the C<chmod> command to set the permissions for read/writeable files.
3247 to the C<chmod> command to set the permissions for executable files.
3258 Defines target that copies all files in the hash PM to their
3448 Defines targets to run *.PL files.
3501 # Delete temporary files (via clean) and also delete installed files
3512 my @files = values %{$self->{PM}};
3513 push @files, $attribs{FILES} if $attribs{FILES};
3514 push @files, '$(FIRST_MAKEFILE)', '$(MAKEFILE_OLD)';
3516 # Occasionally files are repeated several times from different sources
3517 { my(%f) = map { ($_,1) } @files; @files = keys %f; }
3521 # that have many files).
3523 foreach my $file (@files) {
3680 Defines how to produce the *.a (or equivalent) files.
4082 Defines the suffix rules to compile XS files to C.
4097 Defines the suffix rules to compile XS files to C++.
4112 Defines suffix rules to go from XS to object files directly. This is