Makefile.in 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. @MAKE_SET@
  7. prefix = @prefix@
  8. exec_prefix = @exec_prefix@
  9. datarootdir = @datarootdir@
  10. INSTALL = @INSTALL@
  11. ### Variables: ###
  12. DESTDIR =
  13. ### Conditionally set variables: ###
  14. ### Targets: ###
  15. all: bombs forty fractal life poem
  16. install:
  17. uninstall:
  18. install-strip: install
  19. clean:
  20. rm -rf ./.deps ./.pch
  21. rm -f ./*.o
  22. -(cd bombs && $(MAKE) clean)
  23. -(cd forty && $(MAKE) clean)
  24. -(cd fractal && $(MAKE) clean)
  25. -(cd life && $(MAKE) clean)
  26. -(cd poem && $(MAKE) clean)
  27. distclean: clean
  28. rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
  29. -(cd bombs && $(MAKE) distclean)
  30. -(cd forty && $(MAKE) distclean)
  31. -(cd fractal && $(MAKE) distclean)
  32. -(cd life && $(MAKE) distclean)
  33. -(cd poem && $(MAKE) distclean)
  34. bombs:
  35. (cd bombs && $(MAKE) all)
  36. forty:
  37. (cd forty && $(MAKE) all)
  38. fractal:
  39. (cd fractal && $(MAKE) all)
  40. life:
  41. (cd life && $(MAKE) all)
  42. poem:
  43. (cd poem && $(MAKE) all)
  44. # Include dependency info, if present:
  45. @IF_GNU_MAKE@-include ./.deps/*.d
  46. .PHONY: all install uninstall clean distclean bombs forty fractal life poem