source: rtems/cpukit/score/cpu/powerpc/Makefile.am @ 7111268

4.104.114.84.95
Last change on this file since 7111268 was 9f66699, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/05 at 06:19:20

2005-02-12 Ralf Corsepius <ralf.corsepius@…>

  • cpu.c: New (Stub file for consistency with other ports).
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 977 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/powerpc.h rtems/score/cpu.h \
15    rtems/score/types.h
16if DEPRECATED
17include_rtems_score_HEADERS += rtems/score/ppc.h
18endif
19
20include_rtems_old_exceptionsdir = $(includedir)/rtems/old-exceptions
21include_rtems_old_exceptions_HEADERS = rtems/old-exceptions/cpu.h
22
23include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
24include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
25
26include_rtems_powerpcdir = $(includedir)/rtems/powerpc
27include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
28
29noinst_LIBRARIES = libscorecpu.a
30libscorecpu_a_SOURCES = cpu.c
31libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
32
33all-local: $(PREINSTALL_FILES)
34
35include $(srcdir)/preinstall.am
36
37include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.