OSDN Git Service

RIO-8930: Add a target in module level unit test to display the list of available...
authorPacketVideo CM <engbuild@pv.com>
Thu, 15 Apr 2010 20:34:32 +0000 (13:34 -0700)
committerPacketVideo CM <engbuild@pv.com>
Thu, 15 Apr 2010 20:34:32 +0000 (13:34 -0700)
Change-Id: I24841ff79ba071e038a4cef38cfcb2b9d1d12d3f

engines/2way/src/pv_2way_sdkinfo.h
engines/author/src/pv_author_sdkinfo.h
engines/player/src/pv_player_sdkinfo.h
tools_v2/build/make/prog.mk

index 9cece97..a25e29a 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PV2WAY_ENGINE_SDKINFO_LABEL "1362940"
-#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100406
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1363430"
+#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100407
 
 #endif //PV_2WAY_SDKINFO_H_INCLUDED
index a586303..80a22ac 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1362940"
-#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100406
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1363430"
+#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100407
 
 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
index f2d0656..c6cfe80 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1362940"
-#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100406
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1363430"
+#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100407
 
 #endif //PV_PLAYER_SDKINFO_H_INCLUDED
index 2c867bd..8119038 100644 (file)
@@ -93,6 +93,7 @@ LOCAL_LIBDIRS := $(patsubst %,$(LIBCOMPFLAG)%,$(LOCAL_LIBDIRS)) $(LIB_DIRS)
 
 REALTARGET := $(TARGET:%=$(BUILD_ROOT)/bin/$(OUTPUT_DIR_COMPONENT)/%$(TARGET_EXT))
 
+
 TMPDEPS := $(patsubst %,$$(%_fullname),$(LIBS))
 
 $(eval $(TARGET)_LIBDEPS := $(TMPDEPS))
@@ -140,3 +141,8 @@ run_$(TARGET):
 run_test: run_$(TARGET)
 build_$(TARGET): $(REALTARGET)
 build_test: build_$(TARGET)
+
+SHOW_TARGETS: SHOW_$(TARGET)
+SHOW_$(TARGET): MESSAGE:=run_$(TARGET) $(subst $(SRC_ROOT),,$(LOCAL_PATH))
+SHOW_$(TARGET):
+       @echo $(MESSAGE)