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

4.115
Last change on this file since 865bffd1 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 628 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
12include_rtems_score_HEADERS += rtems/score/cpu.h
13include_rtems_score_HEADERS += rtems/score/types.h
14
15include_rtems_powerpcdir = $(includedir)/rtems/powerpc
16include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
17
18noinst_LIBRARIES = libscorecpu.a
19libscorecpu_a_SOURCES = cpu.c
20libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
21
22include $(srcdir)/preinstall.am
23include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.