source: rtems/c/src/lib/libbsp/h8300/h8sim/Makefile.am @ bb2b825

4.115
Last change on this file since bb2b825 was bc1d729, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:43

Remove CVS-Ids.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6
7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
10include_HEADERS += ../../shared/include/tm27.h
11
12nodist_include_HEADERS = include/bspopts.h
13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
14DISTCLEANFILES = include/bspopts.h
15
16nodist_include_HEADERS += ../../shared/include/coverhd.h
17
18noinst_LIBRARIES = libbspstart.a
19libbspstart_a_SOURCES = start/start.S
20project_lib_DATA = start.$(OBJEXT)
21
22dist_project_lib_DATA += startup/linkcmds
23
24noinst_LIBRARIES += libbsp.a
25libbsp_a_SOURCES =
26
27# startup
28libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
29    ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
30    ../../shared/bspgetworkarea.c ../../shared/bsppost.c \
31    ../../shared/bspstart.c startup/h8bdinstallirq.c \
32    ../../shared/bootcard.c ../../shared/sbrk.c \
33    ../../shared/gnatinstallhandler.c startup/__main.c
34# clock
35libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
36# console
37libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c \
38   console/syscalls.S
39# timer
40libbsp_a_SOURCES += ../../shared/timerstub.c
41
42include $(srcdir)/preinstall.am
43include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.