# HG changeset patch # User diego # Date 1285015715 0 # Node ID f0cbf9ca48bcce656f25409767ddd43934a4ec56 # Parent 80efcedf147df658706fa6568eea8a65a5b431e5 Generate dependency information for netstream and vivodump as well. diff -r 80efcedf147d -r f0cbf9ca48bc Makefile --- a/Makefile Mon Sep 20 20:36:38 2010 +0000 +++ b/Makefile Mon Sep 20 20:48:35 2010 +0000 @@ -1064,7 +1064,7 @@ TOOLS/netstream$(EXESUF): TOOLS/netstream.c TOOLS/vivodump$(EXESUF): TOOLS/vivodump.c TOOLS/netstream$(EXESUF) TOOLS/vivodump$(EXESUF): $(subst mplayer.o,mplayer-nomain.o,$(OBJS_MPLAYER)) $(filter-out %mencoder.o,$(OBJS_MENCODER)) $(OBJS_COMMON) $(COMMON_LIBS) - $(CC) $(CFLAGS) -o $@ $^ $(EXTRALIBS_MPLAYER) $(EXTRALIBS_MENCODER) $(EXTRALIBS) + $(CC) $(CC_DEPFLAGS) $(CFLAGS) -o $@ $^ $(EXTRALIBS_MPLAYER) $(EXTRALIBS_MENCODER) $(EXTRALIBS) REAL_SRCS = $(wildcard TOOLS/realcodecs/*.c) REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0)