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

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