source: rtems/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @ 9edb72e

5
Last change on this file since 9edb72e was 9edb72e, checked in by Sebastian Huber <sebastian.huber@…>, on 04/05/18 at 04:56:26

build: Remove DISTCLEANFILES

A "make distclean" is not supported. So, it makes no sense to have pure
"make distclean" 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
12
13
14start.$(OBJEXT): start/start.S
15        $(CPPASCOMPILE) -o $@ -c $<
16project_lib_DATA = start.$(OBJEXT)
17
18project_lib_DATA += linkcmds
19
20project_lib_LIBRARIES = librtemsbsp.a
21librtemsbsp_a_SOURCES =
22
23# startup
24librtemsbsp_a_SOURCES += ../../shared/bspclean.c \
25    ../../shared/bsppredriverhook.c \
26    ../../shared/bspgetworkarea.c \
27    ../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
28    ../../shared/getentropy-cpucounter.c \
29    ../../shared/gnatinstallhandler.c
30librtemsbsp_a_SOURCES += ../../shared/bspreset.c
31# clock
32librtemsbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
33# console
34librtemsbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c \
35   console/syscalls.S
36# timer
37librtemsbsp_a_SOURCES += ../../shared/timerstub.c
38
39# Cache
40librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
41
42
43include $(top_srcdir)/../../../../automake/local.am
44include $(srcdir)/../../../../../../bsps/shared/shared-sources.am
45include $(srcdir)/../../../../../../bsps/moxie/moxiesim/headers.am
Note: See TracBrowser for help on using the repository browser.