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
529B

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