From 64eb0c7f4269504e45e73cee0aa4320f9e5ecedf Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2008 10:19:37 +0000 Subject: =?UTF-8?q?2008-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Eliminate *_SOURCES. --- c/src/lib/libbsp/c4x/c4xsim/ChangeLog | 4 ++++ c/src/lib/libbsp/c4x/c4xsim/Makefile.am | 19 +++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/c4x/c4xsim') diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog index c48cf90fe7..4ff9a362ca 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Eliminate *_SOURCES. + 2008-09-29 Ralf Corsépius * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its diff --git a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am index 3d46691999..e356e88cae 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am @@ -30,22 +30,25 @@ project_lib_DATA = start.$(OBJEXT) dist_project_lib_DATA += startup/linkcmds noinst_LIBRARIES = libbsp.a +libbsp_a_SOURCES = -startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ +# startup +libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \ ../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \ ../../c4x/shared/c3xspurious.c ../../c4x/shared/c4xspurious.c \ ../../c4x/shared/bspspuriousinit.c startup/spurious.c \ ../../shared/gnatinstallhandler.c -clock_SOURCES = clock/clock.c -console_SOURCES = console/consolereserveresources.c console/debugio.c \ +# clock +libbsp_a_SOURCES += clock/clock.c +# console +libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \ console/simio.c ../../shared/console.c -debugio_SOURCES = console/debugio.c -timer_SOURCES = timer/timer.c - -libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ - $(debugio_SOURCES) $(timer_SOURCES) +# debugio +libbsp_a_SOURCES += console/debugio.c +# timer +libbsp_a_SOURCES += timer/timer.c EXTRA_DIST += times -- cgit v1.2.3