summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 5ed8d67425..b619ce73fe 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -58,7 +58,7 @@ $(DEPFILE): $(SOURCES)
58 done > $(DEPFILE); \ 58 done > $(DEPFILE); \
59 echo "oo" > /dev/null ) 59 echo "oo" > /dev/null )
60 60
61librbspeex$(ARCH_CMD).a: $(OBJS) $(DEPFILE) rbspeex.o 61librbspeex$(ARCH).a: $(OBJS) $(DEPFILE) rbspeex.o
62 @echo AR librbspeex.a 62 @echo AR librbspeex.a
63 $(SILENT)$(AR) ruv $@ $+ > /dev/null 2>&1 63 $(SILENT)$(AR) ruv $@ $+ > /dev/null 2>&1
64 64
@@ -76,7 +76,7 @@ librbspeex$(ARCH_CMD).a: $(OBJS) $(DEPFILE) rbspeex.o
76 76
77universal: librbspeexppc.a librbspeexi386.a 77universal: librbspeexppc.a librbspeexi386.a
78 @echo lipo libusb.a 78 @echo lipo libusb.a
79 @(SILENT) lipo -create librbspeexppc.a librbspeexi386.a -output librbspeex.a 79 lipo -create librbspeexppc.a librbspeexi386.a -output librbspeex.a
80 80
81clean: 81clean:
82 rm -f $(OBJS) rbspeex.o libspeex.a librbspeex.a rbspeexenc.o ../rbspeexenc dep-speex 82 rm -f $(OBJS) rbspeex.o libspeex.a librbspeex.a rbspeexenc.o ../rbspeexenc dep-speex