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.

25 lines
512B

  1. #
  2. # Makefile for VCV rack VST2 plugin
  3. #
  4. #
  5. EXTRAFLAGS+= -DVERSION=0.6.1 -D_USE_MATH_DEFINES -Iinclude/ -Idep/include -Idep/ -DUSE_VST2
  6. EXTRALIBS+= src/plugin_static.o
  7. ## note: remove -DSKIP_STATIC_MODULES in makefile_lib.linux and uncomment the following line to link the add-on modules
  8. include vst2_common_staticlibs.mk
  9. ##EXTRALIBS+= $(call plugin_lib,Template)
  10. EXTRALIBS+= Rack.a
  11. include vst2_common_linux_pre.mk
  12. PLAF_OBJ=
  13. include make.objects
  14. ALL_OBJ= $(MAIN_OBJ)
  15. include vst2_common_linux_post.mk