source: rtems/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @ 032e5e4

4.115
Last change on this file since 032e5e4 was 032e5e4, checked in by Anthony Green <green@…>, on 02/27/13 at 18:13:20

Add sample Moxie BSP for GDB sim

Signed-off-by: Anthony Green <green@…>

  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## $Id: Makefile.am,v 1.36 2008/10/02 21:39:40 joel Exp $
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.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
15
16nodist_include_HEADERS = include/bspopts.h
17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
18DISTCLEANFILES = include/bspopts.h
19
20nodist_include_HEADERS += ../../shared/include/coverhd.h
21
22noinst_LIBRARIES = libbspstart.a
23libbspstart_a_SOURCES = start/start.S
24project_lib_DATA = start.$(OBJEXT)
25
26dist_project_lib_DATA += startup/linkcmds
27
28noinst_LIBRARIES += libbsp.a
29libbsp_a_SOURCES =
30
31# startup
32libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
33    ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
34    ../../shared/bspgetworkarea.c ../../shared/bsppost.c \
35    ../../shared/bspstart.c startup/moxiebdinstallirq.c \
36    ../../shared/bootcard.c ../../shared/sbrk.c \
37    ../../shared/gnatinstallhandler.c startup/__main.c
38# clock
39libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
40# console
41libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c \
42   console/syscalls.S
43# timer
44libbsp_a_SOURCES += ../../shared/timerstub.c
45
46EXTRA_DIST = times
47
48include $(srcdir)/preinstall.am
49include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.