source: rtems/c/src/lib/libbsp/sh/shsim/Makefile.am @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[86ec6ed]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[86ec6ed]6
[7a5a3a41]7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
[2a7f9a28]10dist_project_lib_DATA = bsp_specs
11
12include_HEADERS = include/bsp.h
[3defec6]13include_HEADERS += include/tm27.h
[db3fa14]14
[2a7f9a28]15nodist_include_HEADERS = include/bspopts.h
[db3fa14]16DISTCLEANFILES = include/bspopts.h
[2a7f9a28]17
[db3fa14]18noinst_PROGRAMS =
[86ec6ed]19
[d0d6a5c]20include_HEADERS += include/gdbsci.h
[a9285f5]21nodist_include_HEADERS += ../../shared/include/coverhd.h
[d0d6a5c]22
[a9285f5]23EXTRA_DIST = start/start.S
[db3fa14]24start.$(OBJEXT): start/start.S
[57357d9]25        $(CPPASCOMPILE) -o $@ -c $<
[db3fa14]26project_lib_DATA = start.$(OBJEXT)
[7a5a3a41]27
[845c202]28dist_project_lib_DATA += startup/linkcmds startup/linkcmds.sim
[7a5a3a41]29
[6095960]30SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
31
[a9285f5]32scitab.c: $(SHGEN)
33        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
34BUILT_SOURCES = scitab.c
[0011fbe]35CLEANFILES = scitab.c
[a9285f5]36
[1d0ee80e]37startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
38    ../../shared/bsppredriverhook.c startup/bspstart.c \
39    ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
40    ../../shared/gnatinstallhandler.c
41clock_SOURCES = clock/clockdrv.c
42scitab_SOURCES = scitab.c
43gdbsci_SOURCES = gdbsci/gdbsci.c
[a9285f5]44
45# FIXME: trap34 is unused
[1d0ee80e]46trap34_SOURCES = trap34/console-io.c trap34/console-support.S \
[3002831]47    ../../shared/dummy_printk_support.c
[1d0ee80e]48console_SOURCES = ../../sh/shared/console.c
[a9285f5]49
[db3fa14]50noinst_LIBRARIES = libbsp.a
[1d0ee80e]51libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
52    $(gdbsci_SOURCES) $(scitab_SOURCES) $(trap34_SOURCES)
53
54libbsp_a_LIBADD = \
55    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
[a9285f5]56
[a06faad]57include $(srcdir)/preinstall.am
[e665ad1]58include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.