From dc2be42703cd95be495d420aeeaec79448222fa4 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 26 Nov 2006 18:12:36 +0000 Subject: Merge common parts of all Makefiles into one file included by all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/Makefile | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) (limited to 'liba52') diff --git a/liba52/Makefile b/liba52/Makefile index cc7bfa0a1e..370fc1e400 100644 --- a/liba52/Makefile +++ b/liba52/Makefile @@ -11,20 +11,7 @@ SRCS = crc.c \ imdct.c \ parse.c \ -OBJS = $(SRCS:.c=.o) - -CFLAGS = -I.. $(OPTFLAGS) - -.SUFFIXES: .c .o - -# .PHONY: all clean - -.c.o: - $(CC) -c $(CFLAGS) -o $@ $< - -$(LIBNAME): $(OBJS) - $(AR) r $(LIBNAME) $(OBJS) - $(RANLIB) $(LIBNAME) +include ../mpcommon.mak test: $(LIBNAME) test.c $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm @@ -32,17 +19,5 @@ test: $(LIBNAME) test.c test2: $(LIBNAME) test.c $(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm -all: $(LIBNAME) - -clean: - rm -f *.o *.a *~ - -distclean: clean - rm -f .depend test - -dep depend: - $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend - -ifneq ($(wildcard .depend),) -include .depend -endif +distclean:: + rm -f test -- cgit v1.2.3