OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [vegaplus/] [irq/] [Makefile.am] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.5 2002/03/28 00:38:33 joel Exp
3
##
4
 
5
 
6
VPATH = @srcdir@:@srcdir@/../../shared/irq
7
 
8
PGM = $(ARCH)/irq.rel
9
 
10
C_FILES = irq.c irq_init.c bsp_irq_init.c
11
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
 
13
S_FILES = irq_asm.S bsp_irq_asm.S
14
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
15
 
16
include_HEADERS = irq.h
17
 
18
OBJS = $(C_O_FILES) $(S_O_FILES)
19
 
20
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21
include $(top_srcdir)/../../../../../../automake/compile.am
22
include $(top_srcdir)/../../../../../../automake/lib.am
23
 
24
#
25
# (OPTIONAL) Add local stuff here using +=
26
#
27
 
28
AM_CPPFLAGS += -I$(srcdir)
29
 
30
$(PROJECT_INCLUDE):
31
        $(mkinstalldirs) $@
32
 
33
$(PROJECT_INCLUDE)/%.h: %.h
34
        $(INSTALL_DATA) $< $@
35
 
36
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
37
 
38
$(PGM): $(OBJS)
39
        $(make-rel)
40
 
41
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
42
 
43
all-local: $(ARCH) $(OBJS) $(PGM)
44
 
45
.PRECIOUS: $(PGM)
46
 
47
EXTRA_DIST = bsp_irq_asm.S bsp_irq_init.c irq.c
48
 
49
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.