source: rtems/c/src/lib/libbsp/m68k/gen68340/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.3 KB
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
[7068e246]2
[65cf99c]3include $(top_srcdir)/../../../../automake/compile.am
[f3ce8f41]4include $(top_srcdir)/../../bsp.am
[65cf99c]5
[2afb22b]6dist_project_lib_DATA = startup/bsp_specs
[a1bc0a15]7
[4cbf22a]8DISTCLEANFILES = include/bspopts.h
9noinst_PROGRAMS =
[7068e246]10
[2821666f]11
[ec32100]12start.$(OBJEXT): start/start.S
13        $(CPPASCOMPILE) -o $@ -c $<
[4cbf22a]14project_lib_DATA = start.$(OBJEXT)
[54df0db]15
[2afb22b]16project_lib_DATA += linkcmds
[54df0db]17
[ec32100]18noinst_LIBRARIES = libbsp.a
[64eb0c7]19libbsp_a_SOURCES =
[e94666d]20
[64eb0c7]21# startup
[ca4602e]22libbsp_a_SOURCES += ../../shared/bspclean.c \
[07ce99e]23    ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
[ca4602e]24    ../../shared/bspstart.c startup/init68340.c \
[2858939a]25    ../../shared/bootcard.c \
[ca4895c]26    ../../shared/getentropy-cpucounter.c \
[06d34af]27    ../../shared/sbrk.c ../../shared/setvec.c \
[54df0db]28    startup/dumpanic.c ../../shared/gnatinstallhandler.c
[3dd381f]29libbsp_a_SOURCES += ../../shared/bspreset.c
[64eb0c7]30# clock
31libbsp_a_SOURCES += clock/ckinit.c
32# console
[eb148a26]33libbsp_a_SOURCES += console/console.c console/m340uart.c \
34    ../../shared/dummy_printk_support.c
[64eb0c7]35# timer
36libbsp_a_SOURCES += timer/timer.c
[1d0ee80e]37
[4cf93658]38libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/cache/cache.c
[fc2ec62]39libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/m68kidle.c
40libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/memProbe.c
[65cf99c]41
[a4aeb92]42include $(top_srcdir)/../../../../automake/local.am
[2afb22b]43include $(srcdir)/../../../../../../bsps/m68k/gen68340/headers.am
Note: See TracBrowser for help on using the repository browser.