source: rtems/c/src/lib/libbsp/v850/gdbv850sim/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 
1##
2##
3
4ACLOCAL_AMFLAGS = -I ../../../../aclocal
5
6include $(top_srcdir)/../../../../automake/compile.am
7include $(top_srcdir)/../../bsp.am
8
9include_bspdir = $(includedir)/bsp
10
11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
14include_HEADERS += ../../shared/include/tm27.h
15include_bsp_HEADERS = include/syscall.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h
20DISTCLEANFILES = include/bspopts.h
21noinst_PROGRAMS =
22
23nodist_include_HEADERS += ../../shared/include/coverhd.h
24
25EXTRA_DIST = start/start.S
26start.$(OBJEXT): start/start.S
27        $(CPPASCOMPILE) -o $@ -c $<
28project_lib_DATA = start.$(OBJEXT)
29
30dist_project_lib_DATA += startup/linkcmds
31
32libbsp_a_SOURCES = ../../shared/bspclean.c
33libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
34libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
35libbsp_a_SOURCES += ../../shared/bspstart.c
36libbsp_a_SOURCES += ../../shared/bootcard.c
37libbsp_a_SOURCES += ../../shared/sbrk.c
38libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
39libbsp_a_SOURCES += startup/bspreset.c
40libbsp_a_SOURCES += ../../v850/shared/crt1.c
41libbsp_a_SOURCES += startup/trap.S
42
43libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
44libbsp_a_SOURCES += ../../shared/console-polled.c
45libbsp_a_SOURCES += console/console-io.c
46libbsp_a_SOURCES += ../../shared/timerstub.c
47
48# Cache
49libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
50libbsp_a_SOURCES += ../../shared/include/cache_.h
51libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
52
53noinst_LIBRARIES = libbsp.a
54
55include $(srcdir)/preinstall.am
56include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.