source: rtems/c/src/lib/libcpu/i960/i960ka/Makefile.am @ 73b5bd5d

4.104.114.84.95
Last change on this file since 73b5bd5d was 06596e49, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 11:41:15

2004-02-06 Ralf Corsepius <corsepiu@…>

  • i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Don't include .../lib.am.
  • Property mode set to 100644
File size: 632 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/../../../automake/compile.am
6
7EXTRA_PROGRAMS =
8CLEANFILES =
9noinst_DATA =
10
11if i960ka
12EXTRA_PROGRAMS += score.rel
13CLEANFILES += score.rel
14score_rel_SOURCES = cpu_install_intr_stack.c cpu_install_raw_isr.c
15score_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
16score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
17
18EXTRA_PROGRAMS += score_g.rel
19CLEANFILES += score_g.rel
20score_g_rel_SOURCES = $(score_rel_SOURCES)
21score_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
22score_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
23
24noinst_DATA += score$(LIB_VARIANT).rel
25endif
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.