source: rtems/c/src/lib/libbsp/sh/simsh4/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.4 KB
RevLine 
[cd67dca]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[cd67dca]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
17noinst_PROGRAMS =
[ac2be677]18
19SUBDIRS = . tools
[cd67dca]20
21# FIXME: This directory is missing
22# ramdisk
23
[d0d6a5c]24include_HEADERS += include/syscall.h
25include_HEADERS += include/ramdisk.h
26include_HEADERS += include/coverhd.h
27
[ac2be677]28EXTRA_DIST = start/start.S
[db3fa14]29start.$(OBJEXT): start/start.S
[57357d9]30        $(CPPASCOMPILE) -o $@ -c $<
[db3fa14]31project_lib_DATA = start.$(OBJEXT)
[ac2be677]32
33dist_project_lib_DATA += startup/linkcmds startup/linkcmds-le \
34    startup/linkcmds-le.coff
35
[1d0ee80e]36startup_SOURCES = startup/hw_init.c ../../shared/bsplibc.c \
[558bc25]37    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
38    startup/bspstart.c ../../shared/bspclean.c ../../shared/sbrk.c \
39    ../../shared/bootcard.c ../../shared/gnatinstallhandler.c
[1d0ee80e]40clock_SOURCES = clock/ckinit.c
41console_SOURCES = console/console.c ../../shared/dummy_printk_support.c
42timer_SOURCES = timer/timer.c
[ac2be677]43
[db3fa14]44noinst_LIBRARIES = libbsp.a
[1d0ee80e]45libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
46    $(timer_SOURCES)
47
48libbsp_a_LIBADD = \
49    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
[7a5a3a41]50
[a06faad]51include $(srcdir)/preinstall.am
[54beee6]52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.