Makefile 541 B

1234567891011121314151617181920
  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/gmp/Makefile.inc
  7. include ${TOPDIR}/mk/package.mk
  8. $(eval $(call PKG_template,LIBGMP,libgmp,${PKG_VERSION}-${PKG_RELEASE}))
  9. CONFIGURE_STYLE:= gnu
  10. BUILD_STYLE:= auto
  11. INSTALL_STYLE:= auto
  12. post-install:
  13. ${INSTALL_DIR} ${IDIR_LIBGMP}/usr/lib
  14. ${CP} ${WRKINST}/usr/lib/libgmp.so.* ${IDIR_LIBGMP}/usr/lib/
  15. include ${TOPDIR}/mk/pkg-bottom.mk