source: rtems/c/src/lib/libbsp/m68k/mrm332/Makefile.am @ 642ef00

5
Last change on this file since 642ef00 was 642ef00, checked in by Sebastian Huber <sebastian.huber@…>, on 11/27/17 at 05:23:29

bsps: Provide <tm27.h> in each BSP

Since the <tm27.h> is highly BSP-dependent and used only by the tm27
test program we must provide this header file for each BSP. Without the
preinstall build target each header file must have a unique source
header file.

Update #3254.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[332484b5]2
[65cf99c]3include $(top_srcdir)/../../../../automake/compile.am
4
[a1bc0a15]5include_bspdir = $(includedir)/bsp
6
[2a7f9a28]7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
[642ef00]10include_HEADERS += include/tm27.h
[4cbf22a]11
[2a7f9a28]12nodist_include_HEADERS = include/bspopts.h
[a1bc0a15]13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[4cbf22a]14DISTCLEANFILES = include/bspopts.h
[332484b5]15
[2821666f]16include_HEADERS += include/mrm332.h
17
18EXTRA_DIST = times
[332484b5]19
[a14fba32]20noinst_LIBRARIES = libbspstart.a
21libbspstart_a_SOURCES = start/start.S
[4cbf22a]22project_lib_DATA = start.$(OBJEXT)
[802f5a8]23
[89aa1ec8]24dist_project_lib_DATA += startup/linkcmds
[802f5a8]25
[a14fba32]26noinst_LIBRARIES += libbsp.a
[64eb0c7]27libbsp_a_SOURCES =
[e94666d]28
[64eb0c7]29# startup
[ca4602e]30libbsp_a_SOURCES += startup/start_c.c \
31    ../../shared/bspstart.c startup/bsppredriverhook.c \
[f5d0285]32    ../../shared/bootcard.c ../../shared/sbrk.c \
[ca4895c]33    ../../shared/getentropy-cpucounter.c \
[dabdbd91]34    ../../shared/bspclean.c \
[2858939a]35    ../../shared/setvec.c \
[89aa1ec8]36    ../../shared/bspgetworkarea.c ../../shared/gnatinstallhandler.c
[3dd381f]37libbsp_a_SOURCES += ../../shared/bspreset.c
[64eb0c7]38# clock
39libbsp_a_SOURCES += clock/ckinit.c
40# console
41libbsp_a_SOURCES += console/console.c console/sci.c console/sci.h
42# spurious
43libbsp_a_SOURCES += spurious/spinit.c
44# timer
45libbsp_a_SOURCES += timer/timer.c
[1d0ee80e]46
47libbsp_a_LIBADD = \
48    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[4cbf22a]49    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
[65cf99c]50
[760486f7]51include $(srcdir)/preinstall.am
[88792dc]52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.