source: rtems/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am @ 9cf372e5

4.104.114.84.95
Last change on this file since 9cf372e5 was db3fa14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:33:07

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 351 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7include $(top_srcdir)/../../../../../automake/compile.am
8
9noinst_PROGRAMS = rtems-cpu.rel
10rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S
11rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
12rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
13
14include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.