source: rtems/c/src/lib/libbsp/m68k/Makefile.am @ 7cd389e

5
Last change on this file since 7cd389e was 7cd389e, checked in by Sebastian Huber <sebastian.huber@…>, on 01/04/18 at 08:31:47

bsps/m68k: Install shared <mvme16x_hw.h>

Update #3254.

  • Property mode set to 100644
File size: 645 bytes
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../aclocal
[7068e246]2
[194d1282]3## Descend into the @RTEMS_BSP_FAMILY@ directory
[a748603]4_SUBDIRS = @RTEMS_BSP_FAMILY@
[6fdf978]5
[6440903c]6include_bspdir = $(includedir)/bsp
7include_bsp_HEADERS = shared/include/linker-symbols.h
8
9dist_project_lib_DATA = shared/startup/linkcmds.base
10
[2858939a]11EXTRA_DIST =
[9f3057fc]12EXTRA_DIST += ../shared/setvec.c
13EXTRA_DIST += shared/start.S
[6fdf978]14
15EXTRA_DIST += shared/bspspuriousinit.c shared/m68000spurious.c
16
[7cd389e]17include_HEADERS = shared/mvme/mvme16x_hw.h
[6fdf978]18
19EXTRA_DIST += shared/gdbstub/m68k-stub.c shared/gdbstub/gdb_if.h
[7068e246]20
[6440903c]21include $(srcdir)/preinstall.am
[c53e9e2f]22include $(top_srcdir)/../../../automake/subdirs.am
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.