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

4.115
Last change on this file since ecbbd968 was c86da31c, checked in by Joel Sherrill <joel.sherrill@…>, on 06/15/10 at 22:43:56

2010-06-15 Joel Sherrill <joel.sherrill@…>

PR 1561/cpukit

  • .cvsignore, ChangeLog?, Makefile.am, Makefile.in, README, context.S, cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h, rtems/score/sparc64.h, rtems/score/types.h: New files.
  • Property mode set to 100644
File size: 559 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 rtems/score/cpu.h \
15    rtems/score/types.h
16
17noinst_LIBRARIES = libscorecpu.a
18libscorecpu_a_SOURCES = context.S cpu.c
19libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
20
21include $(srcdir)/preinstall.am
22include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.