4.104.114.84.95
Last change
on this file since 8fbdf07 was
69537ca9,
checked in by Joel Sherrill <joel.sherrill@…>, on 01/12/00 at 16:38:56
|
Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@…>
that converts the libbsp/i386 subdirectory to full automake.
|
-
Property mode set to
100644
|
File size:
688 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | VPATH = @srcdir@:@srcdir@/../../shared/io |
---|
8 | |
---|
9 | PGM = ${ARCH}/console.rel |
---|
10 | |
---|
11 | ## sources |
---|
12 | C_FILES = console.c inch.c outch.c printk.c |
---|
13 | S_FILES = videoAsm.S |
---|
14 | |
---|
15 | console_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) $(S_FILES:%.S=${ARCH}/%.o) |
---|
16 | |
---|
17 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
18 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
19 | |
---|
20 | # |
---|
21 | # (OPTIONAL) Add local stuff here using += |
---|
22 | # |
---|
23 | |
---|
24 | $(PGM): $(console_rel_OBJECTS) |
---|
25 | $(make-rel) |
---|
26 | |
---|
27 | all-local: ${ARCH} $(PGM) |
---|
28 | |
---|
29 | # the .rel file built here will be put into libbsp.a by |
---|
30 | # ../wrapup/Makefile |
---|
31 | |
---|
32 | EXTRA_DIST = console.c inch.c outch.c videoAsm.S |
---|
33 | |
---|
34 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.