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

Last change on this file since c8f3e82 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: 503 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/timer.rel
7
8# NOTE: timerisr is normally an assembly file!!!
9
10C_FILES = timer.c timerisr.c
11OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
12
13include $(top_srcdir)/../../../../../automake/compile.am
14include $(top_srcdir)/../../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20$(PGM): $(OBJS)
21        $(make-rel)
22
23all-local: $(ARCH) $(OBJS) $(PGM)
24
25.PRECIOUS: $(PGM)
26
27EXTRA_DIST = Makefile timer.c timerisr.c
28
29include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.