Makefile 479 B

12345678910111213141516171819
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. include ${TOPDIR}/toolchain/mpfr/Makefile.inc
  7. include ${TOPDIR}/mk/package.mk
  8. $(eval $(call PKG_template,MPFR,mpfr,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  9. CONFIGURE_STYLE= gnu
  10. BUILD_STYLE= auto
  11. INSTALL_STYLE= auto
  12. post-install:
  13. ${INSTALL_DIR} ${IDIR_MPFR}/usr/lib
  14. include ${TOPDIR}/mk/pkg-bottom.mk