source: rtems/c/src/lib/libbsp/i386/shared/irq/Makefile.am @ 91fd38f2

4.104.114.84.95
Last change on this file since 91fd38f2 was 91fd38f2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:31:23

2001-09-27 Ralf Corsepius <corsepiu@…>

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