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.

22 lines
532B

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