source: rtems/c/src/lib/libbsp/mips/genmongoosev/Makefile.am @ 5b301ab

4.104.115
Last change on this file since 5b301ab was 11978407, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 06:49:04

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

  • clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 1.8 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8
9include_bspdir = $(includedir)/bsp
10
11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
14include_HEADERS += include/tm27.h
15
16nodist_include_HEADERS = include/bspopts.h
17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
18DISTCLEANFILES = include/bspopts.h
19noinst_PROGRAMS =
20
21nodist_include_HEADERS += ../../shared/include/coverhd.h
22
23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S start/regs.h start/mg5.h
25project_lib_DATA = start.$(OBJEXT)
26
27dist_project_lib_DATA += startup/linkcmds
28
29noinst_LIBRARIES += libbsp.a
30libbsp_a_SOURCES =
31
32# startup
33libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppretaskinghook.c \
34    ../../shared/bsppredriverhook.c ../../shared/bsplibc.c \
35    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
36    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c \
37    ../../shared/setvec.c ../../shared/bspgetworkarea.c
38# clock
39libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
40# console
41libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c
42# timer
43libbsp_a_SOURCES += timer/timer.c
44
45gdbstub_CPPFLAGS = -I$(srcdir)/../../mips/shared/gdbstub
46noinst_PROGRAMS += gdbstub.rel
47gdbstub_rel_SOURCES = ../../mips/shared/gdbstub/mips-stub.c \
48    startup/gdb-support.c ../../shared/gdbstub/rtems-stub-glue.c
49gdbstub_rel_CPPFLAGS = $(AM_CPPFLAGS) $(gdbstub_CPPFLAGS)
50gdbstub_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
51
52libbsp_a_LIBADD = \
53    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
54    ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel \
55    ../../../libcpu/@RTEMS_CPU@/mongoosev/duart.rel \
56    ../../../libcpu/@RTEMS_CPU@/mongoosev/vectorisrs.rel
57
58include $(srcdir)/preinstall.am
59include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.