# HG changeset patch # User diego # Date 1128851607 0 # Node ID 117708385e35b5d9d2b99c128e233bff564f2bd8 # Parent 2059bee8c11c68c8110f04e7b74eec467ab530b7 whitespace cosmetics diff -r 2059bee8c11c -r 117708385e35 libmpdvdkit2/Makefile --- 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