source: rtems/c/src/lib/libcpu/mips/clock/Makefile.am @ 29993bb

4.104.114.84.95
Last change on this file since 29993bb was 29993bb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:25

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
mongoosev/Makefile.am: Reflect having moved automake.
mongoosev/duart/Makefile.am: Reflect having moved automake.
mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
r46xx/Makefile.am: Reflect having moved automake.
r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/interrupts/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tx39/Makefile.am: Reflect having moved automake.
tx39/include/Makefile.am: Reflect having moved automake.
tx39/vectorisrs/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 542 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/clock.rel
7
8C_FILES = ckinit.c
9
10S_FILES = clock.S
11
12noinst_HEADERS = clock.h
13
14clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
15
16include $(top_srcdir)/../../../automake/compile.am
17include $(top_srcdir)/../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(PGM): $(clock_rel_OBJECTS)
24        $(make-rel)
25
26all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = ckinit.c clock.S clock.h
31
32include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.