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

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