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.

20 lines
463B

  1. HEADERS = ../SpiralPlugin.h \
  2. ../SpiralPluginGUI.h \
  3. ../Widgets/Fl_Knob.H \
  4. ../Widgets/Fl_DragBar.H \
  5. ../../Sample.h \
  6. ../../RiffWav.h \
  7. OutputPlugin.h \
  8. OutputPluginGUI.h
  9. SOURCES = ../SpiralPlugin.C \
  10. ../SpiralPluginGUI.C \
  11. ../Widgets/Fl_Knob.cxx \
  12. ../Widgets/Fl_DragBar.cxx \
  13. ../../Sample.C \
  14. ../../RiffWav.C \
  15. OutputPlugin.C \
  16. OutputPluginGUI.C
  17. TARGET = OutputPlugin.so