source: rtems/c/src/lib/libbsp/sh/shsim/Makefile.am @ ca4602e

5
Last change on this file since ca4602e was ca4602e, checked in by Sebastian Huber <sebastian.huber@…>, on 01/25/16 at 21:03:00

Use linker set for libio initialization

Update #2408.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6include_bsp_HEADERS = include/syscall.h
7
8dist_project_lib_DATA = bsp_specs
9
10include_HEADERS = include/bsp.h
11include_HEADERS += ../../shared/include/tm27.h
12
13nodist_include_HEADERS = include/bspopts.h
14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
15nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h
16DISTCLEANFILES = include/bspopts.h
17
18nodist_include_HEADERS += ../../shared/include/coverhd.h
19
20noinst_LIBRARIES = libbspstart.a
21libbspstart_a_SOURCES = start/start.S
22project_lib_DATA = start.$(OBJEXT)
23
24dist_project_lib_DATA += startup/linkcmds
25dist_project_lib_DATA += startup/linkcmds.sim
26
27noinst_LIBRARIES += libbsp.a
28libbsp_a_SOURCES =
29
30# startup
31libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
32libbsp_a_SOURCES += ../shared/startup/bspstart.c
33libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
34libbsp_a_SOURCES += ../../shared/bspclean.c
35libbsp_a_SOURCES += ../../shared/sbrk.c ../../shared/bootcard.c
36libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
37libbsp_a_SOURCES += ../shared/bsphwinit.c
38libbsp_a_SOURCES += startup/sysexit.c
39
40# clock
41libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
42
43# console
44libbsp_a_SOURCES += ../../shared/console-polled.c
45libbsp_a_SOURCES += console/console-io.c
46libbsp_a_SOURCES += console/console-support.S
47libbsp_a_SOURCES += console/console-debugio.c
48
49# timer
50libbsp_a_SOURCES += ../../shared/timerstub.c
51
52libbsp_a_LIBADD = \
53    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel \
54    ../../../libcpu/@RTEMS_CPU@/cache.rel
55
56include $(srcdir)/preinstall.am
57include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.