makefile.unx 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # =========================================================================
  2. # This makefile was generated by
  3. # Bakefile 0.2.9 (http://www.bakefile.org)
  4. # Do not modify, all changes will be overwritten!
  5. # =========================================================================
  6. # -------------------------------------------------------------------------
  7. # These are configurable options:
  8. # -------------------------------------------------------------------------
  9. # Used toolkit [MSW,GTK]
  10. TOOLKIT ?= MSW
  11. # -------------------------------------------------------------------------
  12. # Do not modify the rest of this file!
  13. # -------------------------------------------------------------------------
  14. ### Variables: ###
  15. ### Conditionally set variables: ###
  16. ### Targets: ###
  17. all: about help helpview printing test virtual widget zip
  18. install:
  19. uninstall:
  20. clean:
  21. rm -f ./*.o
  22. rm -f ./*.d
  23. -(cd about && $(MAKE) clean)
  24. -(cd help && $(MAKE) clean)
  25. -(cd helpview && $(MAKE) clean)
  26. -(cd printing && $(MAKE) clean)
  27. -(cd test && $(MAKE) clean)
  28. -(cd virtual && $(MAKE) clean)
  29. -(cd widget && $(MAKE) clean)
  30. -(cd zip && $(MAKE) clean)
  31. about:
  32. (cd about && $(MAKE) all)
  33. help:
  34. (cd help && $(MAKE) all)
  35. helpview:
  36. (cd helpview && $(MAKE) all)
  37. printing:
  38. (cd printing && $(MAKE) all)
  39. test:
  40. (cd test && $(MAKE) all)
  41. virtual:
  42. (cd virtual && $(MAKE) all)
  43. widget:
  44. (cd widget && $(MAKE) all)
  45. zip:
  46. (cd zip && $(MAKE) all)
  47. .PHONY: all install uninstall clean about help helpview printing test virtual widget \
  48. zip
  49. # Dependencies tracking:
  50. -include ./*.d