source: rtems/c/src/lib/libbsp/mips/jmr3904/Makefile.am @ 234f3ecc

4.104.115
Last change on this file since 234f3ecc was 234f3ecc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 13:10:18

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

  • start/regs.S: Remove (Renamed into start/regs.h).
  • start/regs.h: New (Renamed from start/regs.S).
  • Makefile.am, start/start.S: Reflect renamer.
  • Property mode set to 100644
File size: 1.6 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# wrapup is the one that actually builds and installs the library
8# from the individual .rel files built in other directories
9SUBDIRS = . tools
10
11include $(top_srcdir)/../../../../automake/compile.am
12include $(top_srcdir)/../../bsp.am
13
14include_bspdir = $(includedir)/bsp
15
16dist_project_lib_DATA = bsp_specs
17
18include_HEADERS = include/bsp.h
19include_HEADERS += include/tm27.h
20
21nodist_include_HEADERS = include/bspopts.h
22nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
23DISTCLEANFILES = include/bspopts.h
24
25nodist_include_HEADERS += ../../shared/include/coverhd.h
26
27EXTRA_DIST = start/start.S start/regs.h
28start.$(OBJEXT): start/start.S
29        $(CPPASCOMPILE) -o $@ -c $<
30project_lib_DATA = start.$(OBJEXT)
31
32dist_project_lib_DATA += startup/linkcmds
33
34noinst_LIBRARIES = libbsp.a
35libbsp_a_SOURCES =
36
37# startup
38libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
39    ../../shared/bsppredriverhook.c ../../shared/bsppost.c \
40    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
41    startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
42    ../../shared/gnatinstallhandler.c ../../shared/setvec.c
43# clock
44libbsp_a_SOURCES += clock/clockdrv.c
45# console
46libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c
47# timer
48libbsp_a_SOURCES += timer/timer.c
49
50libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
51    ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel \
52    ../../../libcpu/@RTEMS_CPU@/tx39/vectorisrs.rel
53
54include $(srcdir)/preinstall.am
55include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.