source: rtems/c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am @ 5b5dbe9e

4.104.114.84.95
Last change on this file since 5b5dbe9e was 5b5dbe9e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 16:26:35

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

  • clock/Makefile.am: Cosmetics.
  • mbus/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 486 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/mbus.rel
6
7C_FILES = mcfmbus.c
8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10include $(top_srcdir)/../../../../automake/compile.am
11include $(top_srcdir)/../../../../automake/lib.am
12
13#
14# (OPTIONAL) Add local stuff here using +=
15#
16
17$(PGM): $(OBJS)
18        $(make-rel)
19
20# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
21
22all: $(ARCH) $(OBJS) $(PGM)
23
24.PRECIOUS: $(PGM)
25
26EXTRA_DIST = $(C_FILES)
27
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.