1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR
)/rules.mk
7 include ${TOPDIR}/mk
/buildhlp.mk
10 $(WRKBUILD
)/.configured
:
12 $(WRKBUILD
)/configure \
13 --prefix=$(STAGING_TOOLS
) \
14 --build
=$(GNU_HOST_NAME
) \
15 --host
=$(GNU_HOST_NAME
) \
22 $(WRKBUILD
)/.compiled
: $(WRKBUILD
)/.configured
23 $(MAKE
) -C
$(WRKBUILD
) all
26 $(WRKBUILD
)/.installed
: $(WRKBUILD
)/.compiled
27 $(MAKE
) -C
$(WRKBUILD
) install
30 include ${TOPDIR}/mk
/toolchain.mk