source: rtems/c/src/lib/libcpu/mips64orion/clock/Makefile.am @ d212c116

4.104.114.84.95
Last change on this file since d212c116 was d212c116, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:07:34

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 539 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/clock.rel
6
7C_FILES = ckinit.c
8
9S_FILES = clock.S
10
11noinst_HEADERS = clock.h
12
13clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
14    $(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: $(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.