source: rtems/c/src/lib/libbsp/m68k/csb360/Makefile.am @ 9b2a6bb

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

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

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 1.3 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
19
20include_HEADERS += include/coverhd.h
21
22EXTRA_DIST = times
23
24noinst_LIBRARIES = libbspstart.a
25libbspstart_a_SOURCES = start/start.S
26project_lib_DATA = start.$(OBJEXT)
27
28dist_project_lib_DATA += startup/linkcmds
29
30noinst_LIBRARIES += libbsp.a
31libbsp_a_SOURCES =
32
33# startup
34libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
35    ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
36    ../../shared/bsppost.c ../../shared/bspgetworkarea.c \
37    ../../shared/bspstart.c startup/init5272.c ../../shared/bootcard.c \
38    ../../shared/sbrk.c ../../m68k/shared/setvec.c \
39    ../../shared/gnatinstallhandler.c
40# console
41libbsp_a_SOURCES += console/console-io.c ../../shared/console-polled.c
42
43libbsp_a_LIBADD = \
44    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel \
45    ../../../libcpu/@RTEMS_CPU@/mcf5272/clock.rel \
46    ../../../libcpu/@RTEMS_CPU@/mcf5272/timer.rel
47
48include $(srcdir)/preinstall.am
49include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.