Mercurial > mplayer.hg
changeset 16713:117708385e35
whitespace cosmetics
author | diego |
---|---|
date | Sun, 09 Oct 2005 09:53:27 +0000 |
parents | 2059bee8c11c |
children | 2ab52c9b72b9 |
files | libmpdvdkit2/Makefile |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdvdkit2/Makefile Sat Oct 08 22:28:27 2005 +0000 +++ b/libmpdvdkit2/Makefile Sun Oct 09 09:53:27 2005 +0000 @@ -17,7 +17,7 @@ nav_read.c \ md5.c \ -#bsdi_ioctl.c +#bsdi_ioctl.c OBJS = $(SRCS:.c=.o) @@ -26,9 +26,9 @@ .SUFFIXES: .c .o ifeq ($(OPTFLAGS),) - OPTFLAGS = -mcpu=pentium -march=pentium -O4 +OPTFLAGS = -mcpu=pentium -march=pentium -O4 else - OPTFLAGS += -DHAVE_MPLAYER +OPTFLAGS += -DHAVE_MPLAYER endif # \ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 @@ -41,7 +41,7 @@ .c.o: $(CC) $(CFLAGS) -c -o $@ $< -all: $(LIB).a +all: $(LIB).a default: $(LIB).a $(LIB).a: $(OBJS) @@ -66,6 +66,6 @@ # # include dependency files if they exist # -ifneq ($(wildcard .depend),) -include .depend -endif +ifneq ($(wildcard .depend),) +include .depend +endif