Cync
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VP_SDK / Build / vlib.makefile
index 70d90ca..aeba9c8 100644 (file)
@@ -7,6 +7,22 @@
 # Date   : 2008/10/30
 #
 ###########################################################################################
+USE_ANDROID = no
+USE_IPHONE= no
+USE_NDK = no
+USE_ELINUX= no
+USE_LINUX = no
+USE_BLUEZ = no
+USE_APP = no
+USE_SDK = no
+
+
+IPHONE_MODE         = no
+MINGW32_MODE         = no
+USE_NDS              = no
+USE_ANDROID          = no
+USE_LINUX            = yes
+FF_ARC = Intel
 
 include common.makefile
 
@@ -48,46 +64,8 @@ GENERIC_LIBRARY_SOURCE_FILES=                        \
        UVLC/uvlc_mb_layer.c                    \
        UVLC/uvlc_picture_layer.c
 
-ifeq ($(USE_ELINUX),yes)
-GENERIC_LIBRARY_SOURCE_FILES+=                 \
-       Platform/arm9_P6/video_utils.c          \
-       Platform/arm9_P6/video_dct_p6.c         \
-       Platform/arm9_P6/video_p264_p6.c                \
-       Platform/arm9_P6/video_quantizer_p6.c   \
-       Platform/arm9_P6/video_packetizer_p6.S  \
-       Platform/arm9_P6/UVLC/uvlc_p6.S         \
-       Platform/arm9_P6/UVLC/uvlc_mb_layer_p6.S
-endif
-
-ifeq ($(USE_IPHONE),yes)
-  ifeq ($(IPHONE_PLATFORM),iphoneos)
-       GENERIC_LIBRARY_SOURCE_FILES+=                  \
-               Platform/arm11/video_utils.c            \
-               Platform/arm11/UVLC/uvlc_codec.c
-  else
-       GENERIC_LIBRARY_SOURCE_FILES+=                  \
-               Platform/x86/video_utils.c              \
-               Platform/x86/UVLC/uvlc_codec.c
-  endif
-else
-   ifeq ($(USE_ANDROID),yes)
-       GENERIC_LIBRARY_SOURCE_FILES+=                  \
-               Platform/arm11/video_utils.c            \
-               Platform/arm11/UVLC/uvlc_codec.c
-   else
-       ifeq ($(TARGET_CPU_ARM),1)
-            GENERIC_LIBRARY_SOURCE_FILES+=                     \
-                  Platform/arm11/video_utils.c         \
-                  Platform/arm11/UVLC/uvlc_codec.c
-      else
-      ifeq ($(FF_ARCH),Intel)
-            GENERIC_LIBRARY_SOURCE_FILES+=                     \
                   Platform/x86/video_utils.c           \
                   Platform/x86/UVLC/uvlc_codec.c
-      endif
-      endif
-   endif
-endif
 
 GENERIC_LIBRARY_SOURCE_DIR=$(VLIB_SOURCE_DIR)