Makefile 524 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/glibc/Makefile.inc
  7. PKG_NAME:= libstdcxx
  8. NO_DISTFILES:= 1
  9. include ${TOPDIR}/mk/package.mk
  10. $(eval $(call PKG_template,LIBSTDCXX,libstdcxx,${PKG_VERSION}-${PKG_RELEASE}))
  11. do-install:
  12. ${INSTALL_DIR} ${IDIR_LIBSTDCXX}/lib
  13. $(CP) ${STAGING_DIR}/lib/libstdc++.so.* ${IDIR_LIBSTDCXX}/lib
  14. include ${TOPDIR}/mk/pkg-bottom.mk