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.

15 lines
303B

  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)" -c "$<" -o"$@"
  4. .PHONY: bin
  5. bin: vst2_debug_host.o
  6. $(CPP) -o vst2_debug_host vst2_debug_host.o -ldl
  7. .PHONY: clean
  8. clean:
  9. rm -f vst2_debug_host vst2_debug_host.o