mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 14:38:27 +08: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-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use include_*HEADERS for .../shared/*.h.
|
||||
|
||||
@@ -2,13 +2,19 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||
OBJS = ../startup$(LIB_VARIANT).rel ../pclock$(LIB_VARIANT).rel \
|
||||
../console$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \
|
||||
../openpic$(LIB_VARIANT).rel ../pci$(LIB_VARIANT).rel \
|
||||
../residual$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel \
|
||||
../motorola$(LIB_VARIANT).rel ../vme$(LIB_VARIANT).rel
|
||||
OBJS += ../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent$(LIB_VARIANT).rel \
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
|
||||
EXTRA_LIBRARIES = ../libbsp.a
|
||||
CLEANFILES = ../libbsp.a
|
||||
___libbsp_a_SOURCES =
|
||||
___libbsp_a_LIBADD = ../startup$(LIB_VARIANT).rel \
|
||||
../pclock$(LIB_VARIANT).rel ../console$(LIB_VARIANT).rel \
|
||||
../irq$(LIB_VARIANT).rel ../openpic$(LIB_VARIANT).rel \
|
||||
../pci$(LIB_VARIANT).rel ../residual$(LIB_VARIANT).rel \
|
||||
../vectors$(LIB_VARIANT).rel ../motorola$(LIB_VARIANT).rel \
|
||||
../vme$(LIB_VARIANT).rel
|
||||
___libbsp_a_LIBADD += \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/@RTEMS_CPU@/shared/stack$(LIB_VARIANT).rel \
|
||||
../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/clock$(LIB_VARIANT).rel \
|
||||
@@ -16,12 +22,11 @@ OBJS += ../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/mmu$(LIB_VARIANT).rel \
|
||||
../../../../libcpu/$(RTEMS_CPU)/mpc6xx/timer$(LIB_VARIANT).rel
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../automake/lib.am
|
||||
EXTRA_LIBRARIES += ../libbsp_g.a
|
||||
CLEANFILES += ../libbsp_g.a
|
||||
___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
|
||||
___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
|
||||
|
||||
$(ARCH)/libbsp.a: $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
noinst_DATA = $(ARCH)/libbsp.a
|
||||
noinst_DATA = ../libbsp$(LIB_VARIANT).a
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user