4 LIBNAME = libpostproc.a
6 SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
9 CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
10 # -I/usr/X11R6/include/
17 $(CC) -c $(CFLAGS) -o $@ $<
20 $(AR) r $(LIBNAME) $(OBJS)
28 rm -f Makefile.bak *.o *.a *~ .depend
33 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
36 # include dependency files if they exist
38 ifneq ($(wildcard .depend),)