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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sh/] [shsim/] [trap34/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.2 2002/03/28 00:42:28 joel Exp
3
##
4
 
5
 
6
VPATH = @srcdir@:@srcdir@/../../../shared
7
 
8
PGM = $(ARCH)/console.rel
9
 
10
C_FILES = console-io.c
11
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
 
13
S_FILES = console-support.S
14
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
15
 
16
OBJS = $(C_O_FILES) $(S_O_FILES)
17
 
18
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19
include $(top_srcdir)/../../../../../../automake/compile.am
20
include $(top_srcdir)/../../../../../../automake/lib.am
21
 
22
#
23
# (OPTIONAL) Add local stuff here using +=
24
#
25
 
26
$(PGM): $(OBJS)
27
        $(make-rel)
28
 
29
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
30
 
31
all-local: $(ARCH) $(OBJS) $(PGM)
32
 
33
.PRECIOUS: $(PGM)
34
 
35
EXTRA_DIST = console.c
36
 
37
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

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