2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
	of building libbspstart.a, using automake-rules.
This commit is contained in:
Ralf Corsepius
2008-09-29 13:40:38 +00:00
parent c830a3c818
commit c01fe2ed48
12 changed files with 50 additions and 36 deletions

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
of building libbspstart.a, using automake-rules.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h). * start/regs.S: Remove (Renamed into start/regs.h).

View File

@@ -5,7 +5,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp include_bspdir = $(includedir)/bsp
@@ -21,14 +20,13 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
noinst_PROGRAMS = noinst_PROGRAMS =
EXTRA_DIST = start/start.S start/regs.h noinst_LIBRARIES = libbspstart.a
start.$(OBJEXT): start/start.S libbspstart_a_SOURCES = start/start.S start/regs.h
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
# startup # startup

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
of building libbspstart.a, using automake-rules.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h). * start/regs.S: Remove (Renamed into start/regs.h).

View File

@@ -5,7 +5,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp include_bspdir = $(includedir)/bsp
@@ -21,15 +20,13 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S start/regs.h start/mg5.h noinst_LIBRARIES = libbspstart.a
start.$(OBJEXT): start/start.S libbspstart_a_SOURCES = start/start.S start/regs.h start/mg5.h
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
# startup # startup

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
of building libbspstart.a, using automake-rules.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).

View File

@@ -5,7 +5,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp include_bspdir = $(includedir)/bsp
@@ -21,15 +20,13 @@ DISTCLEANFILES = include/bspopts.h
nodist_include_HEADERS += ../../shared/include/coverhd.h nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S noinst_LIBRARIES = libbspstart.a
start.$(OBJEXT): start/start.S libbspstart_a_SOURCES = start/start.S
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
# startup # startup

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
of building libbspstart.a, using automake-rules.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h). * start/regs.S: Remove (Renamed into start/regs.h).

View File

@@ -9,7 +9,6 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = . tools SUBDIRS = . tools
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp include_bspdir = $(includedir)/bsp
@@ -24,14 +23,13 @@ DISTCLEANFILES = include/bspopts.h
nodist_include_HEADERS += ../../shared/include/coverhd.h nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S start/regs.h noinst_LIBRARIES = libbspstart.a
start.$(OBJEXT): start/start.S libbspstart_a_SOURCES = start/start.S start/regs.h
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
# startup # startup

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
of building libbspstart.a, using automake-rules.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).

View File

@@ -5,7 +5,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp include_bspdir = $(includedir)/bsp
@@ -22,15 +21,13 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S noinst_LIBRARIES = libbspstart.a
start.$(OBJEXT): start/start.S libbspstart_a_SOURCES = start/start.S
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
# startup # startup
@@ -44,7 +41,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
# FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed # FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed
clock_CPPFLAGS = -I$(srcdir)/../../shared clock_CPPFLAGS = -I$(srcdir)/../../shared
EXTRA_DIST += ../../mips/shared/clockdrv_shell.c EXTRA_DIST = ../../mips/shared/clockdrv_shell.c
noinst_PROGRAMS += clock.rel noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/clockdrv.c clock_rel_SOURCES = clock/clockdrv.c
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(clock_CPPFLAGS) clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(clock_CPPFLAGS)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
of building libbspstart.a, using automake-rules.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Rename into liblnk/regs.h). * liblnk/regs.S: Remove (Rename into liblnk/regs.h).

View File

@@ -5,7 +5,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp include_bspdir = $(includedir)/bsp
@@ -22,15 +21,13 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S noinst_LIBRARIES = libbspstart.a
start.$(OBJEXT): start/start.S libbspstart_a_SOURCES = start/start.S
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
# startup # startup
@@ -44,7 +41,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
# FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed # FIXME: clockdrv.c and clockdrv_shell.c are structurally flawed
clock_CPPFLAGS = -I$(srcdir)/../../shared clock_CPPFLAGS = -I$(srcdir)/../../shared
EXTRA_DIST += ../../mips/shared/clockdrv_shell.c EXTRA_DIST = ../../mips/shared/clockdrv_shell.c
noinst_PROGRAMS += clock.rel noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/clockdrv.c clock_rel_SOURCES = clock/clockdrv.c
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(clock_CPPFLAGS) clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(clock_CPPFLAGS)