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

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • 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
18noinst_PROGRAMS =
19
20include_bspdir = $(includedir)/bsp
21
22include_HEADERS += include/coverhd.h
23include_bsp_HEADERS = irq/irq.h
24
25EXTRA_DIST = times
26
27dist_project_lib_DATA += startup/linkcmds
28
29pclock_SOURCES = clock/p_clock.c
30console_SOURCES = console/console.c
31startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
32    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
33    startup/bspstart.c ../../shared/bootcard.c startup/iss555.c \
34    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/start.S
35tm27supp_SOURCES = startup/tm27supp.c
36
37noinst_LIBRARIES = libbsp.a
38libbsp_a_SOURCES = $(pclock_SOURCES) $(console_SOURCES) $(startup_SOURCES) \
39    $(tm27supp_SOURCES)
40
41libbsp_a_LIBADD = \
42    ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
43    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
44    ../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
45    ../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
46    ../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
47    ../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
48    ../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
49    ../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
50
51include $(srcdir)/preinstall.am
52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.