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

4.104.114.84.95
Last change on this file since d2bc265b was a1f89b4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/00 at 14:22:34

No longer incorrectly references mips.

  • Property mode set to 100644
File size: 642 bytes
Line 
1##
2## Makefile,v 1.2 1995/05/31 16:56:37 joel Exp
3##
4## @(#)Makefile        03/26/96     1.2
5
6AUTOMAKE_OPTIONS = foreign 1.4
7
8PGM=$(ARCH)/timer.rel
9
10# NOTE: timerisr is normally an assembly file!!!
11
12C_FILES = timer.c timerisr.c
13C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
14
15OBJS = $(C_O_FILES)
16
17include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
18include $(top_srcdir)/../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24$(PGM): $(SRCS) $(OBJS)
25        $(make-rel)
26
27all-local: $(ARCH) $(OBJS) $(PGM)
28
29.PRECIOUS: $(PGM)
30
31EXTRA_DIST = Makefile gettime.S timer.c timerisr.c
32
33include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.