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

4.104.114.84.95
Last change on this file since df16c47a was 681bd04, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:48:00

2002-08-11 Ralf Corsepius <corsepiu@…>

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