source: rtems/c/src/lib/libcpu/mips64orion/clock/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: 560 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/clock.rel
7
8C_FILES = ckinit.c
9
10S_FILES = clock.S
11
12noinst_HEADERS = clock.h
13
14clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(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: $(ARCH) $(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.