source: rtems/c/src/lib/libbsp/c4x/c4xsim/Makefile.am @ 4ca704c

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

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

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# wrapup is the one that actually builds and installs the library
8# from the individual .rel files built in other directories
9SUBDIRS = . tools
10
11include $(top_srcdir)/../../../../automake/compile.am
12
13dist_project_lib_DATA = bsp_specs
14
15include_HEADERS = include/bsp.h
16include_HEADERS += include/tm27.h
17
18nodist_include_HEADERS = include/bspopts.h
19DISTCLEANFILES = include/bspopts.h
20
21include_HEADERS += include/simio.h
22nodist_include_HEADERS += ../../shared/include/coverhd.h
23
24noinst_LIBRARIES = libbspstart.a
25libbspstart_a_SOURCES = start/start.S
26project_lib_DATA = start.$(OBJEXT)
27
28dist_project_lib_DATA += startup/linkcmds
29
30noinst_LIBRARIES += libbsp.a
31libbsp_a_SOURCES =
32
33# startup
34libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
35    ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
36    ../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \
37    ../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
38    ../../c4x/shared/c3xspurious.c ../../c4x/shared/c4xspurious.c \
39    ../../c4x/shared/bspspuriousinit.c startup/spurious.c \
40    ../../shared/gnatinstallhandler.c
41# clock
42libbsp_a_SOURCES += clock/clock.c
43# console
44libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \
45    console/simio.c ../../shared/console.c
46# debugio
47libbsp_a_SOURCES += console/debugio.c
48# timer
49libbsp_a_SOURCES += timer/timer.c
50
51EXTRA_DIST = times
52
53include $(srcdir)/preinstall.am
54include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.