summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 294a5d57f9..446d658ec8 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -70,6 +70,12 @@ $(DEPFILE): $(SOURCES)
70 70
71-include $(DEPFILE) 71-include $(DEPFILE)
72 72
73dll: rbspeex.dll
74rbspeex.dll: $(OUT)/rbspeex.dll
75$(OUT)/rbspeex.dll: $(OBJS) $(OUT)/rbspeex.o
76 @echo DLL $(notdir $@)
77 $(SILENT)$(CC) $(CFLAGS) -shared -o $@ $^ -Wl,--output-def,$(OUT)/rbspeex.def
78
73$(OUT)/librbspeex.a: $(OBJS) $(DEPFILE) $(OUT)/rbspeex.o 79$(OUT)/librbspeex.a: $(OBJS) $(DEPFILE) $(OUT)/rbspeex.o
74 @echo AR $(notdir $@) 80 @echo AR $(notdir $@)
75 $(SILENT)$(AR) rucs $@ $+ > /dev/null 2>&1 81 $(SILENT)$(AR) rucs $@ $+ > /dev/null 2>&1