source: rtems/c/src/lib/libbsp/m68k/csb360/Makefile.am @ 05adba6

4.104.115
Last change on this file since 05adba6 was 05adba6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:06

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • startup/bspclean.c: Removed.
  • 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
8include $(top_srcdir)/../../bsp.am
9
10dist_project_lib_DATA = bsp_specs
11
12include_HEADERS = include/bsp.h
13include_HEADERS += include/tm27.h
14
15nodist_include_HEADERS = include/bspopts.h
16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
18
19include_HEADERS += include/coverhd.h
20
21EXTRA_DIST = times
22
23EXTRA_DIST += start/start.S
24start.$(OBJEXT): start/start.S
25        $(CPPASCOMPILE) -o $@ -c $<
26
27project_lib_DATA = start.$(OBJEXT)
28
29dist_project_lib_DATA += startup/linkcmds
30
31startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
32    ../../shared/bsppredriverhook.c \
33    ../../shared/bsppost.c ../../m68k/shared/m68kpretaskinghook.c \
34    startup/bspstart.c startup/init5272.c ../../shared/bootcard.c \
35    ../../shared/sbrk.c ../../m68k/shared/setvec.c \
36    ../../shared/gnatinstallhandler.c
37console_SOURCES = console/console-io.c ../../shared/console-polled.c
38
39noinst_LIBRARIES = libbsp.a
40libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES)
41
42libbsp_a_LIBADD = \
43    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel \
44    ../../../libcpu/@RTEMS_CPU@/mcf5272/clock.rel \
45    ../../../libcpu/@RTEMS_CPU@/mcf5272/timer.rel
46
47include $(srcdir)/preinstall.am
48include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.