Makefile 412 B

12345678910111213141516171819202122
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. include ../rules.mk
  5. include Makefile.inc
  6. include ${TOPDIR}/mk/buildhlp.mk
  7. $(WRKBUILD)/.headers:
  8. touch $@
  9. $(WRKBUILD)/.configured:
  10. touch $@
  11. $(WRKBUILD)/.compiled:
  12. touch $@
  13. $(WRKBUILD)/.installed:
  14. touch $@
  15. include ${TOPDIR}/mk/toolchain.mk