libandroidplugin added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VP_SDK / Build / app.makefile
1
2 ###########################################################################################
3 #
4 # Designed to build an application using generic.makefile, linked with Sdk
5 # ----------------------------------------------------------------------------------
6 # Author : aurelien.morelle@parrot.com
7 # Date   : 2007/05/16
8 #
9 ###########################################################################################
10
11 include common.makefile
12
13 ifeq ($(USE_APP),yes)
14   GENERIC_BINARIES_TARGET_DIR=$(APP_TARGET_DIR)
15 else
16   GENERIC_BINARIES_TARGET_DIR=$(DLL_TARGET_DIR)
17 endif
18
19 # All that needs to be exported
20 ########################
21 export GENERIC_ADD_OFILES
22 export GENERIC_INCLUDES
23 export GENERIC_LIB_PATHS
24 export GENERIC_LIBS
25 export GENERIC_BINARIES_LIBS_DEPS
26 export GENERIC_BINARIES_TARGET_DIR
27
28 # Bug fix ...
29 export GENERIC_LIBRARY_TARGET_DIR=$(GENERIC_BINARIES_TARGET_DIR)
30
31
32 all $(MAKECMDGOALS):
33         @$(MAKE) -f generic.makefile $(MAKECMDGOALS)
34