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.

31 lines
971B

  1. HEADERS = SpiralSynthModular.h \
  2. SpiralSynthModularInfo.h \
  3. GraphSort.h \
  4. GUI/Widgets/Fl_DeviceGUI.h \
  5. GUI/Widgets/Fl_CommentGUI.h \
  6. GUI/Widgets/Fl_DragBar.H \
  7. GUI/Widgets/Fl_Canvas.h \
  8. SpiralSound/SpiralInfo.h \
  9. SpiralSound/Sample.h \
  10. SpiralSound/Plugins/SpiralPlugin.h \
  11. SpiralSound/Plugins/SpiralPluginGUI.h \
  12. SpiralSound/PluginManager.h \
  13. SettingsWindow.h \
  14. SpiralSynthPluginLocation.h
  15. SOURCES = SpiralSynthModular.C \
  16. SpiralSynthModularInfo.C \
  17. GraphSort.C \
  18. GUI/Widgets/Fl_DeviceGUI.C \
  19. GUI/Widgets/Fl_CommentGUI.C \
  20. GUI/Widgets/Fl_DragBar.cxx \
  21. GUI/Widgets/Fl_Canvas.C \
  22. SpiralSound/SpiralInfo.C \
  23. SpiralSound/Sample.C \
  24. SpiralSound/Plugins/SpiralPlugin.C \
  25. SpiralSound/Plugins/SpiralPluginGUI.C \
  26. SpiralSound/PluginManager.C \
  27. SettingsWindow.C
  28. TARGET = SpiralSynthModular