forked from Imagelibrary/rtems
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ampolish: Add rules to add compile.am
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ampolish: Add rules to add compile.am
|
||||
|
||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: New file.
|
||||
|
||||
@@ -134,6 +134,10 @@ else { $rtems_top .= "/" ; }
|
||||
{
|
||||
push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/lib.am\n" ;
|
||||
}
|
||||
elsif ( /^[\s]*include[\s\t]*.*compile.am[\s]*$/o )
|
||||
{
|
||||
# remove the line
|
||||
}
|
||||
elsif ( /^(.*[^\s])[\s]*$/o )
|
||||
{ # remove trailing spaces
|
||||
push @ibuf, "$1\n" ;
|
||||
@@ -220,6 +224,7 @@ else { $rtems_top .= "/" ; }
|
||||
{
|
||||
if ( "$1" eq "lib" )
|
||||
{
|
||||
push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/compile.am\n" ;
|
||||
push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/$1.am\n" ;
|
||||
}
|
||||
elsif ( "$1" eq "local" )
|
||||
@@ -231,6 +236,18 @@ else { $rtems_top .= "/" ; }
|
||||
$main::seen_host = 1 ;
|
||||
}
|
||||
}
|
||||
elsif ( /^[\s]*include[\s\t]*\$\(RTEMS_ROOT\)\/make\/(.*)\.cfg$/o )
|
||||
{
|
||||
if ( "$1" eq "leaf" )
|
||||
{
|
||||
push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/compile.am\n" ;
|
||||
push @ibuf, "include \$(RTEMS_ROOT)/make/$1.cfg\n" ;
|
||||
}
|
||||
else
|
||||
{
|
||||
push @ibuf, "include \$(RTEMS_ROOT)/make/$1.cfg\n" ;
|
||||
}
|
||||
}
|
||||
elsif ( /^[\s]*include[\s\t]*(.*)$/o )
|
||||
{
|
||||
push @ibuf, "include $1\n" ;
|
||||
|
||||
Reference in New Issue
Block a user