Mercurial > mplayer.hg
diff libass/Makefile @ 21259:92b122592776
Merge common parts of all Makefiles into one file included by all.
author | diego |
---|---|
date | Sun, 26 Nov 2006 18:12:36 +0000 |
parents | 0c68d02f437c |
children | 0603972f083c |
line wrap: on
line diff
--- a/libass/Makefile Sun Nov 26 18:06:11 2006 +0000 +++ b/libass/Makefile Sun Nov 26 18:12:36 2006 +0000 @@ -12,36 +12,6 @@ ass_bitmap.c \ ass_library.c \ -OBJS=$(SRCS:.c=.o) - -CFLAGS = -I. -I.. \ - -I../libmpcodecs \ - $(OPTFLAGS) \ - -D_GNU_SOURCE \ - -.SUFFIXES: .c .o - -# .PHONY: all clean - -.c.o: - $(CC) -c $(CFLAGS) -o $@ $< - -all: $(LIBNAME) +CFLAGS = -I../libmpcodecs -D_GNU_SOURCE -$(LIBNAME): $(OBJS) - $(AR) r $(LIBNAME) $(OBJS) - $(RANLIB) $(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