source: rtems/c/src/lib/libbsp/i386/shared/irq/Makefile.am @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 58695566, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:47

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
comm/Makefile.am: Reflect having moved automake.
io/Makefile.am: Reflect having moved automake.
irq/Makefile.am: Reflect having moved automake.
pci/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 413 bytes
Line 
1##
2## $Id$
3##
4
5
6include_HEADERS = irq.h irq_asm.h
7
8C_FILES = idt.c irq.c irq_init.c
9S_FILES = irq_asm.S
10
11$(PROJECT_INCLUDE):
12        $(mkinstalldirs) $@
13$(PROJECT_INCLUDE)/%.h: %.h
14        $(INSTALL_DATA) $< $@
15
16PREINSTALL_FILES = $(PROJECT_INCLUDE) \
17    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
18
19all-local: $(PREINSTALL_FILES)
20
21EXTRA_DIST = idt.c irq.c irq_asm.S irq_init.c
22
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.