source: rtems/cpukit/score/cpu/avr/Makefile.am @ 4e97166

4.104.114.84.95
Last change on this file since 4e97166 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 486 bytes
RevLine 
[be4a4d2]1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7include_rtemsdir = $(includedir)/rtems
[1f24914a]8include_rtems_HEADERS = rtems/asm.h
[be4a4d2]9
10include_rtems_scoredir = $(includedir)/rtems/score
11include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/avr.h \
12    rtems/score/cpu_asm.h rtems/score/types.h
13
[f346774d]14noinst_LIBRARIES = libscorecpu.a
[be4a4d2]15libscorecpu_a_SOURCES = cpu.c cpu_asm.c
[2bc236ba]16libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[be4a4d2]17
[babf575]18include $(srcdir)/preinstall.am
[be4a4d2]19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.