source: rtems/cpukit/score/cpu/m68k/Makefile.am @ 44ad1151

4.104.114.84.95
Last change on this file since 44ad1151 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: 625 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7noinst_LIBRARIES = libscorecpu.a
8libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
9
10include_rtemsdir = $(includedir)/rtems
11include_rtems_HEADERS = rtems/asm.h
12
13include_rtems_m68kdir = $(includedir)/rtems/m68k
14include_rtems_m68k_HEADERS = rtems/m68k/m68302.h rtems/m68k/m68360.h \
15    rtems/m68k/qsm.h rtems/m68k/sim.h
16
17include_rtems_scoredir = $(includedir)/rtems/score
18include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
19    rtems/score/types.h
20
21libscorecpu_a_SOURCES = cpu.c cpu_asm.S
22
23include $(srcdir)/preinstall.am
24include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.