2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am:
	Don't include .../lib.am. Remove ACLOCAL_AMFLAGS.
	* shared/Makefile.am: Don't include .../lib.am.
This commit is contained in:
Ralf Corsepius
2004-02-06 11:31:26 +00:00
parent af333d7b50
commit 8f783b6164
5 changed files with 6 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am:
Don't include .../lib.am. Remove ACLOCAL_AMFLAGS.
* shared/Makefile.am: Don't include .../lib.am.
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, timer/Makefile.am: Remove. * clock/Makefile.am, timer/Makefile.am: Remove.

View File

@@ -2,15 +2,12 @@
## $Id$ ## $Id$
## ##
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
EXTRA_PROGRAMS = EXTRA_PROGRAMS =
EXTRA_DIST = EXTRA_DIST =
CLEANFILES = CLEANFILES =
noinst_DATA = noinst_DATA =
include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
if mongoosev if mongoosev
include_mipsdir = $(includedir)/libcpu include_mipsdir = $(includedir)/libcpu

View File

@@ -2,14 +2,11 @@
## $Id$ ## $Id$
## ##
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
EXTRA_PROGRAMS = EXTRA_PROGRAMS =
CLEANFILES = CLEANFILES =
noinst_DATA = noinst_DATA =
include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
if r46xx if r46xx
EXTRA_PROGRAMS += vectorisrs.rel EXTRA_PROGRAMS += vectorisrs.rel

View File

@@ -8,7 +8,6 @@ noinst_DATA =
EXTRA_PROGRAMS = EXTRA_PROGRAMS =
include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
## cache ## cache
include_libcpudir = $(includedir)/libcpu include_libcpudir = $(includedir)/libcpu

View File

@@ -2,14 +2,11 @@
## $Id$ ## $Id$
## ##
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
EXTRA_PROGRAMS = EXTRA_PROGRAMS =
CLEANFILES = CLEANFILES =
noinst_DATA = noinst_DATA =
include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
if tx39 if tx39
include_libcpudir = $(includedir)/libcpu include_libcpudir = $(includedir)/libcpu