Makefile 340 B

12345678910111213141516171819202122232425
  1. #
  2. # include ../../../defs.mk
  3. #
  4. # SRCS+=testutils.c
  5. #
  6. # include ../../../mk/os161.lib.mk
  7. #
  8. # LIB=testutils
  9. #
  10. # Makefile for test utility library
  11. #
  12. TOP=../../..
  13. .include "$(TOP)/mk/os161.config.mk"
  14. SRCS+= testutils.c
  15. # Name of the library.
  16. LIB=testutils
  17. # Let the templates do most of the work.
  18. .include "$(TOP)/mk/os161.lib.mk"