comparison loader/dmo/Makefile @ 17943:c127ce678083

cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future.
author diego
date Sat, 25 Mar 2006 10:38:37 +0000
parents ce1ba8fd57e7
children 7a9a9748e045
comparison
equal deleted inserted replaced
17942:f2868534283d 17943:c127ce678083
2 LIBNAME = libDMO_Filter.a 2 LIBNAME = libDMO_Filter.a
3 3
4 include ../../config.mak 4 include ../../config.mak
5 5
6 # DS_AudioDec.c 6 # DS_AudioDec.c
7 SRCS = DMO_AudioDecoder.c DMO_VideoDecoder.c buffer.c dmo.c dmo_guids.c 7 SRCS = DMO_AudioDecoder.c \
8 DMO_VideoDecoder.c \
9 buffer.c \
10 dmo.c \
11 dmo_guids.c \
12
8 OBJS = $(SRCS:.c=.o) 13 OBJS = $(SRCS:.c=.o)
9 14
10 INCLUDE = -I. -I../dshow -I.. $(EXTRA_INC) 15 INCLUDE = -I. -I../dshow -I.. $(EXTRA_INC)
11 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DNOAVIFILE_HEADERS 16 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DNOAVIFILE_HEADERS
12 17