source: rtems/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @ 2d0bc83

5
Last change on this file since 2d0bc83 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
RevLine 
[032e5e4]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
[f3ce8f41]8include $(top_srcdir)/../../bsp.am
[032e5e4]9
[2afb22b]10dist_project_lib_DATA = startup/bsp_specs
[032e5e4]11
12DISTCLEANFILES = include/bspopts.h
13
14
[ec32100]15start.$(OBJEXT): start/start.S
16        $(CPPASCOMPILE) -o $@ -c $<
[032e5e4]17project_lib_DATA = start.$(OBJEXT)
18
[2afb22b]19project_lib_DATA += linkcmds
[032e5e4]20
[ec32100]21noinst_LIBRARIES = libbsp.a
[032e5e4]22libbsp_a_SOURCES =
23
24# startup
[ca4602e]25libbsp_a_SOURCES += ../../shared/bspclean.c \
[2858939a]26    ../../shared/bsppredriverhook.c \
[ca4602e]27    ../../shared/bspgetworkarea.c \
[863559a]28    ../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
[ca4895c]29    ../../shared/getentropy-cpucounter.c \
[94a54ae1]30    ../../shared/gnatinstallhandler.c
[3dd381f]31libbsp_a_SOURCES += ../../shared/bspreset.c
[032e5e4]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
[481054e0]40# Cache
[4cf93658]41libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
[481054e0]42
[032e5e4]43
44include $(top_srcdir)/../../../../automake/local.am
[2afb22b]45include $(srcdir)/../../../../../../bsps/moxie/moxiesim/headers.am
Note: See TracBrowser for help on using the repository browser.