Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-opencore: Commit

external/opencore


Commit MetaInfo

Revisione5f0b8719ec7b0a68c9ba2214bdd14115d13fc43 (tree)
Zeit2010-04-16 05:34:32
AutorPacketVideo CM <engbuild@pv.c...>
CommiterPacketVideo CM

Log Message

RIO-8930: Add a target in module level unit test to display the list of available targets

Change-Id: I24841ff79ba071e038a4cef38cfcb2b9d1d12d3f

Ändern Zusammenfassung

Diff

--- a/engines/2way/src/pv_2way_sdkinfo.h
+++ b/engines/2way/src/pv_2way_sdkinfo.h
@@ -21,7 +21,7 @@
2121 // This header file is automatically generated at build-time
2222 // *** OFFICIAL RELEASE INFO -- Will not auto update
2323
24-#define PV2WAY_ENGINE_SDKINFO_LABEL "1362940"
25-#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100406
24+#define PV2WAY_ENGINE_SDKINFO_LABEL "1363430"
25+#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100407
2626
2727 #endif //PV_2WAY_SDKINFO_H_INCLUDED
--- a/engines/author/src/pv_author_sdkinfo.h
+++ b/engines/author/src/pv_author_sdkinfo.h
@@ -21,7 +21,7 @@
2121 // This header file is automatically generated at build-time
2222 // *** OFFICIAL RELEASE INFO -- Will not auto update
2323
24-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1362940"
25-#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100406
24+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1363430"
25+#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100407
2626
2727 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
--- a/engines/player/src/pv_player_sdkinfo.h
+++ b/engines/player/src/pv_player_sdkinfo.h
@@ -21,7 +21,7 @@
2121 // This header file is automatically generated at build-time
2222 // *** OFFICIAL RELEASE INFO -- Will not auto update
2323
24-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1362940"
25-#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100406
24+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1363430"
25+#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100407
2626
2727 #endif //PV_PLAYER_SDKINFO_H_INCLUDED
--- a/tools_v2/build/make/prog.mk
+++ b/tools_v2/build/make/prog.mk
@@ -93,6 +93,7 @@ LOCAL_LIBDIRS := $(patsubst %,$(LIBCOMPFLAG)%,$(LOCAL_LIBDIRS)) $(LIB_DIRS)
9393
9494 REALTARGET := $(TARGET:%=$(BUILD_ROOT)/bin/$(OUTPUT_DIR_COMPONENT)/%$(TARGET_EXT))
9595
96+
9697 TMPDEPS := $(patsubst %,$$(%_fullname),$(LIBS))
9798
9899 $(eval $(TARGET)_LIBDEPS := $(TMPDEPS))
@@ -140,3 +141,8 @@ run_$(TARGET):
140141 run_test: run_$(TARGET)
141142 build_$(TARGET): $(REALTARGET)
142143 build_test: build_$(TARGET)
144+
145+SHOW_TARGETS: SHOW_$(TARGET)
146+SHOW_$(TARGET): MESSAGE:=run_$(TARGET) $(subst $(SRC_ROOT),,$(LOCAL_PATH))
147+SHOW_$(TARGET):
148+ @echo $(MESSAGE)
Show on old repository browser