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

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