Makefile 853 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ################################################################################
  2. #
  3. # Copyright (c) 2017 Minoca Corp.
  4. #
  5. # This file is licensed under the terms of the GNU General Public License
  6. # version 3. Alternative licensing terms are available. Contact
  7. # info@minocacorp.com for details. See the LICENSE file at the root of this
  8. # project for complete licensing information.
  9. #
  10. # Binary Name:
  11. #
  12. # spawn
  13. #
  14. # Abstract:
  15. #
  16. # This Chalk module implements subprocess functionality.
  17. #
  18. # Author:
  19. #
  20. # Evan Green 21-Jun-2017
  21. #
  22. # Environment:
  23. #
  24. # POSIX
  25. #
  26. ################################################################################
  27. BINARY = spawn.a
  28. BINARYTYPE = library
  29. include $(SRCDIR)/sources
  30. OBJS += $(POSIX_OBJS)
  31. DIRS = build \
  32. dynamic \
  33. include $(SRCROOT)/os/minoca.mk
  34. dynamic: $(BINARY)