URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 157 |
Rev 225 |
Line 224... |
Line 224... |
while ($f = readdir INC) {
|
while ($f = readdir INC) {
|
next unless $f =~ /\.h$/;
|
next unless $f =~ /\.h$/;
|
$mine{$f} = "\$(INCDIR)/$f";
|
$mine{$f} = "\$(INCDIR)/$f";
|
$deps{$f} = join(' ', &deps_for("$incdir/$f"));
|
$deps{$f} = join(' ', &deps_for("$incdir/$f"));
|
}
|
}
|
|
$mine{'config.h'} = "config.h";
|
|
|
opendir(INC, $srcdir);
|
opendir(INC, $srcdir);
|
while ($f = readdir INC) {
|
while ($f = readdir INC) {
|
next unless $f =~ /\.h$/;
|
next unless $f =~ /\.h$/;
|
$mine{$f} = "\$(srcdir)/$f";
|
$mine{$f} = "\$(srcdir)/$f";
|
$deps{$f} = join(' ', &deps_for("$srcdir/$f"));
|
$deps{$f} = join(' ', &deps_for("$srcdir/$f"));
|
}
|
}
|
|
$mine{'config.h'} = "config.h";
|
$mine{'config.h'} = "stamp-h";
|
|
|
|
open(IN, "$srcdir/Makefile.in");
|
open(IN, "$srcdir/Makefile.in");
|
open(OUT, ">$srcdir/Makefile.tmp");
|
open(OUT, ">$srcdir/Makefile.tmp");
|
while () {
|
while () {
|
last if /remainder of this file/;
|
last if /remainder of this file/;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.