makefile.unx 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: cube isosurf penguin
  18. install:
  19. uninstall:
  20. clean:
  21. rm -f ./*.o
  22. rm -f ./*.d
  23. -(cd cube && $(MAKE) clean)
  24. -(cd isosurf && $(MAKE) clean)
  25. -(cd penguin && $(MAKE) clean)
  26. cube:
  27. (cd cube && $(MAKE) all)
  28. isosurf:
  29. (cd isosurf && $(MAKE) all)
  30. penguin:
  31. (cd penguin && $(MAKE) all)
  32. .PHONY: all install uninstall clean cube isosurf penguin
  33. # Dependencies tracking:
  34. -include ./*.d