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

4.9
Last change on this file since 7be8d6b was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

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

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