source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/Makefile.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 574 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7VPATH = @srcdir@:@srcdir@/../../shared/irq
8
9C_FILES = irq_init.c i8259.c irq.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12# FIXME: this does give any sense here
13H_FILES = ../../shared/irq/irq.h
14
15S_FILES = irq_asm.S
16S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
17
18OBJS = $(S_O_FILES) $(C_O_FILES)
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../../../../../../automake/lib.am
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26
27all-local: $(ARCH) $(OBJS)
28
29include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.