source: rtems/c/src/lib/libbsp/powerpc/gen405/Makefile.am @ 7cc4f59

4.104.114.84.95
Last change on this file since 7cc4f59 was 7cc4f59, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/06 at 20:15:30

2006-01-10 Ralf Corsepius <ralf.corsepius@…>

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