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.

46 lines
1.2KB

  1. HEADERS = ../SpiralPlugin.h \
  2. ../SpiralPluginGUI.h \
  3. ../Widgets/Fl_Knob.H \
  4. ../Widgets/Fl_DragBar.H \
  5. ../../Sample.h \
  6. ../../RiffWav.h \
  7. SpiralSound/Delay.h \
  8. SpiralSound/Filter.h \
  9. SpiralSound/Reverb.h \
  10. SpiralSound/iir_filter.h \
  11. GUI/DelayGUI.h \
  12. GUI/FilterGUI.h \
  13. GUI/GUIBase.h \
  14. GUI/LoopGUI.h \
  15. GUI/ReverbGUI.h \
  16. GUI/Widgets/Fl_LED_Button.H \
  17. GUI/Widgets/Fl_Loop.h \
  18. GUI/Widgets/Fl_Trigger.h \
  19. Loop.h \
  20. SpiralLoopPlugin.h \
  21. SpiralLoopPluginGUI.h
  22. SOURCES = ../SpiralPlugin.C \
  23. ../SpiralPluginGUI.C \
  24. ../Widgets/Fl_Knob.cxx \
  25. ../Widgets/Fl_DragBar.cxx \
  26. ../../Sample.C \
  27. ../../RiffWav.C \
  28. SpiralSound/Delay.C \
  29. SpiralSound/Filter.C \
  30. SpiralSound/Reverb.C \
  31. SpiralSound/iir_filter.C \
  32. GUI/DelayGUI.C \
  33. GUI/FilterGUI.C \
  34. GUI/GUIBase.C \
  35. GUI/LoopGUI.C \
  36. GUI/ReverbGUI.C \
  37. GUI/Widgets/Fl_LED_Button.cxx \
  38. GUI/Widgets/Fl_Loop.C \
  39. GUI/Widgets/Fl_Trigger.C \
  40. Loop.C \
  41. SpiralLoopPlugin.C \
  42. SpiralLoopPluginGUI.C
  43. TARGET = SpiralLoopPlugin.so