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

  1. # statically linked plugins (note: dynamic linking won't work due to VCV Rack's architecture (global vars!))
  2. EXTRALIBS+= $(call plugin_lib,AS)
  3. EXTRALIBS+= $(call plugin_lib,AudibleInstruments)
  4. EXTRALIBS+= $(call plugin_lib,Befaco)
  5. EXTRALIBS+= $(call plugin_lib,Bogaudio)
  6. EXTRALIBS+= $(call plugin_lib,cf)
  7. EXTRALIBS+= $(call plugin_lib,ErraticInstruments)
  8. EXTRALIBS+= $(call plugin_lib,ESeries)
  9. EXTRALIBS+= $(call plugin_lib,Fundamental)
  10. EXTRALIBS+= $(call plugin_lib,HetrickCV)
  11. EXTRALIBS+= $(call plugin_lib,Koralfx-Modules)
  12. EXTRALIBS+= $(call plugin_lib,LindenbergResearch)
  13. EXTRALIBS+= $(call plugin_lib,Qwelk)
  14. EXTRALIBS+= $(call plugin_lib,SonusModular)
  15. EXTRALIBS+= $(call plugin_lib,SubmarineFree)
  16. EXTRALIBS+= $(call plugin_lib,Template)
  17. EXTRALIBS+= $(call plugin_lib,Valley)