source: rtems/c/src/lib/libbsp/i386/pc386/console/Makefile.am @ b2b4835

4.104.114.84.95
Last change on this file since b2b4835 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
RevLine 
[69537ca9]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7VPATH = @srcdir@:@srcdir@/../../shared/io
8
9PGM = ${ARCH}/console.rel
10
11## sources
12C_FILES = console.c inch.c outch.c printk.c
13S_FILES = videoAsm.S
14
15console_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) $(S_FILES:%.S=${ARCH}/%.o)
16
17include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
18include $(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
27all-local: ${ARCH} $(PGM)
28
29# the .rel file built here will be put into libbsp.a by
30#       ../wrapup/Makefile
31
32EXTRA_DIST = console.c inch.c outch.c videoAsm.S
33
34include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.