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

4.104.114.84.95
Last change on this file since d7269fb was 4c46630, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:15:10

Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@…>
that contains:

  • cleanups to configuration files
  • A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs).
  • A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works).
  • removes libbsp/bare/wrapup
  • Further cleanups
  • Property mode set to 100644
File size: 563 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM=$(ARCH)/timer.rel
8
9# NOTE: timerisr is normally an assembly file!!!
10
11C_FILES = timer.c timerisr.c
12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../../../../../automake/lib.am
18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23$(PGM): $(SRCS) $(OBJS)
24        $(make-rel)
25
26all-local: $(ARCH) $(OBJS) $(PGM)
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = Makefile gettime.S timer.c timerisr.c
31
32include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.