summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 10:20:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 10:20:58 +0000
commit454c30fce33f9030c7b8e301936dfe4959382aae (patch)
treeb02468c86dc94296cf558354c8319ec4f4a6b39f /c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
parent2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-454c30fce33f9030c7b8e301936dfe4959382aae.tar.bz2
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am b/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
deleted file mode 100644
index 8a59e00368..0000000000
--- a/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## $Id$
-##
-
-PGM = $(ARCH)/gnatsupp.rel
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-C_FILES = gnatsupp.c
-OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-sparc_shared_C_FILES = $(top_srcdir)/../../sparc/shared/gnatcommon.c
-OBJS += \
- $(sparc_shared_C_FILES:$(top_srcdir)/../../sparc/shared/%.c=$(ARCH)/%.$(OBJEXT))
-
-$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../sparc/shared/%.c $(ARCH)/$(dirstamp)
- ${COMPILE} -o $@ -c $<
-
-$(PGM): $(OBJS)
- $(make-rel)
-
-noinst_DATA = $(PGM)
-
-EXTRA_DIST = $(C_FILES)
-
-include $(top_srcdir)/../../../../automake/local.am