source: rtems/cpukit/score/cpu/m32c/Makefile.am @ ed6e947

4.104.115
Last change on this file since ed6e947 was ed6e947, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:32:44

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, ChangeLog?, Makefile.am, context_init.c, context_switch.S, cpu.c, cpu_asm.c, preinstall.am, varvects.S, varvects.h, rtems/asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32c.h, rtems/score/types.h: New files.
  • Property mode set to 100644
File size: 566 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7include_HEADERS = varvects.h
8
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/m32c.h \
14    rtems/score/cpu_asm.h rtems/score/types.h
15
16noinst_LIBRARIES = libscorecpu.a
17libscorecpu_a_SOURCES = cpu.c cpu_asm.c context_switch.S context_init.c \
18    varvects.S
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.