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

4.115
Last change on this file since 0caef32f was b3eb2fb9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/17/11 at 14:54:13

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

  • Makefile.am: Reformat.
  • 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.