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

4.9
Last change on this file since 25c0236 was 25c0236, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 13:23:51

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

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