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

4.104.114.84.95
Last change on this file since 5cb12c91 was 5cb12c91, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:38:30

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 578 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 $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(PGM): $(timer_rel_OBJECTS)
23        $(make-rel)
24
25all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
26
27.PRECIOUS: $(PGM)
28
29EXTRA_DIST = gettime.S timer.c
30
31include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.