mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 20:56:39 +00:00
12 lines
274 B
Makefile
12 lines
274 B
Makefile
![]() |
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
|