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

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[86ec6ed]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[86ec6ed]6
[7a5a3a41]7include $(top_srcdir)/../../../../automake/compile.am
8
[c06b3fa]9include_bspdir = $(includedir)/bsp
10
[2a7f9a28]11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
[542e7b3]14include_HEADERS += include/syscall.h
[9957dbf]15include_HEADERS += ../../shared/include/tm27.h
[db3fa14]16
[2a7f9a28]17nodist_include_HEADERS = include/bspopts.h
[c06b3fa]18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[db3fa14]19DISTCLEANFILES = include/bspopts.h
[2a7f9a28]20
[a9285f5]21nodist_include_HEADERS += ../../shared/include/coverhd.h
[d0d6a5c]22
[57a40406]23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S
[db3fa14]25project_lib_DATA = start.$(OBJEXT)
[7a5a3a41]26
[845c202]27dist_project_lib_DATA += startup/linkcmds startup/linkcmds.sim
[7a5a3a41]28
[57a40406]29noinst_LIBRARIES += libbsp.a
[64eb0c7]30libbsp_a_SOURCES =
[e94666d]31
[64eb0c7]32# startup
33libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
[512d0fc]34    ../../shared/bsppredriverhook.c ../shared/bspstart.c \
[8f402bf]35    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
[1d0ee80e]36    ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
[512d0fc]37    ../../shared/gnatinstallhandler.c ../shared/bsphwinit.c
[64eb0c7]38# clock
39libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
[a9285f5]40
[64eb0c7]41# trap34
42libbsp_a_SOURCES += trap34/console-io.c trap34/console-support.S \
[3002831]43    ../../shared/dummy_printk_support.c
[64eb0c7]44# console
45libbsp_a_SOURCES += ../../shared/console-polled.c
[542e7b3]46# timer
47libbsp_a_SOURCES += ../../shared/timerstub.c
[1d0ee80e]48
49libbsp_a_LIBADD = \
50    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
[a9285f5]51
[a06faad]52include $(srcdir)/preinstall.am
[e665ad1]53include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.