The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
489B

  1. # Makefile autogenerated by premake
  2. # Don't edit this file! Instead edit `premake.lua` then rerun `make`
  3. # Options:
  4. # CONFIG=[Debug|Release]
  5. ifndef CONFIG
  6. CONFIG=Debug
  7. endif
  8. export CONFIG
  9. .PHONY: all clean JUCE
  10. all: JUCE
  11. Makefile: juce_premake.lua
  12. @echo ==== Regenerating Makefiles ====
  13. @premake --file $^ --cc gcc --target gnu
  14. JUCE:
  15. @echo ==== Building JUCE ====
  16. @$(MAKE) --no-print-directory -C . -f JUCE.make
  17. clean:
  18. @$(MAKE) --no-print-directory -C . -f JUCE.make clean