Lines Matching refs:oldfile
679 my $oldfile = "$source_dir/n$libname/Makefile";
680 my @oldfile = &read_file($oldfile);
707 my @autosrc = &makefile_list( \@oldfile, "AUTO_SRC", "?" );
711 my @sources = &makefile_list( \@oldfile, "C_SRC", "./" );
840 my $oldfile = "$source_dir/$libname/Makefile";
841 my @oldfile = &read_file($oldfile);
846 my @headers = &makefile_list( \@oldfile, "AUTO_SRC", "?" );
849 my @sources = &makefile_list( \@oldfile, "C_SRC", "?" );
891 my $oldfile = "$source_dir/progs/Makefile";
892 my @oldfile = &read_file($oldfile);
898 my @autosrc = &makefile_list( \@oldfile, "AUTO_SRC", "?" );