Makefile 607 B

12345678910111213141516171819202122
  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/gdb/Makefile.inc
  7. include ${TOPDIR}/mk/package.mk
  8. WRKSRC= ${WRKDIST}/gdb/gdbserver
  9. $(eval $(call PKG_template,GDBSERVER,gdbserver,${PKG_VERSION}-${PKG_RELEASE}))
  10. CONFIGURE_STYLE= gnu
  11. BUILD_STYLE= auto
  12. INSTALL_STYLE= auto
  13. post-install:
  14. ${INSTALL_DIR} ${IDIR_GDBSERVER}/usr/bin
  15. ${INSTALL_BIN} ${WRKINST}/usr/bin/gdbserver ${IDIR_GDBSERVER}/usr/bin/
  16. include ${TOPDIR}/mk/pkg-bottom.mk