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

4.104.114.84.95
Last change on this file since 87b133a was dbe8e519, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 04:19:28

Cleanups

  • Property mode set to 100644
File size: 505 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/cpu.h rtems/score/types.h \
12    rtems/score/sh.h rtems/score/sh_io.h
13
14noinst_LIBRARIES = libscorecpu.a
15libscorecpu_a_SOURCES = cpu.c
16libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
17
18all-local: $(PREINSTALL_FILES)
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.