source: rtems/cpukit/score/cpu/arm/Makefile.am @ 3ce764a

4.115
Last change on this file since 3ce764a was 78f11e2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/18/11 at 05:18:22

2011-05-18 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Reformat.
  • Property mode set to 100644
File size: 667 bytes
Line 
1##
2## $Id$
3##
4include $(top_srcdir)/automake/compile.am
5include_rtemsdir = $(includedir)/rtems
6include_rtems_HEADERS = rtems/asm.h
7
8include_rtems_scoredir = $(includedir)/rtems/score
9include_rtems_score_HEADERS = rtems/score/cpu.h
10include_rtems_score_HEADERS += rtems/score/cpu_asm.h
11include_rtems_score_HEADERS += rtems/score/arm.h
12include_rtems_score_HEADERS += rtems/score/types.h
13
14noinst_LIBRARIES = libscorecpu.a
15libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
16libscorecpu_a_SOURCES = cpu.c \
17        cpu_asm.S \
18        arm_exc_abort.S \
19        arm_exc_interrupt.S \
20        arm_exc_handler_low.S \
21        arm_exc_handler_high.c
22
23include $(srcdir)/preinstall.am
24include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.