source: rtems/c/src/lib/libcpu/sh/sh7750/sci/Makefile.am @ 3bda49d

4.104.114.84.95
Last change on this file since 3bda49d was 3bda49d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 16:17:38

2002-01-15 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS).
  • sci/Makefile.am: Likewise.
  • score/Makefile.am: Likewise.
  • timer/Makefile.am: Likewise.
  • Property mode set to 100644
File size: 408 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/sci.rel
6
7C_FILES = sh4uart.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: $(ARCH) $(OBJS) $(PGM)
21
22.PRECIOUS: $(PGM)
23
24include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.