mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
18 lines
378 B
12 years ago
|
FATE_BUILD += fate-build-alltools
|
||
|
fate-build-alltools: alltools
|
||
|
|
||
|
FATE_BUILD += fate-build-checkheaders
|
||
|
fate-build-checkheaders: checkheaders
|
||
|
|
||
|
FATE_BUILD += fate-build-examples
|
||
|
fate-build-examples: examples
|
||
|
|
||
|
FATE_BUILD += fate-build-testprogs
|
||
|
fate-build-testprogs: testprogs
|
||
|
|
||
|
$(FATE_BUILD): CMD = null
|
||
|
$(FATE_BUILD): CMP = null
|
||
|
|
||
7 years ago
|
# FATE += $(FATE_BUILD)
|
||
12 years ago
|
fate-build: $(FATE_BUILD)
|