ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildFile.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildFile.pm (file contents):
Revision 1.1 by williamc, Mon Mar 1 10:37:52 1999 UTC vs.
Revision 1.2 by williamc, Mon Mar 1 11:01:41 1999 UTC

# Line 1 | Line 1
1 #!/usr/local/bin/perl5
2 #
3
1   package BuildFile;
2 + require 5.001;
3   require Exporter;
4   @ISA    = qw(Exporter);
5   @EXPORT = qw(CheckBuildFile ParseBuildFile @BlockClassA $DefaultBuildFile);
# Line 36 | Line 34 | sub ParseBuildFile {
34                  'ClassPath' => \&OutToMakefile,
35                  'ClassPath_StartTag' => \&setBlockClassPath
36          };
37 <        use Switcher;
37 >        use Utilities::Switcher;
38          $switch=Switcher->new($SupportedTags, $fullfilename);
39          $switch->{Strict_no_cr}='no';
40          #open a temporary gnumakefile to store output.
41 <        use AddDir;
41 >        use Utilities::AddDir;
42          adddir("$ENV{LOCALTOP}/$ENV{INTwork}/${path}");
43          open ( GNUmakefile, ">$ENV{LOCALTOP}/$ENV{INTwork}/${path}/BuildFile.mk") or die 'Unable to open /$ENV{INTwork}/${path}/BuildFile.mk $!\n';
44          if ( -e $ENV{LatestBuildFile} ) {
# Line 163 | Line 161 | sub Use_start {
161          my @vars=@_;
162          my $hashref;
163          my $filename;
164 <        use SCRAMUtils;
164 >        use Utilities::SCRAMUtils;
165          
166          $hashref=$switch->SetupValueHash(\@vars);
167          $switch->checkparam($hashref, $name, "name");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines