source: rtems/c/src/lib/libbsp/m68k/sim68000/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
7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
10include_bspdir = $(includedir)/bsp
11
12dist_project_lib_DATA = bsp_specs
13
14include_HEADERS = include/bsp.h
15include_HEADERS += include/tm27.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20noinst_PROGRAMS =
21
22nodist_include_HEADERS += ../../shared/include/coverhd.h
23
24EXTRA_DIST = start/start.S
25start.$(OBJEXT): start/start.S
26        $(CPPASCOMPILE) -o $@ -c $<
27
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/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \
38    startup/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
39    ../../shared/bspgetworkarea.c ../../shared/sbrk.c \
40    ../../m68k/shared/setvec.c ../../shared/gnatinstallhandler.c \
41    ../../m68k/shared/bspspuriousinit.c ../../m68k/shared/m68000spurious.c \
42    startup/spurious_assistant.c
43# clock
44libbsp_a_SOURCES += clock/clockdrv.c
45# console
46libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c
47# debugio
48libbsp_a_SOURCES += console/debugio.c
49# timer
50libbsp_a_SOURCES += ../../shared/timerstub.c
51
52libbsp_a_LIBADD = \
53    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
54    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
55
56include $(srcdir)/preinstall.am
57include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.