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
RevLine 
[df49c60]1##
[94608578]2## $Id$
[df49c60]3##
[94608578]4
5PGM = $(ARCH)/scitab.rel
6
7C_FILES = scitab.c
[387df95]8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[94608578]9
[a2af371]10include $(top_srcdir)/../../../../../../automake/compile.am
[94608578]11include $(top_srcdir)/../../../../../../automake/lib.am
12
[633657c]13SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
[94608578]14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
[4e36a2f]19$(PGM): $(OBJS)
[94608578]20        $(make-rel)
21
22scitab.c: $(SHGEN)
[1344bf2]23        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
[94608578]24
25# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
26
[4e36a2f]27all-local: $(ARCH) $(OBJS) $(PGM)
28
29.PRECIOUS: $(PGM)
[94608578]30
31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.