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

Last change on this file since c8f3e82 was e25801a3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 02:44:26

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 528 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.