summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 13:23:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 13:23:58 +0000
commita146423c712baa5aa7ec38a2c61860747911e0af (patch)
treeeab5e25332149c9f390932b5d43856f94a751db8 /c/src/lib/libbsp/powerpc/shared/irq/Makefile.am
parent2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a146423c712baa5aa7ec38a2c61860747911e0af.tar.bz2
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am, include/Makefile.am, irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am, residual/Makefile.am, start/Makefile.am, startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am. Use automake compilation rules. * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am, include/Makefile.am, irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am, residual/Makefile.am, start/Makefile.am, startup/Makefile.am, vectors/Makefile.am, vme/Makefile.am: Remove.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/irq/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am b/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am
deleted file mode 100644
index 10a1255ab2..0000000000
--- a/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-##
-## $Id$
-##
-
-C_FILES = i8259.c irq.c irq_init.c
-
-include_bspdir = $(includedir)/bsp
-include_bsp_HEADERS = irq.h
-
-S_FILES = irq_asm.S
-
-all-local: $(PREINSTALL_FILES)
-
-EXTRA_DIST = i8259.c irq.c irq_asm.S irq_init.c
-
-PREINSTALL_DIRS =
-PREINSTALL_FILES =
-
-$(PROJECT_INCLUDE)/bsp/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/bsp
- @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
-
-$(PROJECT_INCLUDE)/bsp/irq.h: irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
-
-CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-include $(top_srcdir)/../../../automake/local.am