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
RevLine 
[f849f3e]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[f849f3e]6
[3ed23846]7include $(top_srcdir)/../../../../automake/compile.am
8
[c06b3fa]9include_bspdir = $(includedir)/bsp
10
[2a7f9a28]11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
[3defec6]14include_HEADERS += include/tm27.h
[7c6c630]15
[2a7f9a28]16nodist_include_HEADERS = include/bspopts.h
[c06b3fa]17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[7c6c630]18DISTCLEANFILES = include/bspopts.h
19noinst_PROGRAMS =
[f849f3e]20
[31b1cff]21nodist_include_HEADERS += ../../shared/include/coverhd.h
[75db8c22]22
[c01fe2e]23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S start/regs.h start/mg5.h
[7c6c630]25project_lib_DATA = start.$(OBJEXT)
[31b1cff]26
27dist_project_lib_DATA += startup/linkcmds
28
[c01fe2e]29noinst_LIBRARIES += libbsp.a
[64eb0c7]30libbsp_a_SOURCES =
[e94666d]31
[64eb0c7]32# startup
33libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppretaskinghook.c \
[558bc25]34    ../../shared/bsppredriverhook.c ../../shared/bsplibc.c \
35    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
36    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c \
[91b8fcfb]37    ../../shared/setvec.c ../../shared/bspgetworkarea.c
[64eb0c7]38# clock
[11978407]39libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
[64eb0c7]40# console
41libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c
42# timer
43libbsp_a_SOURCES += timer/timer.c
[1d0ee80e]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)
[31b1cff]51
[1d0ee80e]52libbsp_a_LIBADD = \
53    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[0e4507b]54    ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel \
55    ../../../libcpu/@RTEMS_CPU@/mongoosev/duart.rel \
56    ../../../libcpu/@RTEMS_CPU@/mongoosev/vectorisrs.rel
[3ed23846]57
[a06faad]58include $(srcdir)/preinstall.am
[a4aeb92]59include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.