source: rtems/c/src/lib/libbsp/m68k/mrm332/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
17
18include_HEADERS += include/mrm332.h
19
20EXTRA_DIST += times
21
22EXTRA_DIST += start/start.S
23start.$(OBJEXT): start/start.S
24        $(CPPASCOMPILE) -o $@ -c $<
25project_lib_DATA = start.$(OBJEXT)
26
27dist_project_lib_DATA += startup/linkcmds
28
29noinst_LIBRARIES = libbsp.a
30libbsp_a_SOURCES =
31
32# startup
33libbsp_a_SOURCES += startup/start_c.c \
34    ../../shared/bspstart.c startup/bsppredriverhook.c \
35    ../../shared/bootcard.c ../../shared/sbrk.c \
36    ../../shared/getentropy-cpucounter.c \
37    ../../shared/bspclean.c \
38    ../../shared/setvec.c \
39    ../../shared/bspgetworkarea.c ../../shared/gnatinstallhandler.c
40libbsp_a_SOURCES += ../../shared/bspreset.c
41# clock
42libbsp_a_SOURCES += clock/ckinit.c
43# console
44libbsp_a_SOURCES += console/console.c console/sci.c console/sci.h
45# spurious
46libbsp_a_SOURCES += spurious/spinit.c
47# timer
48libbsp_a_SOURCES += timer/timer.c
49
50libbsp_a_LIBADD = \
51    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
52    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
53
54include $(srcdir)/preinstall.am
55include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.