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

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

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

  • console/Makefile.am: Remove all-local: $(ARCH).
  • scitab/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 568 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: $(OBJS) $(PGM)
28
29.PRECIOUS: $(PGM)
30
31include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.