source: rtems/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am @ 844609f9

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

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

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 330 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)
12rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
13
14include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.