Commit 4e301e99 authored by diego's avatar diego

cosmetics: Rename SRCS variable to PROGS_SRCS.

This is in preparation for common.mak inclusion in the main Makefile.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12598 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ac3a6e50
......@@ -21,7 +21,7 @@ PROGS-$(CONFIG_FFSERVER) += ffserver
PROGS = $(addsuffix $(EXESUF), $(PROGS-yes))
PROGS_G = $(addsuffix _g$(EXESUF), $(PROGS-yes))
SRCS = $(addsuffix .c, $(PROGS-yes)) cmdutils.c
PROGS_SRCS = $(addsuffix .c, $(PROGS-yes)) cmdutils.c
MANPAGES = $(addprefix doc/, $(addsuffix .1, $(PROGS-yes)))
BASENAMES = ffmpeg ffplay ffserver
......@@ -220,7 +220,7 @@ depend dep: .depend .vhookdep
$(MAKE-$(CONFIG_SWSCALE)) -C libswscale depend
$(MAKE-$(CONFIG_AVFILTER)) -C libavfilter depend
.depend: $(SRCS) version.h
.depend: $(PROGS_SRCS) version.h
$(DEPEND_CMD) > $@
.vhookdep: $(ALLHOOKS_SRCS) version.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment