libandroidplugin added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VP_SDK / Build / lib.makefile
1
2 ###########################################################################################
3 #
4 # Designed to build a library 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 GENERIC_LIBRARY_TARGET_DIR=$(LIB_TARGET_DIR)
14 GENERIC_TARGET_LIBRARY:=$(GENERIC_LIBRARY_TARGET_DIR)/$(GENERIC_TARGET_LIBRARY)
15
16 export GENERIC_TARGET_LIBRARY
17 export GENERIC_LIBRARY_TARGET_DIR=$(LIB_TARGET_DIR)
18
19 # Bug fix ...
20 export GENERIC_BINARIES_TARGET_DIR=$(GENERIC_LIBRARY_TARGET_DIR)
21
22
23 all $(MAKECMDGOALS):
24         @$(MAKE) -f generic.makefile $(MAKECMDGOALS)
25