2002-01-07 19:12:32 +01:00
|
|
|
#
|
|
|
|
#
|
2004-06-29 00:42:21 +02:00
|
|
|
DESTDIR =
|
2002-01-07 19:12:32 +01:00
|
|
|
VPATH = @srcdir@ @srcdir@/..
|
|
|
|
srcdir = @srcdir@
|
|
|
|
objdir = .
|
|
|
|
srcroot = $(srcdir)/../..
|
|
|
|
objroot = $(objdir)/../..
|
|
|
|
|
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
|
|
|
host_alias = @host_alias@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
|
|
|
|
bindir = @bindir@
|
|
|
|
libdir = @libdir@
|
|
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
|
|
|
|
|
|
objtype = @objtype@
|
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
|
|
|
# Multilib support variables.
|
|
|
|
# TOP is used instead of MULTI{BUILD,SRC}TOP.
|
|
|
|
MULTISRCTOP =
|
|
|
|
MULTIBUILDTOP =
|
|
|
|
MULTIDIRS =
|
|
|
|
MULTISUBDIR =
|
2017-07-05 14:02:30 +02:00
|
|
|
MULTILIBNAME =
|
2002-01-07 19:12:32 +01:00
|
|
|
MULTIDO = true
|
|
|
|
MULTICLEAN = true
|
2017-07-05 14:02:30 +02:00
|
|
|
MULTI_FLAGS_FOR_TARGET = MULTI_DEFAULT_FLAGS
|
|
|
|
MULTI_DEFAULT_FLAGS = -DSEMIHOST_V2
|
|
|
|
|
|
|
|
MULTIDIRS += semihv2m
|
|
|
|
MULTIDIR_semihv2m_FLAGS = $(MULTI_DEFAULT_FLAGS) -DSEMIHOST_V2_MIXED_MODE
|
|
|
|
MULTIDIR_semihv2m_NAME = -v2m
|
2002-01-07 19:12:32 +01:00
|
|
|
|
|
|
|
SHELL = /bin/sh
|
|
|
|
|
|
|
|
CC = @CC@
|
|
|
|
|
|
|
|
AS = @AS@
|
|
|
|
AR = @AR@
|
|
|
|
LD = @LD@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
|
2013-09-20 16:23:41 +02:00
|
|
|
SUBDIRS = @subdirs@
|
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
OBJDUMP = `if [ -f ${objroot}/../binutils/objdump ] ; \
|
|
|
|
then echo ${objroot}/../binutils/objdump ; \
|
|
|
|
else t='$(program_transform_name)'; echo objdump | sed -e $$t ; fi`
|
|
|
|
OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \
|
|
|
|
then echo ${objroot}/../binutils/objcopy ; \
|
|
|
|
else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
|
|
|
|
|
2004-06-17 21:33:27 +02:00
|
|
|
@BUILD_CRT0_TRUE@CRT0 = crt0.o
|
|
|
|
@BUILD_CRT0_TRUE@CRT0_INSTALL = install-crt0
|
2014-08-14 17:00:33 +02:00
|
|
|
@BUILD_CRT0_FALSE@CRT0 =
|
|
|
|
@BUILD_CRT0_FALSE@CRT0_INSTALL =
|
|
|
|
|
|
|
|
NANO_SCRIPTS=nano.specs
|
|
|
|
NANO_INSTALL=install-nano
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
2006-05-30 19:40:47 +02:00
|
|
|
LINUX_CRT0 = linux-crt0.o
|
|
|
|
LINUX_BSP = libgloss-linux.a
|
|
|
|
LINUX_OBJS = linux-syscalls0.o linux-syscalls1.o
|
|
|
|
LINUX_SCRIPTS = linux.specs
|
|
|
|
LINUX_INSTALL = install-linux
|
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
REDBOOT_CRT0 = redboot-crt0.o
|
|
|
|
REDBOOT_OBJS = redboot-syscalls.o
|
2002-01-07 19:12:32 +01:00
|
|
|
REDBOOT_SCRIPTS = redboot.ld redboot.specs
|
|
|
|
REDBOOT_INSTALL = install-redboot
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
|
|
|
RDPMON_CRT0 = rdpmon-crt0.o
|
|
|
|
RDPMON_BSP = librdpmon.a
|
2013-11-18 10:53:46 +01:00
|
|
|
RDPMON_OBJS = ftruncate.o libcfunc.o syscalls.o trap.o truncate.o _exit.o _kill.o
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
RDPMON_SCRIPTS = rdpmon.specs
|
|
|
|
RDPMON_INSTALL = install-rdpmon
|
|
|
|
|
2017-07-05 14:02:30 +02:00
|
|
|
RDIMON_CRT0 = rdimon-crt0${${MULTILIBNAME}}.o
|
|
|
|
RDIMON_BSP = librdimon${${MULTILIBNAME}}.a
|
2007-01-03 17:55:25 +01:00
|
|
|
RDIMON_OBJS = $(patsubst %,rdimon-%,$(RDPMON_OBJS))
|
2017-07-05 14:02:30 +02:00
|
|
|
RDIMON_SCRIPTS = rdimon${${MULTILIBNAME}}.specs \
|
|
|
|
aprofile-validation${${MULTILIBNAME}}.specs \
|
|
|
|
aprofile-ve${${MULTILIBNAME}}.specs
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
RDIMON_INSTALL = install-rdimon
|
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
CFLAGS = -g
|
|
|
|
|
2002-11-07 01:25:57 +01:00
|
|
|
# Here is all of the eval board stuff
|
|
|
|
PID_SCRIPTS = pid.specs
|
|
|
|
PID_INSTALL = install-pid
|
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
IQ80310_SCRIPTS = iq80310.specs
|
|
|
|
IQ80310_INSTALL = install-iq80310
|
|
|
|
|
2002-11-07 01:25:57 +01:00
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
# Host specific makefile fragment comes in here.
|
|
|
|
@host_makefile_frag@
|
|
|
|
|
2016-01-28 11:26:09 +01:00
|
|
|
INCLUDES += `if [ -d ${objroot}/newlib ]; then echo -I$(srcroot)/newlib/libc/machine/arm; fi`
|
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
#
|
|
|
|
# build a test program for each target board. Just trying to get
|
|
|
|
# it to link is a good test, so we ignore all the errors for now.
|
|
|
|
#
|
2006-05-30 19:40:47 +02:00
|
|
|
all: ${CRT0} ${LINUX_CRT0} ${LINUX_BSP} ${REDBOOT_CRT0} ${REDBOOT_OBJS} ${RDPMON_CRT0} ${RDPMON_BSP} ${RDIMON_CRT0} ${RDIMON_BSP}
|
2013-09-20 16:23:41 +02:00
|
|
|
@rootpre=`pwd`/; export rootpre; \
|
|
|
|
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
|
|
|
|
for dir in .. ${SUBDIRS}; do \
|
|
|
|
if [ x$$dir != x.. ]; then \
|
|
|
|
if [ -d $$dir ]; then \
|
|
|
|
(cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
|
|
|
|
else true; fi; \
|
|
|
|
else true; fi; \
|
|
|
|
done
|
2017-07-05 14:02:30 +02:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
2002-01-07 19:12:32 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# here's where we build the test programs for each target
|
|
|
|
#
|
|
|
|
.PHONY: test
|
|
|
|
test:
|
|
|
|
|
|
|
|
#
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
crt0.o: crt0.S
|
2002-01-07 19:12:32 +01:00
|
|
|
redboot-crt0.o: redboot-crt0.S
|
|
|
|
redboot-syscalls.o: redboot-syscalls.c $(srcdir)/../syscall.h
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -o $@ -c $<
|
2002-01-07 19:12:32 +01:00
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
rdpmon-crt0.o: crt0.S
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDP_MONITOR -o $@ -c $<
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
2017-07-05 14:02:30 +02:00
|
|
|
rdimon-crt0${${MULTILIBNAME}}.o: crt0.S
|
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
2013-11-18 10:53:46 +01:00
|
|
|
rdimon-ftruncate.o: ftruncate.c
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2013-11-18 10:53:46 +01:00
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
rdimon-trap.o: trap.S
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
2013-11-18 10:53:46 +01:00
|
|
|
rdimon-truncate.o: truncate.c
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2013-11-18 10:53:46 +01:00
|
|
|
|
2007-01-03 17:55:25 +01:00
|
|
|
rdimon-_exit.o: _exit.c
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2007-01-03 17:55:25 +01:00
|
|
|
|
|
|
|
rdimon-_kill.o: _kill.c
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2007-01-03 17:55:25 +01:00
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
rdimon-syscalls.o: syscalls.c
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
|
|
|
rdimon-libcfunc.o: libcfunc.c
|
2017-07-05 14:02:30 +02:00
|
|
|
$(CC) $(CFLAGS_FOR_TARGET) $($(MULTI_FLAGS_FOR_TARGET)) $(CFLAGS) $(INCLUDES) -DARM_RDI_MONITOR -o $@ -c $<
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
2006-05-30 19:40:47 +02:00
|
|
|
$(LINUX_BSP): $(LINUX_OBJS)
|
|
|
|
${AR} ${ARFLAGS} $@ $^
|
|
|
|
${RANLIB} $@
|
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
$(RDPMON_BSP): $(RDPMON_OBJS)
|
2005-04-13 02:01:40 +02:00
|
|
|
${AR} ${ARFLAGS} $@ $^
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
${RANLIB} $@
|
|
|
|
|
|
|
|
$(RDIMON_BSP): $(RDIMON_OBJS)
|
2005-04-13 02:01:40 +02:00
|
|
|
${AR} ${ARFLAGS} $@ $^
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
${RANLIB} $@
|
|
|
|
|
2017-07-05 14:02:30 +02:00
|
|
|
# Multilib support.
|
|
|
|
.PHONY: multi-do all-multi clean-multi install-multi
|
|
|
|
|
|
|
|
all-recursive: all-multi
|
|
|
|
clean-recursive: clean-multi
|
|
|
|
install-recursive: install-multi
|
|
|
|
|
|
|
|
# The $(MAKE) comments below are to enable parallel building.
|
|
|
|
all-multi:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) DO=all multi-do
|
|
|
|
|
|
|
|
clean-multi:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) DO=clean multi-do
|
|
|
|
|
|
|
|
install-multi:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) DO=install multi-do
|
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
clean mostlyclean:
|
|
|
|
rm -f a.out core *.i *.o *-test *.srec *.dis *.x $(SIM_BSP) $(IQ80310_BSP)
|
2013-09-20 16:23:41 +02:00
|
|
|
@rootpre=`pwd`/; export rootpre; \
|
|
|
|
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
|
|
|
|
for dir in .. ${SUBDIRS}; do \
|
|
|
|
if [ x$$dir != x.. ]; then \
|
|
|
|
if [ -d $$dir ]; then \
|
|
|
|
(cd $$dir; $(MAKE) $(FLAGS_TO_PASS) clean); \
|
|
|
|
else true; fi; \
|
|
|
|
else true; fi; \
|
|
|
|
done
|
2017-07-05 14:02:30 +02:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) clean-recursive
|
2002-01-07 19:12:32 +01:00
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
rm -f Makefile config.status *~
|
|
|
|
|
|
|
|
.PHONY: install info install-info clean-info
|
2014-08-14 17:00:33 +02:00
|
|
|
install: ${CRT0_INSTALL} ${LINUX_INSTALL} ${REDBOOT_INSTALL} ${RDPMON_INSTALL} ${RDIMON_INSTALL} ${IQ80310_INSTALL} ${PID_INSTALL} ${NANO_INSTALL}
|
2013-09-20 16:23:41 +02:00
|
|
|
@rootpre=`pwd`/; export rootpre; \
|
|
|
|
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
|
|
|
|
for dir in .. ${SUBDIRS}; do \
|
|
|
|
if [ x$$dir != x.. ]; then \
|
|
|
|
if [ -d $$dir ]; then \
|
|
|
|
(cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install); \
|
|
|
|
else true; fi; \
|
|
|
|
else true; fi; \
|
|
|
|
done
|
2017-07-05 14:02:30 +02:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-recursive
|
2002-01-07 19:12:32 +01:00
|
|
|
|
2014-08-14 17:00:33 +02:00
|
|
|
install-nano:
|
|
|
|
set -e; for x in ${NANO_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
install-crt0:
|
2004-06-29 00:42:21 +02:00
|
|
|
${INSTALL_DATA} ${CRT0} $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x
|
2002-01-07 19:12:32 +01:00
|
|
|
|
2006-05-30 19:40:47 +02:00
|
|
|
install-linux:
|
|
|
|
set -e; for x in ${LINUX_CRT0} ${LINUX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
|
|
|
set -e; for x in ${LINUX_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
install-redboot:
|
2004-06-29 00:42:21 +02:00
|
|
|
set -e; for x in ${REDBOOT_CRT0} ${REDBOOT_OBJS}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
|
|
|
set -e; for x in ${REDBOOT_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
2002-01-07 19:12:32 +01:00
|
|
|
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
install-rdpmon:
|
2004-06-29 00:42:21 +02:00
|
|
|
set -e; for x in ${RDPMON_CRT0} ${RDPMON_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
|
|
|
set -e; for x in ${RDPMON_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
|
|
|
install-rdimon:
|
2004-06-29 00:42:21 +02:00
|
|
|
set -e; for x in ${RDIMON_CRT0} ${RDIMON_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
|
|
|
set -e; for x in ${RDIMON_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
2004-06-09 Toralf Lund <toralf@procaptura.com>
* arm/crt0.S: Copied from newlib and it now also sets up stacks for
FIQ and IRQ mode, plus calls hardware_init_hook() and
software_init_hook() if present.
* arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
from newlib.
* arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
librdpmon.a, librdimon.a - support file for "bare" setup, as well
as "RDP" and "RDI" monitors.
* arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
with above mentioned support libs and startfiles.
2004-06-09 21:06:50 +02:00
|
|
|
|
|
|
|
|
2002-11-07 01:25:57 +01:00
|
|
|
install-pid:
|
2004-06-29 00:42:21 +02:00
|
|
|
set -e; for x in ${PID_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
2002-11-07 01:25:57 +01:00
|
|
|
|
2002-01-07 19:12:32 +01:00
|
|
|
install-iq80310:
|
2004-06-29 00:42:21 +02:00
|
|
|
set -e; for x in ${IQ80310_SCRIPTS}; do ${INSTALL_DATA} ${srcdir}/${objtype}$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
|
2002-01-07 19:12:32 +01:00
|
|
|
|
|
|
|
|
|
|
|
doc:
|
|
|
|
info:
|
|
|
|
install-info:
|
|
|
|
clean-info:
|
|
|
|
|
|
|
|
Makefile: Makefile.in config.status @host_makefile_frag_path@
|
|
|
|
$(SHELL) config.status
|
|
|
|
|
|
|
|
config.status: configure
|
|
|
|
$(SHELL) config.status --recheck
|
2017-07-05 14:02:30 +02:00
|
|
|
|
|
|
|
include $(srcdir)/../multi-build.in
|