source: rtems/c/src/lib/libbsp/m68k/mvme147s/Makefile.am @ a1bc0a15

4.104.115
Last change on this file since a1bc0a15 was a1bc0a15, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 04:56:17

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

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 1.7 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 = ../../m68k/shared/start.S
25start.$(OBJEXT): ../../m68k/shared/start.S
26        $(CPPASCOMPILE) -o $@ -c $<
27
28project_lib_DATA = start.$(OBJEXT)
29
30dist_project_lib_DATA += startup/linkcmds
31
32startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
33    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
34    startup/bspstart.c ../../shared/bootcard.c \
35    ../../shared/bsppretaskinghook.c ../../m68k/shared/setvec.c \
36    ../../shared/bspgetworkarea.c ../../m68k/shared/setvec.c \
37    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c
38clock_SOURCES = ../mvme147/clock/ckinit.c
39console_SOURCES = ../mvme147/console/console.c \
40    ../../shared/dummy_printk_support.c
41timer_SOURCES = ../mvme147/timer/timer.c ../mvme147/timer/timerisr.S
42
43if HAS_MP
44shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
45    shmsupp/mpisr.c
46endif
47
48noinst_LIBRARIES = libbsp.a
49libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
50    $(timer_SOURCES) $(shmsupp_SOURCES)
51
52libbsp_a_LIBADD = \
53    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
54    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
55
56EXTRA_DIST += times
57
58include $(srcdir)/preinstall.am
59include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.