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

4.104.114.84.95
Last change on this file since d1b26aaf was d1b26aaf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/04 at 12:54:49

2004-01-30 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add RTEMS_PROG_CCAS.
  • Makefile.am: Use automake compilation rules.
  • Property mode set to 100644
File size: 722 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7include $(top_srcdir)/../../../../../automake/compile.am
8
9EXTRA_PROGRAMS =
10CLEANFILES =
11noinst_DATA =
12
13all-local: $(TMPINSTALL_FILES)
14
15EXTRA_PROGRAMS += rtems-cpu.rel
16CLEANFILES += rtems-cpu.rel
17rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S
18rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
19rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
20
21EXTRA_PROGRAMS += rtems-cpu_g.rel
22CLEANFILES += rtems-cpu_g.rel
23rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES)
24rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
25rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
26
27noinst_DATA += rtems-cpu$(LIB_VARIANT).rel
28
29include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.