sources 789 B

12345678910111213141516171819202122232425262728293031323334
  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 Sources
  13. #
  14. # Abstract:
  15. #
  16. # This file describes the common Chalk spawn module source files.
  17. #
  18. # Author:
  19. #
  20. # Evan Green 21-Jun-2017
  21. #
  22. # Environment:
  23. #
  24. # POSIX
  25. #
  26. ################################################################################
  27. OBJS = entry.o \
  28. spawn.o \
  29. WIN32_OBJS = win32.o \
  30. POSIX_OBJS = uos.o \