source: rtems/c/src/lib/libbsp/i386/shared/irq/Makefile.am @ 1fba44d

4.104.114.84.95
Last change on this file since 1fba44d was 1fba44d, checked in by Joel Sherrill <joel.sherrill@…>, on 10/17/00 at 20:37:30

2000-10-17 Joel Sherrill <joel@…>

  • irq/Makefile.am, irq/idt.c: Added idt.c since it has been moved libcpu/i386 to libbsp/i386/shared/irq.
  • Property mode set to 100644
File size: 449 bytes
RevLine 
[df49c60]1##
[5fa14794]2## $Id$
[df49c60]3##
[5fa14794]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = irq.h irq_asm.h
8
[1fba44d]9C_FILES = idt.c irq.c irq_init.c
[5fa14794]10S_FILES = irq_asm.S
11
12$(PROJECT_INCLUDE):
13        $(mkinstalldirs) $@
14$(PROJECT_INCLUDE)/%.h: %.h
15        $(INSTALL_DATA) $< $@
16
[4e36a2f]17PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)
[5fa14794]18
[4e36a2f]19all-local: $(PREINSTALL_FILES)
20
[1fba44d]21EXTRA_DIST = idt.c irq.c irq.h irq_asm.S irq_asm.h irq_init.c
[5fa14794]22
23include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.