source: rtems/cpukit/score/cpu/nios2/Makefile.am @ 50f4487

4.104.114.84.95
Last change on this file since 50f4487 was 50f4487, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/06 at 20:58:11

2006-08-09 Kolja Waschk <waschk@…>

  • ChangeLog?, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am, rtems/asm.h: New files.
  • Property mode set to 100644
File size: 558 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10include_rtemsdir = $(includedir)/rtems
11include_rtems_HEADERS = rtems/asm.h
12
13include_rtems_scoredir = $(includedir)/rtems/score
14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/nios2.h \
15    rtems/score/cpu_asm.h rtems/score/types.h
16
17noinst_LIBRARIES = libscorecpu.a
18libscorecpu_a_SOURCES = cpu.c irq.c cpu_asm.S
19libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
20
21all-local: $(PREINSTALL_FILES)
22
23include $(srcdir)/preinstall.am
24
25include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.