From 66ae7d0b9fd9cce1b7121d84f677c1ef23fc0e6f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 31 Jan 2004 00:37:44 +0000 Subject: 2004-01-31 Ralf Corsepius * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am, vectors/Makefile.am: Remove. * configure.ac: Reflect changes above. * wrapup/Makefile.am: Reflect changes above. --- .../libbsp/powerpc/score603e/PCI_bus/.cvsignore | 2 -- .../libbsp/powerpc/score603e/PCI_bus/Makefile.am | 30 ---------------------- 2 files changed, 32 deletions(-) delete mode 100644 c/src/lib/libbsp/powerpc/score603e/PCI_bus/.cvsignore delete mode 100644 c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am (limited to 'c/src/lib/libbsp/powerpc/score603e/PCI_bus') diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/.cvsignore b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am deleted file mode 100644 index 326e22f4b1..0000000000 --- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -## -## $Id$ -## - -PGM = $(ARCH)/PCI_bus.rel - -C_FILES = universe.c PCI.c flash.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) - -OBJS = $(C_O_FILES) - -include $(top_srcdir)/../../../../automake/compile.am -include $(top_srcdir)/../../../../automake/lib.am - -# -# (OPTIONAL) Add local stuff here using += -# - -$(PGM): $(OBJS) - $(make-rel) - -# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile - -all-local: $(PGM) - -.PRECIOUS: $(PGM) - -EXTRA_DIST = PCI.c PCI.h flash.c universe.c - -include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3