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.

18 lines
428B

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