forked from Imagelibrary/rtems
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Add multilib support. * src/Makefile.am: Add multilib support.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* optman/Makefile.am: Add multilib support.
|
||||
* src/Makefile.am: Add multilib support.
|
||||
|
||||
2001-10-16 Chris Johns <ccj@acm.org>
|
||||
|
||||
* include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
|
||||
|
||||
@@ -12,14 +12,14 @@ PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
||||
## FIXME: Is this used anywhere?
|
||||
ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
$(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)
|
||||
$(C_FILES:%.c=$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel)
|
||||
|
||||
$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
|
||||
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
#
|
||||
|
||||
@@ -10,7 +10,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
|
||||
Reference in New Issue
Block a user