source: rtems/c/src/lib/libcpu/mips64orion/timer/Makefile.am @ 29993bb

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

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 510 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/timer.rel
7
8C_FILES = timer.c
9
10S_FILES = gettime.S
11
12timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
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): $(timer_rel_OBJECTS)
22        $(make-rel)
23
24all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
25
26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = gettime.S timer.c
29
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.