source: rtems/c/src/lib/libbsp/m68k/mrm332/Makefile.am @ c3f92ef

4.9
Last change on this file since c3f92ef was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

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

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 1.4 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
18include_HEADERS += include/mrm332.h
19nodist_include_HEADERS += ../../shared/include/coverhd.h
20
21EXTRA_DIST = times
22
23EXTRA_DIST += start/start.S
24start.$(OBJEXT): start/start.S
25        $(CPPASCOMPILE) -o $@ -c $<
26
27project_lib_DATA = start.$(OBJEXT)
28
29dist_project_lib_DATA += startup/linkcmds startup/linkcmds_ROM
30
31startup_SOURCES = startup/start_c.c ../../shared/bsplibc.c \
32    ../../shared/bsppost.c startup/bspstart.c startup/bspclean.c \
33    ../../shared/bootcard.c ../../m68k/shared/m68kpretaskinghook.c \
34    ../../shared/sbrk.c ../../m68k/shared/setvec.c \
35    ../../shared/gnatinstallhandler.c startup/except_vect_332_ROM.S
36clock_SOURCES = clock/ckinit.c
37console_SOURCES = console/console.c console/sci.c console/sci.h
38spurious_SOURCES = spurious/spinit.c
39timer_SOURCES = timer/timer.c
40
41noinst_LIBRARIES = libbsp.a
42libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
43    $(spurious_SOURCES) $(timer_SOURCES)
44
45libbsp_a_LIBADD = \
46    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
47    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
48
49include $(srcdir)/preinstall.am
50include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.