source: rtems/c/src/lib/libbsp/sh/gensh2/Makefile.am @ 8cbe46c

4.115
Last change on this file since 8cbe46c was 8cbe46c, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:44

Remove CVS-Ids.

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[94608578]2
[7a5a3a41]3include $(top_srcdir)/../../../../automake/compile.am
4
[c06b3fa]5include_bspdir = $(includedir)/bsp
6
[2a7f9a28]7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
[9957dbf]10include_HEADERS += ../../shared/include/tm27.h
[db3fa14]11
[2a7f9a28]12nodist_include_HEADERS = include/bspopts.h
[c06b3fa]13nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[db3fa14]14DISTCLEANFILES = include/bspopts.h
[2a7f9a28]15
[d0d6a5c]16include_HEADERS += include/coverhd.h
17
[57a40406]18EXTRA_DIST = start/start.ram start/start.rom
19noinst_LIBRARIES = libbspstart.a
20libbspstart_a_SOURCES = start/start.S
[db3fa14]21project_lib_DATA = start.$(OBJEXT)
[7a5a3a41]22
[0f14e45]23dist_project_lib_DATA += startup/linkcmds startup/linkcmds.ram \
24    startup/linkcmds.rom
25
[57a40406]26noinst_LIBRARIES += libbsp.a
[64eb0c7]27libbsp_a_SOURCES =
[e94666d]28
[0f14e45]29SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
30
31scitab.c: $(SHGEN)
32        $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
33BUILT_SOURCES = scitab.c
[0011fbe]34CLEANFILES = scitab.c
[0f14e45]35
[64eb0c7]36# startup
37libbsp_a_SOURCES += startup/hw_init.c ../../shared/bsplibc.c \
[1d0ee80e]38    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
[11a6c97]39    ../shared/bspstart.c ../../shared/bsppretaskinghook.c \
[0682df58]40    ../../shared/bspgetworkarea.c ../../shared/sbrk.c ../../shared/bootcard.c \
[11a6c97]41    ../../shared/gnatinstallhandler.c ../../shared/bspclean.c \
42    ../shared/bsphwinit.c
[64eb0c7]43# scitab
44libbsp_a_SOURCES += scitab.c
45# console
46libbsp_a_SOURCES += ../../sh/shared/console.c console/config.c
47# debugio
48libbsp_a_SOURCES += ../../shared/dummy_printk_support.c
[0f14e45]49
[1d0ee80e]50libbsp_a_LIBADD = \
51    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/clock.rel \
[db3fa14]52    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel \
53    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/sci.rel \
54    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
[7a5a3a41]55
[a06faad]56include $(srcdir)/preinstall.am
[c1ea6f3]57include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.