source: rtems/c/src/lib/libcpu/m68k/mcf5206/console/Makefile.am @ b989299a

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

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

  • console/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 411 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/console.rel
6
7C_FILES = mcfuart.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
20all-local: $(OBJS) $(PGM)
21
22.PRECIOUS: $(PGM)
23
24EXTRA_DIST = $(C_FILES)
25
26include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.