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