source: rtems/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am @ a77cd066

4.104.114.84.95
Last change on this file since a77cd066 was a77cd066, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 11:24:16

2003-12-02 Ralf Corsepius <corsepiu@…>

  • bootloader/Makefile.am: Put all files into EXTRA_DIST.
  • vme/Makefile.am: Ditto.
  • console/Makefile.am: Move H_FILES to include_bsp_HEADERS. Add preinstallation dirstamp support.
  • irq/Makefile.am: Ditto.
  • motorola/Makefile.am: Ditto.
  • openpic/Makefile.am: Ditto.
  • pci/Makefile.am: Ditto.
  • residual/Makefile.am: Ditto.
  • vectors/Makefile.am: Ditto.
  • Makefile.am: Remove empty lines.
  • clock/Makefile.am: Ditto.
  • include/Makefile.am: Ditto.
  • startup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 631 bytes
RevLine 
[df49c60]1##
[362ec23e]2## $Id$
[df49c60]3##
[362ec23e]4
5C_FILES = i8259.c irq.c irq_init.c
6
[825b119]7include_bspdir = $(includedir)/bsp
8include_bsp_HEADERS = irq.h
[362ec23e]9
10S_FILES = irq_asm.S
11
[a77cd066]12all-local: $(PREINSTALL_FILES)
[362ec23e]13
[a77cd066]14EXTRA_DIST = i8259.c irq.c irq_asm.S irq_init.c
[362ec23e]15
[a77cd066]16PREINSTALL_FILES =
[362ec23e]17
[a77cd066]18$(PROJECT_INCLUDE)/bsp/$(dirstamp):
19        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
20        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
[4e36a2f]22
[a77cd066]23$(PROJECT_INCLUDE)/bsp/irq.h: irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
24        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
25PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
[362ec23e]26
[20ccd1f]27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.