source: rtems/c/src/lib/libbsp/arm/gdbarmsim/Makefile.am @ fd153c73

4.115
Last change on this file since fd153c73 was 2f54f8d5, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:43

Remove CVS-Ids.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6
7dist_project_lib_DATA = bsp_specs
8
9include_HEADERS = include/bsp.h
10include_HEADERS += ../../shared/include/tm27.h
11include_bsp_HEADERS = include/irq.h
12include_bsp_HEADERS += include/swi.h
13
14nodist_include_HEADERS = include/bspopts.h
15nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
18
19nodist_include_HEADERS += ../../shared/include/coverhd.h
20
21noinst_LIBRARIES = libbspstart.a
22libbspstart_a_SOURCES = start/start.S
23project_lib_DATA = start.$(OBJEXT)
24
25dist_project_lib_DATA += startup/linkcmds
26
27noinst_LIBRARIES += libbsp.a
28libbsp_a_SOURCES =
29
30# startup
31libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
32    ../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
33    ../../shared/bsppredriverhook.c ../../shared/bspstart.c \
34    ../../shared/bspclean.c startup/bspreset.c ../../shared/bootcard.c \
35    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/syscalls.c
36# console
37libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c
38# clock
39libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
40# timer
41libbsp_a_SOURCES += ../../shared/timerstub.c
42# above
43libbsp_a_SOURCES += ../shared/abort/abort.c
44
45#libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \
46#    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/clock.rel \
47#    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel \
48#    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/irq.rel
49
50include $(srcdir)/preinstall.am
51include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.