ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/test/twigmaker
Revision: 1.3
Committed: Wed Aug 17 11:09:22 2005 UTC (19 years, 8 months ago) by sashby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

# Content
1 #
2 # twigmaker - a substitue compiler for testing make rules
3 # use :
4 # perl twigmaker outfile infiles
5 #
6 # - interface
7 # filedate(file) : return the date of the given file stored in twig
8 # contents() : retunr list of all elements in twig
9
10 use BuildSystem::test::twigmaker;
11 use FileHandle;
12
13 $self=BuildSystem::test::twigmaker->new();
14 $self->maketwig(@ARGV);