summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/nios2/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-12-10 04:03:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-12-10 04:03:24 +0000
commit87f08a6b37e7c689042eda258892cde8c5acb1f4 (patch)
tree912f3dd5fa8634f811c084ed9b5fb43b7687146f /c/src/lib/libcpu/nios2/Makefile.am
parent2007-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-87f08a6b37e7c689042eda258892cde8c5acb1f4.tar.bz2
Remove from rtems-4-8-branch.
Diffstat (limited to 'c/src/lib/libcpu/nios2/Makefile.am')
-rw-r--r--c/src/lib/libcpu/nios2/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/c/src/lib/libcpu/nios2/Makefile.am b/c/src/lib/libcpu/nios2/Makefile.am
deleted file mode 100644
index 25283a4d4f..0000000000
--- a/c/src/lib/libcpu/nios2/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../../aclocal
-
-include $(top_srcdir)/../../../automake/compile.am
-
-CLEANFILES =
-DISTCLEANFILES =
-noinst_PROGRAMS =
-
-if shared
-include_libcpudir = $(includedir)/libcpu
-
-## shared/cache
-include_libcpu_HEADERS = ../shared/include/cache.h
-noinst_PROGRAMS += shared/cache.rel
-shared_cache_rel_SOURCES = shared/cache/cache.c shared/cache/cache_.h \
- ../shared/src/cache_aligned_malloc.c \
- ../shared/src/cache_manager.c
-shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache
-shared_cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-
-## shared/misc
-noinst_PROGRAMS += shared/misc.rel
-shared_misc_rel_SOURCES = shared/misc/memcpy.c
-shared_misc_rel_CPPFLAGS = $(AM_CPPFLAGS) $(NIOS2_CPPFLAGS)
-shared_misc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-endif
-
-include $(srcdir)/preinstall.am
-
-include $(top_srcdir)/../../../automake/local.am