source: rtems/c/src/lib/libbsp/sh/shsim/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.5 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[86ec6ed]2
[7a5a3a41]3include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]4include $(top_srcdir)/../../bsp.am
[7a5a3a41]5
[2afb22b]6dist_project_lib_DATA = startup/bsp_specs
[c06b3fa]7
[db3fa14]8DISTCLEANFILES = include/bspopts.h
[2a7f9a28]9
[d0d6a5c]10
[ec32100]11start.$(OBJEXT): start/start.S
12        $(CPPASCOMPILE) -o $@ -c $<
[db3fa14]13project_lib_DATA = start.$(OBJEXT)
[7a5a3a41]14
[2afb22b]15project_lib_DATA += linkcmds
[7a5a3a41]16
[ec32100]17noinst_LIBRARIES = libbsp.a
[64eb0c7]18libbsp_a_SOURCES =
[e94666d]19
[64eb0c7]20# startup
[a531683]21libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
22libbsp_a_SOURCES += ../shared/startup/bspstart.c
23libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
24libbsp_a_SOURCES += ../../shared/bspclean.c
[ca4895c]25libbsp_a_SOURCES += ../../shared/sbrk.c
26libbsp_a_SOURCES += ../../shared/bootcard.c
27libbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
[a531683]28libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
29libbsp_a_SOURCES += ../shared/bsphwinit.c
[139a3ab]30libbsp_a_SOURCES += startup/sysexit.c
[3dd381f]31libbsp_a_SOURCES += ../../shared/bspreset.c
[604f080c]32libbsp_a_SOURCES += startup/cpu_asm.c
33libbsp_a_SOURCES += startup/ispshgdb.c
[a531683]34
[64eb0c7]35# clock
36libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
[a9285f5]37
[64eb0c7]38# console
39libbsp_a_SOURCES += ../../shared/console-polled.c
[a531683]40libbsp_a_SOURCES += console/console-io.c
41libbsp_a_SOURCES += console/console-support.S
42libbsp_a_SOURCES += console/console-debugio.c
43
[542e7b3]44# timer
45libbsp_a_SOURCES += ../../shared/timerstub.c
[1d0ee80e]46
[2f91de2d]47# Cache
[4cf93658]48libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
[a9285f5]49
[e665ad1]50include $(top_srcdir)/../../../../automake/local.am
[2afb22b]51include $(srcdir)/../../../../../../bsps/sh/shsim/headers.am
Note: See TracBrowser for help on using the repository browser.