source: rtems/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @ 66b99a1

5
Last change on this file since 66b99a1 was 2d0bc83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/30/18 at 18:42:21

build: Remove EXTRA_DIST

A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1##
2## $Id: Makefile.am,v 1.36 2008/10/02 21:39:40 joel Exp $
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
10dist_project_lib_DATA = startup/bsp_specs
11
12DISTCLEANFILES = include/bspopts.h
13
14
15start.$(OBJEXT): start/start.S
16        $(CPPASCOMPILE) -o $@ -c $<
17project_lib_DATA = start.$(OBJEXT)
18
19project_lib_DATA += linkcmds
20
21noinst_LIBRARIES = libbsp.a
22libbsp_a_SOURCES =
23
24# startup
25libbsp_a_SOURCES += ../../shared/bspclean.c \
26    ../../shared/bsppredriverhook.c \
27    ../../shared/bspgetworkarea.c \
28    ../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
29    ../../shared/getentropy-cpucounter.c \
30    ../../shared/gnatinstallhandler.c
31libbsp_a_SOURCES += ../../shared/bspreset.c
32# clock
33libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
34# console
35libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c \
36   console/syscalls.S
37# timer
38libbsp_a_SOURCES += ../../shared/timerstub.c
39
40# Cache
41libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
42
43
44include $(top_srcdir)/../../../../automake/local.am
45include $(srcdir)/../../../../../../bsps/moxie/moxiesim/headers.am
Note: See TracBrowser for help on using the repository browser.