source: rtems/cpukit/score/cpu/powerpc/Makefile.am @ b72e847b

4.8
Last change on this file since b72e847b was 7d16b755, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/06 at 13:25:47

Remove rtems/score/ppc.h.

  • Property mode set to 100644
File size: 844 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7include_rtemsdir = $(includedir)/rtems
8include_rtems_HEADERS = rtems/asm.h
9
10include_rtems_scoredir = $(includedir)/rtems/score
11include_rtems_score_HEADERS = rtems/score/powerpc.h rtems/score/cpu.h \
12    rtems/score/types.h
13
14include_rtems_old_exceptionsdir = $(includedir)/rtems/old-exceptions
15include_rtems_old_exceptions_HEADERS = rtems/old-exceptions/cpu.h
16
17include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
18include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
19
20include_rtems_powerpcdir = $(includedir)/rtems/powerpc
21include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
22
23noinst_LIBRARIES = libscorecpu.a
24libscorecpu_a_SOURCES = cpu.c
25libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
26
27include $(srcdir)/preinstall.am
28include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.