Improve all target of makefile.

This commit is contained in:
Ghislain MARY 2012-10-23 11:39:00 +02:00
parent 618eaa3e46
commit 6fc2f82ded

View file

@ -6,7 +6,7 @@ TOPDIR=$(shell pwd)
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon) PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' ) LINPHONE_VERSION=$(shell grep -e '^.C_INIT' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
all: prepare-sources generate-libs generate-apk install-apk run-linphone all: update-project prepare-sources install-apk run-linphone
prepare-ffmpeg: prepare-ffmpeg:
ifeq ($(PATCH_FFMPEG),) ifeq ($(PATCH_FFMPEG),)