source: rtems/c/src/lib/libbsp/mips/hurricane/Makefile.am @ c06b3fa

4.104.115
Last change on this file since c06b3fa was c06b3fa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 05:15:50

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

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • 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
16include_HEADERS += include/usc.h
17
18nodist_include_HEADERS = include/bspopts.h
19nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
20DISTCLEANFILES = include/bspopts.h
21
22noinst_PROGRAMS =
23
24nodist_include_HEADERS += ../../shared/include/coverhd.h
25
26EXTRA_DIST = start/start.S start/regs.S
27start.$(OBJEXT): start/start.S
28        $(CPPASCOMPILE) -o $@ -c $<
29
30project_lib_DATA = start.$(OBJEXT)
31
32dist_project_lib_DATA += startup/linkcmds
33
34startup_SOURCES = ../../shared/bspclean.c \
35    ../../shared/bsplibc.c ../../shared/bsppost.c \
36   ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
37    ../../shared/bsppredriverhook.c startup/bspstart.c \
38    ../../shared/bootcard.c ../../shared/sbrk.c \
39    ../../shared/gnatinstallhandler.c ../../shared/setvec.c \
40    startup/inittlb.c \
41    startup/idtmem.S startup/idttlb.S startup/exception.S
42clock_SOURCES = clock/ckinit.c
43console_SOURCES = console/console.c
44liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S
45
46noinst_LIBRARIES = libbsp.a
47libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
48    $(liblnk_SOURCES)
49
50libbsp_a_LIBADD = \
51    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
52    ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel \
53    ../../../libcpu/@RTEMS_CPU@/rm52xx/timer.rel \
54    ../../../libcpu/@RTEMS_CPU@/rm52xx/vectorisrs.rel
55
56include $(srcdir)/preinstall.am
57include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.