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

4.104.114.84.95
Last change on this file since bb1571ec was bb1571ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 05:40:08

Cleanup.

  • Property mode set to 100644
File size: 2.0 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
29noinst_PROGRAMS += pclock.rel
30pclock_rel_SOURCES = clock/p_clock.c
31pclock_rel_CPPFLAGS = $(AM_CPPFLAGS)
32pclock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
33
34noinst_PROGRAMS += console.rel
35console_rel_SOURCES = console/console.c
36console_rel_CPPFLAGS = $(AM_CPPFLAGS)
37console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
38
39noinst_PROGRAMS += startup.rel
40startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
41    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
42    startup/iss555.c ../../shared/main.c ../../shared/sbrk.c \
43    ../../shared/gnatinstallhandler.c startup/start.S
44startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
45startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
46
47noinst_PROGRAMS += tm27supp.rel
48tm27supp_rel_SOURCES = startup/tm27supp.c
49tm27supp_rel_CPPFLAGS = $(AM_CPPFLAGS)
50tm27supp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
51
52noinst_LIBRARIES = libbsp.a
53libbsp_a_SOURCES =
54libbsp_a_LIBADD = pclock.rel console.rel startup.rel tm27supp.rel
55libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
56    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
57    ../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
58    ../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
59    ../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
60    ../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
61    ../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
62    ../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
63
64all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
65
66include $(srcdir)/preinstall.am
67include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.