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

4.115
Last change on this file since bd38feab was d72de56, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 11:25:49

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Don't reference non-existing files.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1##
2## $Id$
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/h8bdinstallirq.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
46include $(srcdir)/preinstall.am
47include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.