source: rtems/cpukit/score/cpu/h8300/Makefile.am @ a774aeb

4.115
Last change on this file since a774aeb was a774aeb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/18/11 at 13:00:40

2011-05-18 Ralf Corsépius <ralf.corsepius@…>

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