source: rtems/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am @ 33a2faa

5
Last change on this file since 33a2faa was 33a2faa, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 07:04:06

bsps: Add EXTRA_DIST to all BSP Makefile.am

This makes it possible to easily use

EXTRA_DIST += foobar

in fragments.

Update #3254.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2EXTRA_DIST =
3
4include $(top_srcdir)/../../../../automake/compile.am
5include $(top_srcdir)/../../bsp.am
6
7include_bspdir = $(includedir)/bsp
8
9dist_project_lib_DATA = bsp_specs
10
11include_HEADERS = include/bsp.h
12include_HEADERS += include/tm27.h
13
14nodist_include_HEADERS = include/bspopts.h
15nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
18
19
20noinst_LIBRARIES = libbspstart.a
21libbspstart_a_SOURCES = start/start.S
22project_lib_DATA = start.$(OBJEXT)
23
24dist_project_lib_DATA += startup/linkcmds
25
26noinst_LIBRARIES += libbsp.a
27libbsp_a_SOURCES = \
28    ../../shared/bspclean.c \
29    ../../shared/bspreset_loop.c \
30    ../../shared/bsppredriverhook.c \
31    ../../shared/bspgetworkarea.c \
32    startup/init5225x.c startup/bspstart.c \
33    ../../shared/bootcard.c \
34    ../../shared/getentropy-cpucounter.c \
35    ../../shared/sbrk.c ../../shared/setvec.c \
36    ../../shared/gnatinstallhandler.c
37libbsp_a_SOURCES += clock/clock.c
38libbsp_a_SOURCES += console/console.c
39libbsp_a_SOURCES += console/debugio.c
40libbsp_a_SOURCES += timer/timer.c
41
42libbsp_a_LIBADD = \
43    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
44    ../../../libcpu/@RTEMS_CPU@/mcf5225x/cachepd.rel \
45    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
46
47include $(srcdir)/preinstall.am
48include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.