forked from Imagelibrary/rtems
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/posix/Makefile.am: Add multilib support. * wrapup/itron/Makefile.am: Add multilib support. * wrapup/rtems/Makefile.am: Add multilib support. * Makefile.am: Add multilib support.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/posix/Makefile.am: Add multilib support.
|
||||||
|
* wrapup/itron/Makefile.am: Add multilib support.
|
||||||
|
* wrapup/rtems/Makefile.am: Add multilib support.
|
||||||
|
* Makefile.am: Add multilib support.
|
||||||
|
|
||||||
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
|
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.5
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||||
|
|
||||||
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
|
|
||||||
if HAS_POSIX
|
if HAS_POSIX
|
||||||
POSIX_SUBDIRS = posix
|
POSIX_SUBDIRS = posix
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ LIBNAME = libitron
|
|||||||
LIB = $(ARCH)/$(LIBNAME).a
|
LIB = $(ARCH)/$(LIBNAME).a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
@@ -22,9 +22,9 @@ OBJS = $(ITRON_OBJS)
|
|||||||
$(LIB): ${OBJS}
|
$(LIB): ${OBJS}
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
ITRON_LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
ITRON_LIB = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
|
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ LIBNAME = libposix
|
|||||||
LIB = $(ARCH)/$(LIBNAME).a
|
LIB = $(ARCH)/$(LIBNAME).a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
@@ -22,9 +22,9 @@ OBJS = $(POSIX_OBJS)
|
|||||||
$(LIB): ${OBJS}
|
$(LIB): ${OBJS}
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
POSIX_LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
POSIX_LIB = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
|
all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
|||||||
LIBNAME = librtems
|
LIBNAME = librtems
|
||||||
LIB = $(ARCH)/$(LIBNAME).a
|
LIB = $(ARCH)/$(LIBNAME).a
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
@@ -22,13 +22,10 @@ SIZE_RTEMS = $(SHELL) $(PROJECT_TOPdir)/tools/cpu/generic/size_rtems
|
|||||||
|
|
||||||
$(LIB): ${OBJS}
|
$(LIB): ${OBJS}
|
||||||
$(make-library)
|
$(make-library)
|
||||||
# cd $(PROJECT_ROOT) ; \
|
|
||||||
# $(SIZE_RTEMS) @RTEMS_BSP@ $(ARCH) \
|
|
||||||
# >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
|
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
all-local: ${ARCH} $(TMPINSTALL_FILES)
|
all-local: ${ARCH} $(TMPINSTALL_FILES)
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/posix/Makefile.am: Add multilib support.
|
||||||
|
* wrapup/itron/Makefile.am: Add multilib support.
|
||||||
|
* wrapup/rtems/Makefile.am: Add multilib support.
|
||||||
|
* Makefile.am: Add multilib support.
|
||||||
|
|
||||||
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
|
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.5
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||||
|
|
||||||
|
include $(top_srcdir)/../../../automake/multilib.am
|
||||||
|
|
||||||
if HAS_POSIX
|
if HAS_POSIX
|
||||||
POSIX_SUBDIRS = posix
|
POSIX_SUBDIRS = posix
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user