source: rtems/c/src/lib/libbsp/m68k/mcf52235/Makefile.am @ 27b355b

4.104.115
Last change on this file since 27b355b was 27b355b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 05:10:09

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • clock/clock.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 1.6 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
10include_bspdir = $(includedir)/bsp
11
12dist_project_lib_DATA = bsp_specs
13
14include_HEADERS = include/bsp.h
15include_HEADERS += include/tm27.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20noinst_PROGRAMS =
21
22include_HEADERS += include/coverhd.h
23
24EXTRA_DIST = start/start.S
25start.$(OBJEXT): start/start.S
26        $(CPPASCOMPILE) -o $@ -c $<
27project_lib_DATA = start.$(OBJEXT)
28
29dist_project_lib_DATA += startup/linkcmds
30
31noinst_LIBRARIES = libbsp.a
32libbsp_a_SOURCES =
33
34# startup
35libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
36    ../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
37    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
38    startup/init52235.c ../../shared/bspstart.c startup/cfinit.c \
39    startup/bspgetcpuclockspeed.c ../../shared/bootcard.c \
40    ../../shared/sbrk.c ../../m68k/shared/setvec.c \
41    ../../shared/gnatinstallhandler.c
42# clock
43libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
44# console
45libbsp_a_SOURCES += console/console.c
46# debugio
47libbsp_a_SOURCES += console/debugio.c
48# timer
49libbsp_a_SOURCES += timer/timer.c
50
51libbsp_a_LIBADD = \
52    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
53    ../../../libcpu/@RTEMS_CPU@/mcf5223x/cachepd.rel \
54    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
55
56include $(srcdir)/preinstall.am
57include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.