forked from Imagelibrary/rtems
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:
@@ -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).
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user