summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7045/timer
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 10:52:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 10:52:19 +0000
commitec1898b266796d513557e3ba0341b15622f067c7 (patch)
treef14a33b528d751baa85b703115b3939c7c939172 /c/src/lib/libcpu/sh/sh7045/timer
parent2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ec1898b266796d513557e3ba0341b15622f067c7.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/sh7045/timer')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/timer/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am b/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am
deleted file mode 100644
index 40aac3426c..0000000000
--- a/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## $Id$
-##
-
-
-PGM = $(ARCH)/timer.rel
-
-C_FILES = timer.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 = timer.c
-
-include $(top_srcdir)/../../../../../../automake/local.am