summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/clock/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 11:44:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 11:44:47 +0000
commitbd7b5897190dd958fd3241e7492f282d1fa56445 (patch)
tree196f51e928e04670543c5df333d1d636b49ac2e2 /c/src/lib/libcpu/sh/sh7750/clock/Makefile.am
parent2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bd7b5897190dd958fd3241e7492f282d1fa56445.tar.bz2
2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in subdir Makefile.ams * configure.ac: Reflect changes above. * score/Makefile.am: Removed. * sci/Makefile.am: Removed. * timer/Makefile.am: Removed. * clock/Makefile.am: Removed.
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7750/clock/Makefile.am')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/clock/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/clock/Makefile.am b/c/src/lib/libcpu/sh/sh7750/clock/Makefile.am
deleted file mode 100644
index 46b0b5e0df..0000000000
--- a/c/src/lib/libcpu/sh/sh7750/clock/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## $Id$
-##
-
-
-PGM = $(ARCH)/clock.rel
-
-C_FILES = ckinit.c
-OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-include $(top_srcdir)/../../../../../../automake/compile.am
-include $(top_srcdir)/../../../../../../automake/lib.am
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-$(PGM): $(OBJS)
- $(make-rel)
-
-all-local: $(ARCH) $(OBJS) $(PGM)
-
-.PRECIOUS: $(PGM)
-
-EXTRA_DIST = ckinit.c
-
-include $(top_srcdir)/../../../../../../automake/local.am