mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Convert to automake-building rules.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Convert to automake-building rules.
|
||||||
|
|
||||||
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||||
|
|||||||
@@ -2,14 +2,21 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
OBJS = ../pclock$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
|
|
||||||
|
EXTRA_LIBRARIES = ../libbsp.a
|
||||||
|
CLEANFILES = ../libbsp.a
|
||||||
|
___libbsp_a_SOURCES =
|
||||||
|
|
||||||
|
___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \
|
||||||
../ide$(LIB_VARIANT).rel ../startup$(LIB_VARIANT).rel \
|
../ide$(LIB_VARIANT).rel ../startup$(LIB_VARIANT).rel \
|
||||||
../console$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel
|
../console$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
OBJS += ../network$(LIB_VARIANT).rel
|
___libbsp_a_LIBADD += ../network$(LIB_VARIANT).rel
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJS += ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \
|
___libbsp_a_LIBADD += \
|
||||||
|
../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/powerpc/shared/cache$(LIB_VARIANT).rel \
|
../../../../libcpu/powerpc/shared/cache$(LIB_VARIANT).rel \
|
||||||
../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
|
../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/powerpc/mpc8xx/clock$(LIB_VARIANT).rel \
|
../../../../libcpu/powerpc/mpc8xx/clock$(LIB_VARIANT).rel \
|
||||||
@@ -19,12 +26,11 @@ OBJS += ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \
|
|||||||
../../../../libcpu/powerpc/mpc8xx/timer$(LIB_VARIANT).rel \
|
../../../../libcpu/powerpc/mpc8xx/timer$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/powerpc/mpc8xx/exceptions$(LIB_VARIANT).rel
|
../../../../libcpu/powerpc/mpc8xx/exceptions$(LIB_VARIANT).rel
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
EXTRA_LIBRARIES += ../libbsp_g.a
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
CLEANFILES += ../libbsp_g.a
|
||||||
|
___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
|
||||||
|
___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
|
||||||
|
|
||||||
$(ARCH)/libbsp.a: $(OBJS)
|
noinst_DATA = ../libbsp$(LIB_VARIANT).a
|
||||||
$(make-library)
|
|
||||||
|
|
||||||
noinst_DATA = $(ARCH)/libbsp.a
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user