source: rtems/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am @ 865bffd1

4.115
Last change on this file since 865bffd1 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 1.4 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 += include/tm27.h
15
16nodist_include_HEADERS = include/bspopts.h
17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
18DISTCLEANFILES = include/bspopts.h
19noinst_PROGRAMS =
20
21include_HEADERS += ../../shared/include/coverhd.h
22
23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S
25project_lib_DATA = start.$(OBJEXT)
26
27dist_project_lib_DATA += startup/linkcmds
28
29noinst_LIBRARIES += libbsp.a
30libbsp_a_SOURCES = \
31    ../../shared/bspclean.c \
32    ../../shared/bspreset_loop.c \
33    ../../shared/bsppredriverhook.c \
34    ../../shared/bsplibc.c \
35    ../../shared/bsppost.c \
36    ../../shared/bsppretaskinghook.c \
37    ../../shared/bspgetworkarea.c \
38    startup/init5225x.c startup/bspstart.c \
39    ../../shared/bootcard.c \
40    ../../shared/sbrk.c ../../shared/setvec.c \
41    ../../shared/gnatinstallhandler.c
42libbsp_a_SOURCES += clock/clock.c
43libbsp_a_SOURCES += console/console.c
44libbsp_a_SOURCES += console/debugio.c
45libbsp_a_SOURCES += timer/timer.c
46
47libbsp_a_LIBADD = \
48    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
49    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
50
51include $(srcdir)/preinstall.am
52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.