source: rtems/cpukit/score/cpu/m32r/Makefile.am @ e447c7d2

4.104.115
Last change on this file since e447c7d2 was e447c7d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/28/09 at 06:15:55

Whitespace removal.

  • Property mode set to 100644
File size: 538 bytes
RevLine 
[463454b]1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
[e447c7d2]7include_HEADERS =
[0e5b446]8
[463454b]9include_rtemsdir = $(includedir)/rtems
10include_rtems_HEADERS = rtems/asm.h
11
12include_rtems_scoredir = $(includedir)/rtems/score
13include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m32r.h \
14    rtems/score/cpu_asm.h rtems/score/types.h
15
16noinst_LIBRARIES = libscorecpu.a
[0e5b446]17libscorecpu_a_SOURCES = cpu.c cpu_asm.c context_switch.S context_init.c
[463454b]18libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.