source: rtems/c/src/lib/libcpu/a29k/clock/Makefile.am @ 948a069

Last change on this file since 948a069 was d8b3f14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 18:29:44

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

  • clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 537 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/clock.rel
7
8C_FILES = ckinit.c
9OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11noinst_HEADERS = clock.h
12
13S_FILES = clock.S
14OBJS += $(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): $(OBJS)
24        $(make-rel)
25
26all-local: $(ARCH) $(OBJS) $(PGM)
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = Makefile ckinit.c clock.S clock.h
31
32include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.