source: rtems/c/src/lib/libbsp/m68k/mrm332/Makefile.am @ 862058d5

4.104.115
Last change on this file since 862058d5 was 862058d5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 22:16:11

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

  • Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 1.5 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/mrm332.h
20nodist_include_HEADERS += ../../shared/include/coverhd.h
21
22EXTRA_DIST = times
23
24EXTRA_DIST += start/start.S
25start.$(OBJEXT): start/start.S
26        $(CPPASCOMPILE) -o $@ -c $<
27
28project_lib_DATA = start.$(OBJEXT)
29
30dist_project_lib_DATA += startup/linkcmds startup/linkcmds_ROM
31
32startup_SOURCES = startup/start_c.c ../../shared/bsplibc.c \
33    ../../shared/bsppost.c ../../shared/bspstart.c startup/bsppredriverhook.c \
34    startup/bspclean.c ../../shared/bootcard.c ../../shared/sbrk.c \
35    ../../m68k/shared/setvec.c ../../shared/bsppretaskinghook.c \
36    ../../shared/bspgetworkarea.c ../../shared/gnatinstallhandler.c \
37    startup/except_vect_332_ROM.S
38clock_SOURCES = clock/ckinit.c
39console_SOURCES = console/console.c console/sci.c console/sci.h
40spurious_SOURCES = spurious/spinit.c
41timer_SOURCES = timer/timer.c
42
43noinst_LIBRARIES = libbsp.a
44libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
45    $(spurious_SOURCES) $(timer_SOURCES)
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.