mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: Rename SRCS variable to PROGS_SRCS.
This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12598 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f4428f9992
commit
916dafd57c
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user