source: rtems/c/src/lib/libbsp/c4x/c4xsim/Makefile.am @ 64eb0c7

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

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

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 1.6 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
12include $(top_srcdir)/../../bsp.am
13
14dist_project_lib_DATA = bsp_specs
15
16include_HEADERS = include/bsp.h
17include_HEADERS += include/tm27.h
18
19nodist_include_HEADERS = include/bspopts.h
20DISTCLEANFILES = include/bspopts.h
21
22include_HEADERS += include/simio.h
23nodist_include_HEADERS += ../../shared/include/coverhd.h
24
25EXTRA_DIST = start/start.S
26start.$(OBJEXT): start/start.S
27        $(CPPASCOMPILE) -o $@ -c $<
28project_lib_DATA = start.$(OBJEXT)
29
30dist_project_lib_DATA += startup/linkcmds
31
32noinst_LIBRARIES = libbsp.a
33libbsp_a_SOURCES =
34
35# startup
36libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
37    ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
38    ../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \
39    ../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \
40    ../../c4x/shared/c3xspurious.c ../../c4x/shared/c4xspurious.c \
41    ../../c4x/shared/bspspuriousinit.c startup/spurious.c \
42    ../../shared/gnatinstallhandler.c
43# clock
44libbsp_a_SOURCES += clock/clock.c
45# console
46libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \
47    console/simio.c ../../shared/console.c
48# debugio
49libbsp_a_SOURCES += console/debugio.c
50# timer
51libbsp_a_SOURCES += timer/timer.c
52
53EXTRA_DIST += times
54
55include $(srcdir)/preinstall.am
56include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.