source: rtems/c/src/lib/libcpu/mips64orion/timer/Makefile.am @ 48290fe0

4.104.114.84.95
Last change on this file since 48290fe0 was 48290fe0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:20:12

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

  • clock/Makefile.am: Reformat.
  • timer/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 515 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/timer.rel
6
7C_FILES = timer.c
8
9S_FILES = gettime.S
10
11timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
12    $(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.