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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 1.6 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
21include_HEADERS += include/coverhd.h
22include_bsp_HEADERS = irq/irq.h
23
24EXTRA_DIST = times
25
26dist_project_lib_DATA += startup/linkcmds
27
28noinst_LIBRARIES = libbsp.a
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
39libbsp_a_SOURCES = $(pclock_SOURCES) $(console_SOURCES) $(startup_SOURCES) \
40    $(tm27supp_SOURCES)
41
42libbsp_a_LIBADD = \
43    ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
44    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
45    ../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
46    ../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
47    ../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
48    ../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
49    ../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
50    ../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
51
52include $(srcdir)/preinstall.am
53include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.