From 8cb3c27ef34fad5eadf21333776e29c80e2878d8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Jan 2004 10:31:46 +0000 Subject: 2004-01-27 Ralf Corsepius * Makefile.am: Merge-in clock/Makefile.am, leon_open_eth/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, leon_open_eth/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above. --- c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am (limited to 'c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am b/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am deleted file mode 100644 index 6c5cd1bd95..0000000000 --- a/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - -# We only build the networking device driver if HAS_NETWORKING was defined -if HAS_NETWORKING -NETWORKING_DRIVER = leon_open_eth -endif - -BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER) - -# bummer; have to use $foreach since % pattern subst rules only replace 1x -OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ - ../../../../libcpu/sparc/cache$(LIB_VARIANT).rel \ - ../../../../libcpu/sparc/reg_win$(LIB_VARIANT).rel \ - ../../../../libcpu/sparc/syscall$(LIB_VARIANT).rel - -include $(top_srcdir)/../../../../automake/compile.am -include $(top_srcdir)/../../../../automake/lib.am - -$(ARCH)/libbsp.a: $(OBJS) - $(make-library) - -noinst_DATA = $(ARCH)/libbsp.a - -include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3