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

4.115
Last change on this file since 5b1f1979 was 931ed32b, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/11 at 22:46:44

2011-02-01 Joel Sherrill <joel.sherrill@…>

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