source: rtems/c/src/lib/libbsp/sh/simsh4/timer/Makefile.am @ 758629c

4.104.114.84.95
Last change on this file since 758629c was 758629c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 04:09:26

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

  • clock/Makefile.am: Misc cleanups and fixes.
  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • timer/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 587 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/timer.rel
6
7C_FILES = timer.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9S_FILES =
10S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
11
12OBJS = $(C_O_FILES) $(S_O_FILES)
13
14include $(top_srcdir)/../../../../automake/compile.am
15include $(top_srcdir)/../../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(PGM): $(OBJS)
22        $(make-rel)
23
24# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
25
26all-local: $(OBJS) $(PGM)
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = timer.c timerisr.S
31
32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.