Audio plugin host https://kx.studio/carla
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.

24 lines
740B

  1. #!/usr/bin/make -f
  2. # Makefile for carla-backend #
  3. # -------------------------- #
  4. # Created by falkTX
  5. #
  6. ifeq ($(CWD),)
  7. CWD=../..
  8. endif
  9. include $(CWD)/Makefile.deps
  10. include $(CWD)/Makefile.mk
  11. # ----------------------------------------------------------------------------------------------------------------------------
  12. BUILD_CXX_FLAGS += -I. -I.. -I$(CWD)/includes -I$(CWD)/utils -isystem $(CWD)/modules
  13. BUILD_CXX_FLAGS += $(LIBLO_FLAGS)
  14. # ----------------------------------------------------------------------------------------------------------------------------
  15. BUILD_CXX_FLAGS += $(NATIVE_PLUGINS_FLAGS)
  16. # ----------------------------------------------------------------------------------------------------------------------------