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

4.8
Last change on this file since b72e847b was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 473 bytes
RevLine 
[b17cce8]1##
2## $Id$
3##
[ccf8925b]4
[8bdec9c3]5include $(top_srcdir)/automake/compile.am
[b17cce8]6
[5f8d82b7]7include_rtemsdir = $(includedir)/rtems
[1f24914a]8include_rtems_HEADERS = rtems/asm.h
[b17cce8]9
10include_rtems_scoredir = $(includedir)/rtems/score
11include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
12    rtems/score/sh.h rtems/score/sh_io.h
13
[f346774d]14noinst_LIBRARIES = libscorecpu.a
[ec8c1949]15libscorecpu_a_SOURCES = cpu.c
[2bc236ba]16libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[b17cce8]17
[babf575]18include $(srcdir)/preinstall.am
[8bdec9c3]19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.