source: rtems/c/src/lib/libbsp/m68k/mvme147/Makefile.am @ c608efb

4.9
Last change on this file since c608efb was 4598164, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/08 at 19:28:19

2008-09-03 Joel Sherrill <joel.sherrill@…>

PR 1304/bsps

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