source: rtems/c/src/lib/libbsp/sh/gensh1/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: 542 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 $(top_srcdir)/../../../../automake/compile.am
14include $(top_srcdir)/../../../../automake/lib.am
15
16SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22CLEANFILES = scitab.c
23
24$(PGM): $(OBJS)
25        $(make-rel)
26
27scitab.c: $(SHGEN)
28        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
29
30all-local: $(OBJS) $(PGM)
31
32.PRECIOUS: $(PGM)
33
34include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.