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

4.104.115
Last change on this file since 0dba2a5 was 97c64b0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/08 at 15:50:26

2008-09-19 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Split out bspstart contents. Use shared stub for bsp_start.
  • startup/h8bdinstallirq.c: New file.
  • startup/bspstart.c: Removed.
  • 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
8include $(top_srcdir)/../../bsp.am
9
10dist_project_lib_DATA = bsp_specs
11
12include_HEADERS = include/bsp.h
13include_HEADERS += include/tm27.h
14
15nodist_include_HEADERS = include/bspopts.h
16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
18
19nodist_include_HEADERS += ../../shared/include/coverhd.h
20
21EXTRA_DIST = start/start.S
22start.$(OBJEXT): start/start.S
23        $(CPPASCOMPILE) -o $@ -c $<
24project_lib_DATA = start.$(OBJEXT)
25
26dist_project_lib_DATA += startup/linkcmds
27
28startup_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
34clock_SOURCES = ../../shared/clock_driver_stub.c
35console_SOURCES = ../../shared/console-polled.c console/console-io.c
36timer_SOURCES = ../../shared/timerstub.c
37
38noinst_LIBRARIES = libbsp.a
39libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
40    $(timer_SOURCES)
41
42EXTRA_DIST += times
43
44include $(srcdir)/preinstall.am
45include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.