source: rtems/cpukit/score/cpu/sparc64/Makefile.am @ b3eb2fb9

4.115
Last change on this file since b3eb2fb9 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: 615 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
10#include_rtems_sparc64dir = $(includedir)/rtems/sparc64
11#include_rtems_sparc64_HEADERS =
12
13include_rtems_scoredir = $(includedir)/rtems/score
14include_rtems_score_HEADERS = rtems/score/sparc64.h
15include_rtems_score_HEADERS += rtems/score/cpu.h
16include_rtems_score_HEADERS += rtems/score/types.h
17
18noinst_LIBRARIES = libscorecpu.a
19libscorecpu_a_SOURCES = context.S 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.