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.
sems/core/plug-in/isac/Makefile

18 lines
285 B

plug_in_name = isac
COREPATH =../..
ISAC_DIR = libisac
ISAC_LIB = $(ISAC_DIR)/libisac.a
module_extra_objs = $(ISAC_LIB)
extra_clean = clean_isac
include ../Makefile.audio_module
$(ISAC_LIB):
$(MAKE) -C $(ISAC_DIR) lib
.PHONY: clean_isac
clean_isac:
$(MAKE) -C $(ISAC_DIR) clean