source: rtems/c/src/lib/libbsp/arm/edb7312/console/Makefile.am @ 5b62726f

4.104.114.84.95
Last change on this file since 5b62726f was 5b62726f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:39:32

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • irq/Makefile.am: Remove all-local: $(ARCH).
  • network/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 622 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/io:@srcdir@/../../../shared
6
7PGM = $(ARCH)/console.rel
8
9C_FILES = uart.c console.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
12OBJS = $(C_O_FILES)
13
14include $(top_srcdir)/../../../../automake/compile.am
15include $(top_srcdir)/../../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21AM_CPPFLAGS += -I $(srcdir)/../irq
22
23$(PGM): $(OBJS)
24        $(make-rel)
25
26# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
27
28all-local: $(OBJS) $(PGM)
29
30.PRECIOUS: $(PGM)
31
32EXTRA_DIST = uart.c console.c
33
34include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.