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.
asterisk/main/libresample/Makefile.asterisk

12 lines
274 B

include $(ASTTOPDIR)/Makefile.moddir_rules
ASTCFLAGS+= -Isrc -Iinclude
libresample.a: src/resample.o src/resamplesubs.o src/filterkit.o
$(ECHO_PREFIX) echo " [AR] $^ -> $@"
$(CMD_PREFIX) $(AR) cr $@ $^
$(CMD_PREFIX) $(RANLIB) $@
clean::
rm -f src/*.o libresample.a