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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [armulator/] [console/] [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.4 2002/03/28 00:38:14 joel Exp
3
##
4
 
5
 
6
VPATH = @srcdir@:@srcdir@/../../../shared
7
 
8
PGM = $(ARCH)/console.rel
9
 
10
C_FILES = console-io.c console-polled.c
11
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
 
13
OBJS = $(C_O_FILES)
14
 
15
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16
include $(top_srcdir)/../../../../../../automake/compile.am
17
include $(top_srcdir)/../../../../../../automake/lib.am
18
 
19
#
20
# (OPTIONAL) Add local stuff here using +=
21
#
22
 
23
$(PGM): $(OBJS)
24
        $(make-rel)
25
 
26
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
27
 
28
all-local: $(ARCH) $(OBJS) $(PGM)
29
 
30
.PRECIOUS: $(PGM)
31
 
32
EXTRA_DIST = console.c
33
 
34
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.