summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/shared/misc/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-16 11:55:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-16 11:55:57 +0000
commit4a8754d990caa88160d306f47a89d3b8a539733c (patch)
treea127d9dd2b7aac25d12eee1ab1f43c412f11d8b9 /c/src/lib/libcpu/m68k/shared/misc/Makefile.am
parent2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4a8754d990caa88160d306f47a89d3b8a539733c.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/Makefile.am: Remove. * shared/misc/Makefile.am: Remove. * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/m68k/shared/misc/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/lib/libcpu/m68k/shared/misc/Makefile.am b/c/src/lib/libcpu/m68k/shared/misc/Makefile.am
deleted file mode 100644
index 15748392a1..0000000000
--- a/c/src/lib/libcpu/m68k/shared/misc/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## $Id$
-##
-
-C_FILES = memcpy.c m68kidle.c
-OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
-
-# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have to
-if mcpu32p
-M68K_CPPFLAGS = -D__mcpu32p__
-endif
-
-if mcf5272
-M68K_CPPFLAGS = -Dmcf5272
-endif
-
-AM_CPPFLAGS += $(M68K_CPPFLAGS)
-
-all-local: $(OBJS)
-
-EXTRA_DIST = memcpy.c m68kidle.c
-
-include $(top_srcdir)/../../../automake/local.am