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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [i386ex/] [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.6 2002/03/28 00:39:12 joel Exp
3
##
4
 
5
 
6
VPATH = @srcdir@:@srcdir@/../../shared/io
7
 
8
PGM = $(ARCH)/console.rel
9
 
10
## sources
11
C_FILES = console.c
12
 
13
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
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): $(console_rel_OBJECTS)
24
        $(make-rel)
25
 
26
# the .rel file built here will be put into libbsp.a by
27
#       ../wrapup/Makefile
28
 
29
all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
30
 
31
.PRECIOUS: $(PGM)
32
 
33
EXTRA_DIST = console.c
34
 
35
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.