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.

19 lines
558B

  1. include ../../dep/yac/install_linux.mk
  2. .cpp.o:
  3. $(CPP) $(CPPFLAGS) $(OPTFLAGS_PLUGIN) -I"$(VSVR_BASE_DIR)/dep/yac/" -I"$(VST2_SDK_DIR)" -I"$(VSVR_BASE_DIR)/dep/lglw/" -shared -fPIC -c "$<" -o"$@"
  4. .PHONY: bin
  5. bin: plugin.o
  6. $(CPP) -shared -o debug_lglw.so -Wl,-soname,debug_lglw.so -mtls-dialect=gnu2 plugin.o "$(VSVR_BASE_DIR)/dep/lglw/lglw_linux.o" -ldl -lGL -L/usr/lib -lm -lpthread
  7. .PHONY: clean
  8. clean:
  9. rm -f plugin plugin.o
  10. .PHONY: all
  11. all:
  12. make -f makefile.linux clean
  13. make -f makefile.linux bin
  14. cp debug_lglw.so /home/cameron/.local/share/VST/