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

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