mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
26 lines
708 B
Makefile
26 lines
708 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
include_rtemsdir = $(includedir)/rtems
|
|
include_rtems_HEADERS = rtems/asm.h
|
|
|
|
include_rtems_scoredir = $(includedir)/rtems/score
|
|
include_rtems_score_HEADERS = rtems/score/powerpc.h rtems/score/cpu.h \
|
|
rtems/score/types.h
|
|
|
|
include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
|
|
include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
|
|
|
|
include_rtems_powerpcdir = $(includedir)/rtems/powerpc
|
|
include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
|
|
|
|
noinst_LIBRARIES = libscorecpu.a
|
|
libscorecpu_a_SOURCES = cpu.c
|
|
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
include $(srcdir)/preinstall.am
|
|
include $(top_srcdir)/automake/local.am
|