source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am @ a98262d8

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

Remove CVS-Ids.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4include $(top_srcdir)/../../bsp.am
5
6include_bspdir = $(includedir)/bsp
7
8dist_project_lib_DATA = bsp_specs
9
10include_HEADERS = include/bsp.h
11include_HEADERS += ../../shared/include/tm27.h
12
13nodist_include_HEADERS = include/bspopts.h
14nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
15DISTCLEANFILES = include/bspopts.h
16noinst_PROGRAMS =
17
18include_HEADERS += include/coverhd.h
19
20dist_project_lib_DATA += startup/linkcmds
21
22noinst_LIBRARIES = libbsp.a
23libbsp_a_SOURCES =
24
25# startup
26libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
27    ../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \
28    ../../shared/startup/bspgetworkarea.c ../../shared/bsppost.c \
29    startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
30    startup/setvec.c ../../shared/gnatinstallhandler.c
31# clock
32libbsp_a_SOURCES += clock/ckinit.c
33# console
34libbsp_a_SOURCES += console/console.c
35# timer
36libbsp_a_SOURCES += timer/timer.c timer/timerisr.c
37# shmsupp
38libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
39    shmsupp/mpisr.c
40
41EXTRA_DIST = times
42
43include $(srcdir)/preinstall.am
44include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.