summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile30
1 files changed, 1 insertions, 29 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 9425b264f4..41fa7fac1a 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -8,32 +8,4 @@ SRCS=audio_out.c \
ao_pcm.c \
$(AO_SRCS) \
-OBJS=$(SRCS:.c=.o)
-
-CFLAGS = -I. -I.. $(OPTFLAGS)
-
-.SUFFIXES: .c .o
-
-# .PHONY: all clean
-
-.c.o:
- $(CC) -c $(CFLAGS) -o $@ $<
-
-$(LIBNAME): $(OBJS)
- $(AR) r $(LIBNAME) $(OBJS)
- $(RANLIB) $(LIBNAME)
-
-all: $(LIBNAME)
-
-clean:
- rm -f *.o *.a *~
-
-distclean: clean
- rm -f .depend
-
-dep depend:
- $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+include ../mpcommon.mak