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.

22 lines
438B

  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. ## note: remove -DSKIP_STATIC_MODULES in makefile_lib.linux and uncomment the following line to link the add-on modules
  7. #include vst2_common_staticlibs.mk
  8. EXTRALIBS+= Rack.a
  9. include vst2_common_linux_pre.mk
  10. PLAF_OBJ=
  11. include make.objects
  12. ALL_OBJ= $(MAIN_OBJ)
  13. include vst2_common_linux_post.mk