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
Line 
1##
2## $Id$
3##
4
5C_FILES = i8259.c irq.c irq_init.c
6
7include_bspdir = $(includedir)/bsp
8include_bsp_HEADERS = irq.h
9
10S_FILES = irq_asm.S
11
12all-local: $(PREINSTALL_FILES)
13
14EXTRA_DIST = i8259.c irq.c irq_asm.S irq_init.c
15
16PREINSTALL_FILES =
17
18$(PROJECT_INCLUDE)/bsp/$(dirstamp):
19        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
20        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
22
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
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.