source: rtems/cpukit/score/cpu/unix/Makefile.am @ d0279f6e

4.9
Last change on this file since d0279f6e 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: 485 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7AM_CPPFLAGS += -DCPU_SYNC_IO
8
9include_rtemsdir = $(includedir)/rtems
10include_rtems_HEADERS = rtems/asm.h
11
12include_rtems_scoredir = $(includedir)/rtems/score
13include_rtems_score_HEADERS = rtems/score/types.h rtems/score/cpu.h \
14    rtems/score/unix.h
15
16noinst_LIBRARIES = libscorecpu.a
17libscorecpu_a_SOURCES = cpu.c
18libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
19
20include $(srcdir)/preinstall.am
21include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.