forked from Imagelibrary/rtems
2008-09-30 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-30 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>
|
||||||
|
|
||||||
* Makefile.am: Eliminate *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -25,15 +24,13 @@ include_HEADERS += include/coverhd.h
|
|||||||
include_bsp_HEADERS = ../../i386/shared/irq/irq.h \
|
include_bsp_HEADERS = ../../i386/shared/irq/irq.h \
|
||||||
../../i386/shared/irq/irq_asm.h
|
../../i386/shared/irq/irq_asm.h
|
||||||
|
|
||||||
noinst_HEADERS = start/80386ex.h start/80386ex.inc start/macros.inc
|
noinst_LIBRARIES = libbspstart.a
|
||||||
EXTRA_DIST = start/start.S
|
libbspstart_a_SOURCES = start/start.S start/80386ex.h start/80386ex.inc start/macros.inc
|
||||||
start.$(OBJEXT): 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 =
|
||||||
|
|
||||||
include_HEADERS += ../../i386/shared/comm/uart.h
|
include_HEADERS += ../../i386/shared/comm/uart.h
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 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>
|
||||||
|
|
||||||
* Makefile.am: Eliminate *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -29,17 +28,14 @@ include_HEADERS += include/coverhd.h
|
|||||||
include_bsp_HEADERS = ../../i386/shared/irq/irq.h \
|
include_bsp_HEADERS = ../../i386/shared/irq/irq.h \
|
||||||
../../i386/shared/irq/irq_asm.h
|
../../i386/shared/irq/irq_asm.h
|
||||||
|
|
||||||
noinst_HEADERS = start/80386ex.h start/80386ex.inc start/macros.inc \
|
noinst_LIBRARIES = libbspstart.a
|
||||||
start/ts_1325.inc
|
libbspstart_a_SOURCES = start/start.S start/80386ex.h \
|
||||||
EXTRA_DIST = start/start.S
|
start/80386ex.inc start/macros.inc start/ts_1325.inc
|
||||||
start.$(OBJEXT): 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 =
|
||||||
|
|
||||||
include_HEADERS += ../../i386/shared/comm/uart.h
|
include_HEADERS += ../../i386/shared/comm/uart.h
|
||||||
|
|||||||
Reference in New Issue
Block a user