summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-10 00:36:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-10 00:36:15 +0000
commit193f8107b0b5fbe54d20a3ec8a764c657ffc450b (patch)
treeec5e99fc2b0f75b59c1a51dffc3501fdd8d0be74 /c/src/lib/libcpu/Makefile.am
parent2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-193f8107b0b5fbe54d20a3ec8a764c657ffc450b.tar.bz2
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: reformat noinst_HEADERS to work around a bug in automake-1.4-p5. * configure.in: autoupdate to autoconf-2.52, apply RTEMS_CPU_SUBDIRS.
Diffstat (limited to 'c/src/lib/libcpu/Makefile.am')
-rw-r--r--c/src/lib/libcpu/Makefile.am20
1 files changed, 19 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/Makefile.am b/c/src/lib/libcpu/Makefile.am
index d616837f25..0b76d0bbe7 100644
--- a/c/src/lib/libcpu/Makefile.am
+++ b/c/src/lib/libcpu/Makefile.am
@@ -5,7 +5,25 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
-SUBDIRS = @RTEMS_CPU_SUBDIR@
+noinst_HEADERS = shared/include/cache.h
+
+noinst_HEADERS += shared/src/cache_aligned_malloc.c \
+shared/src/cache_manager.c
+
+
+SUBDIRS = @subdirs@
+
+DIST_SUBDIRS = \
+a29k \
+hppa1.1 \
+i386 \
+i960 \
+m68k \
+mips \
+mips64orion \
+powerpc \
+sh \
+sparc
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am