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.

29 lines
894B

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