source: rtems/c/src/lib/libbsp/m68k/mvme162/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: 2.0 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[33a2faa]2EXTRA_DIST =
[7068e246]3
[2d86d78]4include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]5include $(top_srcdir)/../../bsp.am
[2d86d78]6
[a1bc0a15]7include_bspdir = $(includedir)/bsp
8
[2a7f9a28]9dist_project_lib_DATA = bsp_specs
10
11include_HEADERS = include/bsp.h
[3defec6]12include_HEADERS += include/tm27.h
[4cbf22a]13
[2a7f9a28]14nodist_include_HEADERS = include/bspopts.h
[a1bc0a15]15nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[4cbf22a]16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
[7068e246]18
[2821666f]19include_HEADERS += include/page_table.h
20
[1aa7b8b]21## Zilog component header files
22include_rtems_zilogdir = $(includedir)/rtems/zilog
23include_rtems_zilog_HEADERS = ../../shared/include/zilog/z8036.h
24
[ec32100]25EXTRA_DIST += ../../m68k/shared/start/start.S
26start.$(OBJEXT): ../../m68k/shared/start/start.S
27        $(CPPASCOMPILE) -o $@ -c $<
[4cbf22a]28project_lib_DATA = start.$(OBJEXT)
[fc7cbef]29
30dist_project_lib_DATA += startup/linkcmds
31
[ec32100]32noinst_LIBRARIES = libbsp.a
[64eb0c7]33libbsp_a_SOURCES =
[e94666d]34
[64eb0c7]35# startup
[ca4602e]36libbsp_a_SOURCES += startup/bspclean.c \
37    ../../shared/bsppredriverhook.c \
[4773369]38    startup/bspstart.c ../../shared/bootcard.c  \
[ca4895c]39    ../../shared/getentropy-cpucounter.c \
[2858939a]40    startup/page_table.c \
[07ce99e]41    ../../shared/bspgetworkarea.c startup/page_table.c \
[06d34af]42    ../../shared/sbrk.c ../../shared/setvec.c \
[fc7cbef]43    ../../shared/gnatinstallhandler.c
[3dd381f]44libbsp_a_SOURCES += ../../shared/bspreset.c
[64eb0c7]45# clock
46libbsp_a_SOURCES += clock/ckinit.c
47# console
[a6bf052]48libbsp_a_SOURCES += console/console.c
[64eb0c7]49# timer
50libbsp_a_SOURCES += timer/timer.c timer/timerisr.S
51# tod
52libbsp_a_SOURCES += tod/tod.c
[fc7cbef]53
54if HAS_NETWORKING
55network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
[4cbf22a]56noinst_PROGRAMS += network.rel
[a4baeb67]57network_rel_SOURCES = ../mvme167/network/network.c
[9afd70e]58network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
[fc7cbef]59network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
60endif
[1d0ee80e]61
62libbsp_a_LIBADD = \
63    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
64    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
[fc7cbef]65if HAS_NETWORKING
[4cbf22a]66libbsp_a_LIBADD += network.rel
[fc7cbef]67endif
68if HAS_FPSP
[4cbf22a]69libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/fpsp.rel
[fc7cbef]70endif
71
[33a2faa]72EXTRA_DIST += times
[7068e246]73
[5a9284a]74include $(srcdir)/preinstall.am
[d6b4d93]75include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.