source: rtems/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am @ 400c552

4.104.114.84.95
Last change on this file since 400c552 was 400c552, checked in by Joel Sherrill <joel.sherrill@…>, on 12/21/99 at 16:20:38

Removing Makefile.in and adding Makefile.am. These were missed in conversion
to automake by Ralf Corsepius <corsepiu@…>.

  • Property mode set to 100644
File size: 543 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = ${ARCH}/sci.rel
8
9## C source names
10C_FILES = sci.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13H_FILES =
14
15## Assembly source names
16S_FILES =
17S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
18
19OBJS = $(C_O_FILES) $(S_O_FILES)
20
21include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22include $(RTEMS_ROOT)/make/leaf.cfg
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28${PGM}: ${OBJS}
29        $(make-rel)
30
31all: ${ARCH} $(PGM)
32
33EXTRA_DIST = $(C_FILES) $(S_FILES)
34
35include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.