source: rtems/c/src/lib/libbsp/m68k/mcf5225x/Makefile.am @ ec32100

5
Last change on this file since ec32100 was ec32100, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 06:37:44

bsps: Use CPPASCOMPILE for startfile

Update #3254.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2EXTRA_DIST =
3
4include $(top_srcdir)/../../../../automake/compile.am
5include $(top_srcdir)/../../bsp.am
6
7include_bspdir = $(includedir)/bsp
8
9dist_project_lib_DATA = bsp_specs
10
11include_HEADERS = include/bsp.h
12include_HEADERS += include/tm27.h
13
14nodist_include_HEADERS = include/bspopts.h
15nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
18
19
20EXTRA_DIST += start/start.S
21start.$(OBJEXT): start/start.S
22        $(CPPASCOMPILE) -o $@ -c $<
23project_lib_DATA = start.$(OBJEXT)
24
25dist_project_lib_DATA += startup/linkcmds
26
27noinst_LIBRARIES = libbsp.a
28libbsp_a_SOURCES = \
29    ../../shared/bspclean.c \
30    ../../shared/bspreset_loop.c \
31    ../../shared/bsppredriverhook.c \
32    ../../shared/bspgetworkarea.c \
33    startup/init5225x.c startup/bspstart.c \
34    ../../shared/bootcard.c \
35    ../../shared/getentropy-cpucounter.c \
36    ../../shared/sbrk.c ../../shared/setvec.c \
37    ../../shared/gnatinstallhandler.c
38libbsp_a_SOURCES += clock/clock.c
39libbsp_a_SOURCES += console/console.c
40libbsp_a_SOURCES += console/debugio.c
41libbsp_a_SOURCES += timer/timer.c
42
43libbsp_a_LIBADD = \
44    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
45    ../../../libcpu/@RTEMS_CPU@/mcf5225x/cachepd.rel \
46    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
47
48include $(srcdir)/preinstall.am
49include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.