source: rtems/c/src/lib/libbsp/powerpc/helas403/Makefile.am @ fc1a3ba

4.104.114.84.95
Last change on this file since fc1a3ba was fc1a3ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 10:12:31

Remove all-local:.

  • 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
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
20dist_project_lib_DATA += bsp_specs.dl
21
22include_HEADERS += include/coverhd.h
23
24noinst_PROGRAMS += dlentry.rel
25dlentry_rel_SOURCES = dlentry/dlentry.S
26dlentry_rel_CPPFLAGS = $(AM_CPPFLAGS)
27dlentry_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
28
29noinst_PROGRAMS += flashentry.rel
30flashentry_rel_SOURCES = flashentry/flashentry.S
31flashentry_rel_CPPFLAGS = $(AM_CPPFLAGS)
32flashentry_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
33
34dist_project_lib_DATA += startup/linkcmds startup/linkcmds.dl
35
36noinst_PROGRAMS += startup.rel
37startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
38    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
39    ../../shared/main.c ../../shared/sbrk.c startup/setvec.c \
40    ../../shared/gnatinstallhandler.c
41startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
42startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
43
44noinst_LIBRARIES = libbsp.a
45libbsp_a_SOURCES =
46
47libbsp_a_LIBADD = startup.rel dlentry.rel flashentry.rel
48
49libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
50    ../../../libcpu/@RTEMS_CPU@/ppc403/clock.rel \
51    ../../../libcpu/@RTEMS_CPU@/ppc403/timer.rel \
52    ../../../libcpu/@RTEMS_CPU@/ppc403/console.rel \
53    ../../../libcpu/@RTEMS_CPU@/ppc403/vectors.rel \
54    ../../../libcpu/@RTEMS_CPU@/ppc403/ictrl.rel
55
56EXTRA_DIST = times
57
58include $(srcdir)/preinstall.am
59include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.