source: rtems/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am @ 99c31f85

4.104.114.84.95
Last change on this file since 99c31f85 was 99c31f85, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:54:09

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
PCI_bus/Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tod/Makefile.am: Reflect having moved automake.
vectors/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

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