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

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • 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
17noinst_PROGRAMS =
18
19include_HEADERS += include/mrm332.h
20nodist_include_HEADERS += ../../shared/include/coverhd.h
21
22EXTRA_DIST = times
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 startup/linkcmds_ROM
31
32startup_SOURCES = startup/start_c.c ../../shared/bsplibc.c \
33    ../../shared/bsppost.c startup/bspstart.c startup/bspclean.c \
34    ../../shared/bootcard.c ../../m68k/shared/m68kpretaskinghook.c \
35    ../../shared/sbrk.c ../../m68k/shared/setvec.c \
36    ../../shared/gnatinstallhandler.c startup/except_vect_332_ROM.S
37clock_SOURCES = clock/ckinit.c
38console_SOURCES = console/console.c console/sci.c console/sci.h
39spurious_SOURCES = spurious/spinit.c
40timer_SOURCES = timer/timer.c
41
42noinst_LIBRARIES = libbsp.a
43libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
44    $(spurious_SOURCES) $(timer_SOURCES)
45
46libbsp_a_LIBADD = \
47    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
48    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
49
50include $(srcdir)/preinstall.am
51include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.