From 75d1f0fbe4994ac02f30ea68f43396a7879af808 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:30:48 +0000 Subject: 2000-09-04 Ralf Corsepius * ampolish: Add rules to add compile.am --- tools/update/ChangeLog | 4 ++++ tools/update/ampolish | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'tools') diff --git a/tools/update/ChangeLog b/tools/update/ChangeLog index 101734ce64..9b1649a449 100644 --- a/tools/update/ChangeLog +++ b/tools/update/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * ampolish: Add rules to add compile.am + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/tools/update/ampolish b/tools/update/ampolish index aeec1ba050..af267e8bb9 100755 --- a/tools/update/ampolish +++ b/tools/update/ampolish @@ -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" ; -- cgit v1.2.3