source: rtems/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am @ 646e0008

4.104.114.84.95
Last change on this file since 646e0008 was 387df95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 13:01:39

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

  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 594 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/scitab.rel
6
7C_FILES = scitab.c
8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10include $(top_srcdir)/../../../../../../automake/compile.am
11include $(top_srcdir)/../../../../../../automake/lib.am
12
13SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(PGM): $(OBJS)
20        $(make-rel)
21
22scitab.c: $(SHGEN)
23        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
24
25# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
26
27all-local: $(ARCH) $(OBJS) $(PGM)
28
29.PRECIOUS: $(PGM)
30
31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.