Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: third_party/libxml/libxml.xcodeproj/project.pbxproj

Issue 1925: Put all prebuild scripts in external files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 7B466AB40E5E3AA900C91F63 /* All */ = { 10 7B466AB40E5E3AA900C91F63 /* All */ = {
11 isa = PBXAggregateTarget; 11 isa = PBXAggregateTarget;
12 buildConfigurationList = 7B466AC50E5E3B1500C91F63 /* Bui ld configuration list for PBXAggregateTarget "All" */; 12 buildConfigurationList = 7B466AC50E5E3B1500C91F63 /* Bui ld configuration list for PBXAggregateTarget "All" */;
13 buildPhases = ( 13 buildPhases = (
14 ); 14 );
15 dependencies = ( 15 dependencies = (
16 7B466AB80E5E3AB400C91F63 /* PBXTargetDependency */, 16 7B466AB80E5E3AB400C91F63 /* PBXTargetDependency */,
17 7B466ABA0E5E3AB400C91F63 /* PBXTargetDependency */, 17 7B466ABA0E5E3AB400C91F63 /* PBXTargetDependency */,
18 7B466ABC0E5E3AB400C91F63 /* PBXTargetDependency */, 18 7B466ABC0E5E3AB400C91F63 /* PBXTargetDependency */,
19 ); 19 );
20 name = All; 20 name = All;
21 productName = All; 21 productName = All;
22 }; 22 };
23 7BE970530D872DC200F86D4B /* libxml_config */ = { 23 7BE970530D872DC200F86D4B /* libxml_config */ = {
24 isa = PBXAggregateTarget; 24 isa = PBXAggregateTarget;
25 buildConfigurationList = 7BE970570D872DC700F86D4B /* Bui ld configuration list for PBXAggregateTarget "libxml_config" */; 25 buildConfigurationList = 7BE970570D872DC700F86D4B /* Bui ld configuration list for PBXAggregateTarget "libxml_config" */;
26 buildPhases = ( 26 buildPhases = (
27 » » » » 7BE970520D872DC200F86D4B /* ShellScript */, 27 » » » » 7BE970520D872DC200F86D4B /* Pre-Build */,
28 ); 28 );
29 dependencies = ( 29 dependencies = (
30 ); 30 );
31 name = libxml_config; 31 name = libxml_config;
32 productName = libxml_config; 32 productName = libxml_config;
33 }; 33 };
34 /* End PBXAggregateTarget section */ 34 /* End PBXAggregateTarget section */
35 35
36 /* Begin PBXBuildFile section */ 36 /* Begin PBXBuildFile section */
37 7B12F48D0D8EE25A00CB6E8F /* c14n.c in Sources */ = {isa = PBXBui ldFile; fileRef = 7B12F3620D8EE25900CB6E8F /* c14n.c */; }; 37 7B12F48D0D8EE25A00CB6E8F /* c14n.c in Sources */ = {isa = PBXBui ldFile; fileRef = 7B12F3620D8EE25900CB6E8F /* c14n.c */; };
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 7B466A7E0E5E385900C91F63 /* libzlib.a */ = { 703 7B466A7E0E5E385900C91F63 /* libzlib.a */ = {
704 isa = PBXReferenceProxy; 704 isa = PBXReferenceProxy;
705 fileType = archive.ar; 705 fileType = archive.ar;
706 path = libzlib.a; 706 path = libzlib.a;
707 remoteRef = 7B466A7D0E5E385900C91F63 /* PBXContainerItem Proxy */; 707 remoteRef = 7B466A7D0E5E385900C91F63 /* PBXContainerItem Proxy */;
708 sourceTree = BUILT_PRODUCTS_DIR; 708 sourceTree = BUILT_PRODUCTS_DIR;
709 }; 709 };
710 /* End PBXReferenceProxy section */ 710 /* End PBXReferenceProxy section */
711 711
712 /* Begin PBXShellScriptBuildPhase section */ 712 /* Begin PBXShellScriptBuildPhase section */
713 » » 7BE970520D872DC200F86D4B /* ShellScript */ = { 713 » » 7BE970520D872DC200F86D4B /* Pre-Build */ = {
714 isa = PBXShellScriptBuildPhase; 714 isa = PBXShellScriptBuildPhase;
715 buildActionMask = 2147483647; 715 buildActionMask = 2147483647;
716 files = ( 716 files = (
717 ); 717 );
718 inputPaths = ( 718 inputPaths = (
719 "$(SRCROOT)/config.h.in", 719 "$(SRCROOT)/config.h.in",
720 "$(SRCROOT)/include/libxml/xmlversion.h.in", 720 "$(SRCROOT)/include/libxml/xmlversion.h.in",
721 ); 721 );
722 name = "Pre-Build";
722 outputPaths = ( 723 outputPaths = (
723 "$(CONFIGURATION_TEMP_DIR)/generated/config.h", 724 "$(CONFIGURATION_TEMP_DIR)/generated/config.h",
724 "$(CONFIGURATION_TEMP_DIR)/generated/include/lib xml/xmlversion.h", 725 "$(CONFIGURATION_TEMP_DIR)/generated/include/lib xml/xmlversion.h",
725 ); 726 );
726 runOnlyForDeploymentPostprocessing = 0; 727 runOnlyForDeploymentPostprocessing = 0;
727 shellPath = /bin/sh; 728 shellPath = /bin/sh;
728 » » » shellScript = "set -ex\n\nGENERATED_DIR=\"${CONFIGURATIO N_TEMP_DIR}/generated\"\n\nPACKAGE=libxml2\nVERSION_MAJOR=2\nVERSION_MINOR=6\nVE RSION_MICRO=31\nVERSION_STRING=\"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MIC RO}\"\nVERSION_NUMBER=$(printf \"%d%02d%02d\" \"${VERSION_MAJOR}\" \"${VERSION_M INOR}\" \"${VERSION_EXTRA}\")\n\n# Generate xmlversion.h the same way that \"sh configure\" would\nmkdir -p \"${GENERATED_DIR}/include/libxml\"\nXMLVERSION_H=\" ${GENERATED_DIR}/include/libxml/xmlversion.h\"\nsed -e s/@VERSION@/\"${VERSION_S TRING}\"/g \\\n -e s/@LIBXML_VERSION_NUMBER@/\"${VERSION_NUMBER}\"/g \\\n -e s/@LIBXML_VERSION_EXTRA@//g \\\n -e s/@WITH_TRIO@/0/g \\\n -e s/@WITH_T HREADS@/1/g \\\n -e s/@WITH_TREE@/1/g \\\n -e s/@WITH_OUTPUT@/1/g \\\n -e s/@WITH_PUSH@/1/g \\\n -e s/@WITH_READER@/1/g \\\n -e s/@WITH_PATTERN@/ 1/g \\\n -e s/@WITH_WRITER@/1/g \\\n -e s/@WITH_SAX1@/1/g \\\n -e s/@WI TH_FTP@/1/g \\\n -e s/@WITH_HTTP@/1/g \\\n -e s/@WITH_VALID@/1/g \\\n - e s/@WITH_HTML@/1/g \\\n -e s/@WITH_LEGACY@/1/g \\\n -e s/@WITH_C14N@/1/g \\\n -e s/@WITH_CATALOG@/1/g \\\n -e s/@WITH_DOCB@/1/g \\\n -e s/@WITH_ XPATH@/1/g \\\n -e s/@WITH_XPTR@/1/g \\\n -e s/@WITH_XINCLUDE@/1/g \\\n -e s/@WITH_ICONV@/0/g \\\n -e s/@WITH_ICU@/1/g \\\n -e s/@WITH_ISO8859X@/ 1/g \\\n -e s/@WITH_DEBUG@/1/g \\\n -e s/@WITH_MEM_DEBUG@/0/g \\\n -e s /@WITH_RUN_DEBUG@/0/g \\\n -e s/@WITH_REGEXPS@/1/g \\\n -e s/@WITH_SCHEMAS @/1/g \\\n -e s/@WITH_SCHEMATRON@/1/g \\\n -e s/@WITH_MODULES@/1/g \\\n -e s/@MODULE_EXTENSION@/.so/g \\\n -e s/@WITH_ZLIB@/1/g \\\n < include/libx ml/xmlversion.h.in \\\n > \"${XMLVERSION_H}.new\"\n\n# Only use the new file if it's different from the existing file (if any),\n# preserving the existing file 's timestamp when there are no changes to\n# minimize unnecessary build activity .\nif ! diff -q \"${XMLVERSION_H}.new\" \"${XMLVERSION_H}\" >& /dev/null ; then\ n mv \"${XMLVERSION_H}.new\" \"${XMLVERSION_H}\"\nelse\n rm \"${XMLVERSION_H}. new\"\nfi\n\nCONFIG_H=\"${GENERATED_DIR}/config.h\"\nsed -e s/'^#undef PACKAGE$' /\"#define PACKAGE \\\"${PACKAGE}\\\"\"/ \\\n -e s/'^#undef VERSION$'/\"#defi ne VERSION \\\"${VERSION_STRING}\\\"\"/ \\\n -e s/'^#undef SUPPORT_IPV6$'/\"# define SUPPORT_IPV6\"/ \\\n -e s/'^#undef HAVE_ARPA_INET_H$'/\"#define HAVE_A RPA_INET_H 1\"/ \\\n -e s/'^#undef HAVE_ARPA_NAMESER_H$'/\"#define HAVE_ARPA_ NAMESER_H 1\"/ \\\n -e s/'^#undef HAVE_CTYPE_H$'/\"#define HAVE_CTYPE_H 1\"/ \\\n -e s/'^#undef HAVE_DIRENT_H$'/\"#define HAVE_DIRENT_H 1\"/ \\\n -e s/ '^#undef HAVE_DLFCN_H$'/\"#define HAVE_DLFCN_H 1\"/ \\\n -e s/'^#undef HAVE_D LOPEN$'/\"#define HAVE_DLOPEN \"/ \\\n -e s/'^#undef HAVE_ERRNO_H$'/\"#define HAVE_ERRNO_H 1\"/ \\\n -e s/'^#undef HAVE_FCNTL_H$'/\"#define HAVE_FCNTL_H 1 \"/ \\\n -e s/'^#undef HAVE_FINITE$'/\"#define HAVE_FINITE 1\"/ \\\n -e s/ '^#undef HAVE_FLOAT_H$'/\"#define HAVE_FLOAT_H 1\"/ \\\n -e s/'^#undef HAVE_F PRINTF$'/\"#define HAVE_FPRINTF 1\"/ \\\n -e s/'^#undef HAVE_FTIME$'/\"#defin e HAVE_FTIME 1\"/ \\\n -e s/'^#undef HAVE_GETADDRINFO$'/\"#define HAVE_GETADD RINFO \"/ \\\n -e s/'^#undef HAVE_GETTIMEOFDAY$'/\"#define HAVE_GETTIMEOFDAY 1\"/ \\\n -e s/'^#undef HAVE_INTTYPES_H$'/\"#define HAVE_INTTYPES_H 1\"/ \\\n -e s/'^#undef HAVE_ISINF$'/\"#define HAVE_ISINF \"/ \\\n -e s/'^#undef HA VE_ISNAN$'/\"#define HAVE_ISNAN \"/ \\\n -e s/'^#undef HAVE_LIBPTHREAD$'/\"#d efine HAVE_LIBPTHREAD \"/ \\\n -e s/'^#undef HAVE_LIBZ$'/\"#define HAVE_LIBZ 1\"/ \\\n -e s/'^#undef HAVE_LIMITS_H$'/\"#define HAVE_LIMITS_H 1\"/ \\\n -e s/'^#undef HAVE_LOCALTIME$'/\"#define HAVE_LOCALTIME 1\"/ \\\n -e s/'^#und ef HAVE_MATH_H$'/\"#define HAVE_MATH_H 1\"/ \\\n -e s/'^#undef HAVE_MEMORY_H$ '/\"#define HAVE_MEMORY_H 1\"/ \\\n -e s/'^#undef HAVE_NETDB_H$'/\"#define HA VE_NETDB_H 1\"/ \\\n -e s/'^#undef HAVE_NETINET_IN_H$'/\"#define HAVE_NETINET _IN_H 1\"/ \\\n -e s/'^#undef HAVE_PRINTF$'/\"#define HAVE_PRINTF 1\"/ \\\n -e s/'^#undef HAVE_PTHREAD_H$'/\"#define HAVE_PTHREAD_H \"/ \\\n -e s/'^#un def HAVE_RESOLV_H$'/\"#define HAVE_RESOLV_H 1\"/ \\\n -e s/'^#undef HAVE_SIGN AL$'/\"#define HAVE_SIGNAL 1\"/ \\\n -e s/'^#undef HAVE_SIGNAL_H$'/\"#define HAVE_SIGNAL_H 1\"/ \\\n -e s/'^#undef HAVE_SNPRINTF$'/\"#define HAVE_SNPRINTF 1\"/ \\\n -e s/'^#undef HAVE_SPRINTF$'/\"#define HAVE_SPRINTF 1\"/ \\\n - e s/'^#undef HAVE_SSCANF$'/\"#define HAVE_SSCANF 1\"/ \\\n -e s/'^#undef HAVE _STAT$'/\"#define HAVE_STAT 1\"/ \\\n -e s/'^#undef HAVE_STDARG_H$'/\"#define HAVE_STDARG_H 1\"/ \\\n -e s/'^#undef HAVE_STDINT_H$'/\"#define HAVE_STDINT_ H 1\"/ \\\n -e s/'^#undef HAVE_STDLIB_H$'/\"#define HAVE_STDLIB_H 1\"/ \\\n -e s/'^#undef HAVE_STRDUP$'/\"#define HAVE_STRDUP 1\"/ \\\n -e s/'^#undef H AVE_STRERROR$'/\"#define HAVE_STRERROR 1\"/ \\\n -e s/'^#undef HAVE_STRFTIME$ '/\"#define HAVE_STRFTIME 1\"/ \\\n -e s/'^#undef HAVE_STRINGS_H$'/\"#define HAVE_STRINGS_H 1\"/ \\\n -e s/'^#undef HAVE_STRING_H$'/\"#define HAVE_STRING_ H 1\"/ \\\n -e s/'^#undef HAVE_SYS_MMAN_H$'/\"#define HAVE_SYS_MMAN_H 1\"/ \\ \n -e s/'^#undef HAVE_SYS_SELECT_H$'/\"#define HAVE_SYS_SELECT_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_SOCKET_H$'/\"#define HAVE_SYS_SOCKET_H 1\"/ \\\n -e s /'^#undef HAVE_SYS_STAT_H$'/\"#define HAVE_SYS_STAT_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TIMEB_H$'/\"#define HAVE_SYS_TIMEB_H 1\"/ \\\n -e s/'^#undef HAVE_S YS_TIME_H$'/\"#define HAVE_SYS_TIME_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TYPES_ H$'/\"#define HAVE_SYS_TYPES_H 1\"/ \\\n -e s/'^#undef HAVE_TIME_H$'/\"#defin e HAVE_TIME_H 1\"/ \\\n -e s/'^#undef HAVE_UNISTD_H$'/\"#define HAVE_UNISTD_H 1\"/ \\\n -e s/'^#undef HAVE_VA_COPY$'/\"#define HAVE_VA_COPY 1\"/ \\\n - e s/'^#undef HAVE_VFPRINTF$'/\"#define HAVE_VFPRINTF 1\"/ \\\n -e s/'^#undef HAVE_VSNPRINTF$'/\"#define HAVE_VSNPRINTF 1\"/ \\\n -e s/'^#undef HAVE_VSPRIN TF$'/\"#define HAVE_VSPRINTF 1\"/ \\\n -e s/'^#undef HAVE_ZLIB_H$'/\"#define HAVE_ZLIB_H 1\"/ \\\n -e s/'^#undef PACKAGE_BUGREPORT$'/\"#define PACKAGE_BUG REPORT \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_NAME$'/\"#define PACKAGE_NAME \ \\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_STRING$'/\"#define PACKAGE_STRING \\\"\ \\"\"/ \\\n -e s/'^#undef PACKAGE_TARNAME$'/\"#define PACKAGE_TARNAME \\\"\\\ "\"/ \\\n -e s/'^#undef PACKAGE_VERSION$'/\"#define PACKAGE_VERSION \\\"\\\"\ "/ \\\n -e s/'^#undef PROTOTYPES$'/\"#define PROTOTYPES 1\"/ \\\n -e s/'^# undef STDC_HEADERS$'/\"#define STDC_HEADERS 1\"/ \\\n -e s/'^#undef SUPPORT_I P6$'/\"#define SUPPORT_IP6 \"/ \\\n -e s/'^#undef XML_SOCKLEN_T$'/\"#define X ML_SOCKLEN_T socklen_t\"/ \\\n -e s/'^#undef __PROTOTYPES$'/\"#define __PROTO TYPES 1\"/ \\\n -e s@'^\\(#undef .*\\)$'@'/* \\1 */'@ \\\n < config.h.in \\\ n > \"${CONFIG_H}.new\"\n\nif ! diff -q \"${CONFIG_H}.new\" \"${CONFIG_H}\" >& /dev/null ; then\n mv \"${CONFIG_H}.new\" \"${CONFIG_H}\"\nelse\n rm \"${CONFI G_H}.new\"\nfi\n"; 729 » » » shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PR ODUCT_NAME}_prebuild.sh\" \"${@}\"\n";
730 » » » showEnvVarsInLog = 0;
729 }; 731 };
730 /* End PBXShellScriptBuildPhase section */ 732 /* End PBXShellScriptBuildPhase section */
731 733
732 /* Begin PBXSourcesBuildPhase section */ 734 /* Begin PBXSourcesBuildPhase section */
733 7B12F2A90D8EE24200CB6E8F /* Sources */ = { 735 7B12F2A90D8EE24200CB6E8F /* Sources */ = {
734 isa = PBXSourcesBuildPhase; 736 isa = PBXSourcesBuildPhase;
735 buildActionMask = 2147483647; 737 buildActionMask = 2147483647;
736 files = ( 738 files = (
737 7B12F48D0D8EE25A00CB6E8F /* c14n.c in Sources */ , 739 7B12F48D0D8EE25A00CB6E8F /* c14n.c in Sources */ ,
738 7B12F48E0D8EE25A00CB6E8F /* catalog.c in Sources */, 740 7B12F48E0D8EE25A00CB6E8F /* catalog.c in Sources */,
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 7BE970540D872DC200F86D4B /* Debug */, 1036 7BE970540D872DC200F86D4B /* Debug */,
1035 7BE970550D872DC200F86D4B /* Release */, 1037 7BE970550D872DC200F86D4B /* Release */,
1036 ); 1038 );
1037 defaultConfigurationIsVisible = 0; 1039 defaultConfigurationIsVisible = 0;
1038 defaultConfigurationName = Release; 1040 defaultConfigurationName = Release;
1039 }; 1041 };
1040 /* End XCConfigurationList section */ 1042 /* End XCConfigurationList section */
1041 }; 1043 };
1042 rootObject = 7BE970460D872C5400F86D4B /* Project object */; 1044 rootObject = 7BE970460D872C5400F86D4B /* Project object */;
1043 } 1045 }
OLDNEW
« no previous file with comments | « third_party/libxml/libxml.xcodeproj/libxml_config_prebuild.sh ('k') | webkit/webkit.xcodeproj/jsbindings_prebuild.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698