source: rtems/c/src/lib/libbsp/bfin/TLL6527M/Makefile.am @ 1c0663b4

4.115
Last change on this file since 1c0663b4 was bd38feab, 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.5 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 += include/tm27.h
11include_HEADERS += include/cplb.h
12
13nodist_include_HEADERS = include/bspopts.h
14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
15DISTCLEANFILES = include/bspopts.h
16
17noinst_PROGRAMS =
18
19include_HEADERS += ../../shared/include/coverhd.h
20
21noinst_LIBRARIES = libbspstart.a
22libbspstart_a_SOURCES = ../shared/start/start.S
23project_lib_DATA = start.$(OBJEXT)
24
25dist_project_lib_DATA += startup/linkcmds
26
27noinst_LIBRARIES += libbsp.a
28
29libbsp_a_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
30        ../../shared/bsppredriverhook.c startup/bspstart.c \
31        ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
32        ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
33        ../../shared/bspgetworkarea.c
34
35libbsp_a_SOURCES += console/console.c
36
37libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/mmu.rel
38libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/interrupt.rel
39libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel
40libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/uart.rel
41libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/clock.rel
42libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/rtc.rel
43libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/timer.rel
44
45EXTRA_DIST = times
46
47include $(srcdir)/preinstall.am
48include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.