source: rtems/c/src/lib/libbsp/powerpc/ss555/Makefile.am @ c06b3fa

4.104.115
Last change on this file since c06b3fa was c06b3fa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 05:15:50

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

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 1.7 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
10include_bspdir = $(includedir)/bsp
11
12dist_project_lib_DATA = bsp_specs
13
14include_HEADERS = include/bsp.h
15include_HEADERS += include/tm27.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20
21noinst_PROGRAMS =
22
23include_HEADERS += include/coverhd.h
24include_bsp_HEADERS = irq/irq.h
25
26EXTRA_DIST = times
27
28dist_project_lib_DATA += startup/linkcmds
29
30pclock_SOURCES = clock/p_clock.c
31console_SOURCES = console/console.c
32startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
33    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
34    startup/bspstart.c ../../shared/bootcard.c startup/iss555.c \
35    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/start.S \
36    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c
37tm27supp_SOURCES = startup/tm27supp.c
38
39noinst_LIBRARIES = libbsp.a
40libbsp_a_SOURCES = $(pclock_SOURCES) $(console_SOURCES) $(startup_SOURCES) \
41    $(tm27supp_SOURCES)
42
43libbsp_a_LIBADD = \
44    ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
45    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
46    ../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
47    ../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
48    ../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
49    ../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
50    ../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
51    ../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
52
53include $(srcdir)/preinstall.am
54include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.