- Timestamp:
- 06/10/06 23:21:00 (3 years ago)
- Location:
- NEWT0/trunk
- Files:
-
- 2 removed
- 19 modified
-
Makefile.in (modified) (2 diffs)
-
configure (modified) (13 diffs)
-
configure.in (modified) (8 diffs)
-
ext.xcode (deleted)
-
ext.xcodeproj/gnue.mode1 (modified) (11 diffs)
-
ext.xcodeproj/gnue.pbxuser (modified) (3 diffs)
-
ext.xcodeproj/project.pbxproj (modified) (5 diffs)
-
ext/protoFILE/Makefile.in (modified) (4 diffs)
-
ext/protoREGEX/Makefile.in (modified) (4 diffs)
-
newt.xcode (deleted)
-
newt.xcodeproj/gnue.mode1 (modified) (27 diffs)
-
newt.xcodeproj/gnue.pbxuser (modified) (33 diffs)
-
newt.xcodeproj/project.pbxproj (modified) (7 diffs)
-
src/config.h.in (modified) (1 diff)
-
src/main.c (modified) (2 diffs)
-
src/newt_core/NewtBC.c (modified) (6 diffs)
-
src/newt_core/NewtFile.c (modified) (7 diffs)
-
src/newt_core/NewtGC.c (modified) (1 diff)
-
src/newt_core/NewtIO.c (modified) (4 diffs)
-
src/newt_core/incs/darwin/config.h (modified) (1 diff)
-
src/utils/endian_utils.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/Makefile.in
r40 r56 60 60 $(ext)/protoREGEX 61 61 62 OBJS = $(MAINOBJ) $(UTILSOBJS) $(PARSEROBJS) $(COREOBJS) 63 62 64 63 65 ###### … … 88 90 newt: $(build) $(objdir) $(yytmp) $(NEWT) $(LDIMPORT) 89 91 90 $(NEWT): $( MAINOBJ) $(UTILSOBJS) $(PARSEROBJS) $(COREOBJS)91 $(CC) $(LDFLAGS) $(LIBS) $( MAINOBJ) $(UTILSOBJS) $(PARSEROBJS) $(COREOBJS) $(LIBS) -o $@92 $(NEWT): $(OBJS) 93 $(CC) $(LDFLAGS) $(LIBS) $(OBJS) $(LIBS) -o $@ 92 94 93 95 -
NEWT0/trunk/configure
r40 r56 312 312 #endif" 313 313 314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT YACC LEX LEXLIB LEX_OUTPUT_ROOT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP LIBOBJS LIBREGEX NEWT_LDIMPORT NEWT_LDFLAGS LIBNEWT_LDSHARED LINK_NEWT_APP_ DLEXT MAKE_EXTLTLIBOBJS'314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT YACC LEX LEXLIB LEX_OUTPUT_ROOT AR ac_ct_AR RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP LIBOBJS NEWT_LDIMPORT NEWT_LDFLAGS LIBNEWT_LDSHARED LINK_NEWT_APP_ DLEXT MAKE_EXT LIBREGEX LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 2557 2557 fi 2558 2558 2559 if test -n "$ac_tool_prefix"; then 2560 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 2561 set dummy ${ac_tool_prefix}ar; ac_word=$2 2562 echo "$as_me:$LINENO: checking for $ac_word" >&5 2563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2564 if test "${ac_cv_prog_AR+set}" = set; then 2565 echo $ECHO_N "(cached) $ECHO_C" >&6 2566 else 2567 if test -n "$AR"; then 2568 ac_cv_prog_AR="$AR" # Let the user override the test. 2569 else 2570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2571 for as_dir in $PATH 2572 do 2573 IFS=$as_save_IFS 2574 test -z "$as_dir" && as_dir=. 2575 for ac_exec_ext in '' $ac_executable_extensions; do 2576 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2577 ac_cv_prog_AR="${ac_tool_prefix}ar" 2578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2579 break 2 2580 fi 2581 done 2582 done 2583 2584 fi 2585 fi 2586 AR=$ac_cv_prog_AR 2587 if test -n "$AR"; then 2588 echo "$as_me:$LINENO: result: $AR" >&5 2589 echo "${ECHO_T}$AR" >&6 2590 else 2591 echo "$as_me:$LINENO: result: no" >&5 2592 echo "${ECHO_T}no" >&6 2593 fi 2594 2595 fi 2596 if test -z "$ac_cv_prog_AR"; then 2597 ac_ct_AR=$AR 2598 # Extract the first word of "ar", so it can be a program name with args. 2599 set dummy ar; ac_word=$2 2600 echo "$as_me:$LINENO: checking for $ac_word" >&5 2601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2602 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 2603 echo $ECHO_N "(cached) $ECHO_C" >&6 2604 else 2605 if test -n "$ac_ct_AR"; then 2606 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 2607 else 2608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2609 for as_dir in $PATH 2610 do 2611 IFS=$as_save_IFS 2612 test -z "$as_dir" && as_dir=. 2613 for ac_exec_ext in '' $ac_executable_extensions; do 2614 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2615 ac_cv_prog_ac_ct_AR="ar" 2616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2617 break 2 2618 fi 2619 done 2620 done 2621 2622 fi 2623 fi 2624 ac_ct_AR=$ac_cv_prog_ac_ct_AR 2625 if test -n "$ac_ct_AR"; then 2626 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 2627 echo "${ECHO_T}$ac_ct_AR" >&6 2628 else 2629 echo "$as_me:$LINENO: result: no" >&5 2630 echo "${ECHO_T}no" >&6 2631 fi 2632 2633 AR=$ac_ct_AR 2634 else 2635 AR="$ac_cv_prog_AR" 2636 fi 2637 2638 if test -n "$ac_tool_prefix"; then 2639 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2640 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2641 echo "$as_me:$LINENO: checking for $ac_word" >&5 2642 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2643 if test "${ac_cv_prog_RANLIB+set}" = set; then 2644 echo $ECHO_N "(cached) $ECHO_C" >&6 2645 else 2646 if test -n "$RANLIB"; then 2647 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2648 else 2649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2650 for as_dir in $PATH 2651 do 2652 IFS=$as_save_IFS 2653 test -z "$as_dir" && as_dir=. 2654 for ac_exec_ext in '' $ac_executable_extensions; do 2655 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2656 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2657 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2658 break 2 2659 fi 2660 done 2661 done 2662 2663 fi 2664 fi 2665 RANLIB=$ac_cv_prog_RANLIB 2666 if test -n "$RANLIB"; then 2667 echo "$as_me:$LINENO: result: $RANLIB" >&5 2668 echo "${ECHO_T}$RANLIB" >&6 2669 else 2670 echo "$as_me:$LINENO: result: no" >&5 2671 echo "${ECHO_T}no" >&6 2672 fi 2673 2674 fi 2675 if test -z "$ac_cv_prog_RANLIB"; then 2676 ac_ct_RANLIB=$RANLIB 2677 # Extract the first word of "ranlib", so it can be a program name with args. 2678 set dummy ranlib; ac_word=$2 2679 echo "$as_me:$LINENO: checking for $ac_word" >&5 2680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2681 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2682 echo $ECHO_N "(cached) $ECHO_C" >&6 2683 else 2684 if test -n "$ac_ct_RANLIB"; then 2685 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 2686 else 2687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2688 for as_dir in $PATH 2689 do 2690 IFS=$as_save_IFS 2691 test -z "$as_dir" && as_dir=. 2692 for ac_exec_ext in '' $ac_executable_extensions; do 2693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2694 ac_cv_prog_ac_ct_RANLIB="ranlib" 2695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2696 break 2 2697 fi 2698 done 2699 done 2700 2701 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 2702 fi 2703 fi 2704 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2705 if test -n "$ac_ct_RANLIB"; then 2706 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2707 echo "${ECHO_T}$ac_ct_RANLIB" >&6 2708 else 2709 echo "$as_me:$LINENO: result: no" >&5 2710 echo "${ECHO_T}no" >&6 2711 fi 2712 2713 RANLIB=$ac_ct_RANLIB 2714 else 2715 RANLIB="$ac_cv_prog_RANLIB" 2716 fi 2717 2559 2718 2560 2719 # … … 2680 2839 SAVE_LIBS="$LIBS" 2681 2840 LIBS="$LIBS -liconv" 2841 result='no' 2842 echo "$as_me:$LINENO: checking checking for libiconv" >&5 2843 echo $ECHO_N "checking checking for libiconv... $ECHO_C" >&6 2682 2844 cat >conftest.$ac_ext <<_ACEOF 2683 2845 /* confdefs.h. */ … … 2728 2890 _ACEOF 2729 2891 2892 result='yes' 2730 2893 else 2731 2894 echo "$as_me: failed program was:" >&5 … … 2736 2899 rm -f conftest.err conftest.$ac_objext \ 2737 2900 conftest$ac_exeext conftest.$ac_ext 2738 2901 echo "$as_me:$LINENO: result: $result" >&5 2902 echo "${ECHO_T}$result" >&6 2903 2904 2905 HAVE_DLOPEN='no' 2906 echo "$as_me:$LINENO: checking checking for dlopen" >&5 2907 echo $ECHO_N "checking checking for dlopen... $ECHO_C" >&6 2739 2908 cat >conftest.$ac_ext <<_ACEOF 2740 2909 /* confdefs.h. */ … … 2849 3018 rm -f conftest.err conftest.$ac_objext \ 2850 3019 conftest$ac_exeext conftest.$ac_ext 3020 echo "$as_me:$LINENO: result: $HAVE_DLOPEN" >&5 3021 echo "${ECHO_T}$HAVE_DLOPEN" >&6 2851 3022 2852 3023 … … 3346 3517 3347 3518 3348 for ac_header in inttypes.h memory.h stdint.h stdlib.h string.h unistd.h 3519 3520 3521 3522 for ac_header in inttypes.h memory.h stdint.h stdlib.h string.h unistd.h termios.h endian.h machine/endian.h 3349 3523 do 3350 3524 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 4583 4757 4584 4758 4585 for ac_func in getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp 4759 4760 4761 4762 for ac_func in getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp mmap chdir getpwnam 4586 4763 do 4587 4764 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` … … 4703 4880 NEWT_LDFLAGS='-Wl,--export-all-symbols,--out-implib=$(LDIMPORT)' 4704 4881 LIBNEWT_LDSHARED='$(CC) -shared' 4705 LIBREGEX='$( libdir)/libregex.a'4882 LIBREGEX='$(LIBREGEX)' 4706 4883 DLEXT='dll' 4707 4884 ;; … … 4762 4939 #define __DYLIBSUFFIX__ ".$DLEXT" 4763 4940 _ACEOF 4764 4765 4941 4766 4942 … … 5399 5575 s,@LEXLIB@,$LEXLIB,;t t 5400 5576 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t 5577 s,@AR@,$AR,;t t 5578 s,@ac_ct_AR@,$ac_ct_AR,;t t 5579 s,@RANLIB@,$RANLIB,;t t 5580 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 5401 5581 s,@build@,$build,;t t 5402 5582 s,@build_cpu@,$build_cpu,;t t … … 5414 5594 s,@EGREP@,$EGREP,;t t 5415 5595 s,@LIBOBJS@,$LIBOBJS,;t t 5416 s,@LIBREGEX@,$LIBREGEX,;t t5417 5596 s,@NEWT_LDIMPORT@,$NEWT_LDIMPORT,;t t 5418 5597 s,@NEWT_LDFLAGS@,$NEWT_LDFLAGS,;t t … … 5421 5600 s,@DLEXT@,$DLEXT,;t t 5422 5601 s,@MAKE_EXT@,$MAKE_EXT,;t t 5602 s,@LIBREGEX@,$LIBREGEX,;t t 5423 5603 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 5424 5604 CEOF -
NEWT0/trunk/configure.in
r40 r56 12 12 AC_PROG_LEX 13 13 14 AC_CHECK_TOOL(AR, ar) 15 AC_CHECK_TOOL(RANLIB, ranlib, :) 14 16 15 17 # … … 29 31 SAVE_LIBS="$LIBS" 30 32 LIBS="$LIBS -liconv" 33 result='no' 34 AC_MSG_CHECKING(checking for libiconv) 31 35 AC_TRY_LINK([ 32 36 #include <stdlib.h> … … 37 41 iconv_close(cd); 38 42 ], 39 AC_DEFINE(HAVE_LIBICONV), 43 AC_DEFINE(HAVE_LIBICONV) 44 result='yes', 40 45 LIBS="$SAVE_LIBS") 46 AC_MSG_RESULT($result) 41 47 48 49 HAVE_DLOPEN='no' 50 AC_MSG_CHECKING(checking for dlopen) 42 51 AC_TRY_LINK([ 43 52 #include <dlfcn.h> … … 67 76 LIBDL=" -ldl") 68 77 LIBS="$SAVE_LIBS") 78 AC_MSG_RESULT($HAVE_DLOPEN) 69 79 70 80 71 81 # Checks for header files. 72 82 AC_HEADER_STDC 73 AC_CHECK_HEADERS([inttypes.h memory.h stdint.h stdlib.h string.h unistd.h ])83 AC_CHECK_HEADERS([inttypes.h memory.h stdint.h stdlib.h string.h unistd.h termios.h endian.h machine/endian.h]) 74 84 75 85 # Checks for typedefs, structures, and compiler characteristics. … … 83 93 AC_FUNC_REALLOC 84 94 AC_FUNC_VPRINTF 85 AC_CHECK_FUNCS([getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp ])95 AC_CHECK_FUNCS([getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp mmap chdir getpwnam]) 86 96 87 97 … … 100 110 NEWT_LDFLAGS='-Wl,--export-all-symbols,--out-implib=$(LDIMPORT)' 101 111 LIBNEWT_LDSHARED='$(CC) -shared' 102 LIBREGEX='$( libdir)/libregex.a'112 LIBREGEX='$(LIBREGEX)' 103 113 DLEXT='dll' 104 114 ;; … … 149 159 AC_DEFINE_UNQUOTED(__DYLIBSUFFIX__, ".$DLEXT") 150 160 151 152 AC_SUBST(LIBREGEX)153 161 AC_SUBST(NEWT_LDIMPORT) 154 162 AC_SUBST(NEWT_LDFLAGS) … … 158 166 AC_SUBST(MAKE_EXT) 159 167 168 AC_SUBST(LIBREGEX) 160 169 161 170 AC_CONFIG_FILES([Makefile -
NEWT0/trunk/ext.xcodeproj/gnue.mode1
r51 r56 220 220 <array> 221 221 <dict> 222 <key>BecomeActive</key>223 <true/>224 222 <key>ContentConfiguration</key> 225 223 <dict> … … 289 287 </array> 290 288 <key>RubberWindowFrame</key> 291 <string> 138 150 690 397 0 0 1024 746</string>289 <string>244 160 690 397 0 0 1280 778 </string> 292 290 </dict> 293 291 <key>Module</key> … … 326 324 <string>{{0, 0}, {482, 0}}</string> 327 325 <key>RubberWindowFrame</key> 328 <string> 138 150 690 397 0 0 1024 746</string>326 <string>244 160 690 397 0 0 1280 778 </string> 329 327 </dict> 330 328 <key>Module</key> … … 334 332 </dict> 335 333 <dict> 334 <key>BecomeActive</key> 335 <true/> 336 336 <key>ContentConfiguration</key> 337 337 <dict> … … 346 346 <string>{{0, 5}, {482, 351}}</string> 347 347 <key>RubberWindowFrame</key> 348 <string> 138 150 690 397 0 0 1024 746</string>348 <string>244 160 690 397 0 0 1280 778 </string> 349 349 </dict> 350 350 <key>Module</key> … … 370 370 <key>TableOfContents</key> 371 371 <array> 372 <string>F5 98266009755AE500166A74</string>372 <string>F55232C50A3B0316008E979A</string> 373 373 <string>1CE0B1FE06471DED0097A5F4</string> 374 <string>F5 98266109755AE500166A74</string>374 <string>F55232C60A3B0316008E979A</string> 375 375 <string>1CE0B20306471E060097A5F4</string> 376 376 <string>1CE0B20506471E060097A5F4</string> … … 506 506 <key>WindowOrderList</key> 507 507 <array> 508 <string>/Volumes/Pawn/User/Development/Newt/NEWT0/ext.xcodeproj</string> 508 <string>F5DE13BC082AD7C700BB42A5</string> 509 <string>/Users/gnue/Desktop/NEWT0/ext.xcodeproj</string> 509 510 </array> 510 511 <key>WindowString</key> 511 <string> 138 150 690 397 0 0 1024 746</string>512 <string>244 160 690 397 0 0 1280 778 </string> 512 513 <key>WindowTools</key> 513 514 <array> … … 539 540 <string>{{0, 0}, {500, 218}}</string> 540 541 <key>RubberWindowFrame</key> 541 <string> 257 212 500 500 0 0 1024 746</string>542 <string>383 238 500 500 0 0 1280 778 </string> 542 543 </dict> 543 544 <key>Module</key> … … 563 564 <string>{{0, 223}, {500, 236}}</string> 564 565 <key>RubberWindowFrame</key> 565 <string> 257 212 500 500 0 0 1024 746</string>566 <string>383 238 500 500 0 0 1280 778 </string> 566 567 </dict> 567 568 <key>Module</key> … … 586 587 <array> 587 588 <string>F5DE13BC082AD7C700BB42A5</string> 588 <string>F5 98265809755A9100166A74</string>589 <string>F55232C70A3B0316008E979A</string> 589 590 <string>1CD0528F0623707200166675</string> 590 591 <string>XCMainBuildResultsModuleGUID</string> … … 593 594 <string>xcode.toolbar.config.build</string> 594 595 <key>WindowString</key> 595 <string> 257 212 500 500 0 0 1024 746</string>596 <string>383 238 500 500 0 0 1280 778 </string> 596 597 <key>WindowToolGUID</key> 597 598 <string>F5DE13BC082AD7C700BB42A5</string> -
NEWT0/trunk/ext.xcodeproj/gnue.pbxuser
r51 r56 3 3 08FB7793FE84155DC02AAC07 /* Project object */ = { 4 4 activeBuildConfigurationName = Deployment; 5 activeBuildStyle = 014CEA520018CE5811CA2923 /* Development */;6 5 activeTarget = F5203CC10724744B002722B0 /* all */; 7 6 addToTargets = ( … … 121 120 ); 122 121 }; 123 PBXPerProjectTemplateStateSaveDate = 1 58685917;122 PBXPerProjectTemplateStateSaveDate = 171639527; 124 123 PBXPrepackagedSmartGroups_v2 = ( 125 124 { … … 545 544 RubberWindowFrame = "238 139 776 607 0 0 1024 746 "; 546 545 }; 547 PBXWorkspaceStateSaveDate = 1 58685917;546 PBXWorkspaceStateSaveDate = 171639527; 548 547 }; 549 548 sourceControlManager = F53BDA5B06784447005AE1FA /* Source Control */; -
NEWT0/trunk/ext.xcodeproj/project.pbxproj
r51 r56 13 13 buildPhases = ( 14 14 ); 15 buildSettings = {16 OTHER_CFLAGS = "";17 OTHER_LDFLAGS = "";18 OTHER_REZFLAGS = "";19 PRODUCT_NAME = all;20 SECTORDER_FLAGS = "";21 WARNING_CFLAGS = (22 "-Wmost",23 "-Wno-four-char-constants",24 "-Wno-unknown-pragmas",25 );26 };27 15 dependencies = ( 28 16 F5203CC307247489002722B0 /* PBXTargetDependency */, … … 77 65 /* End PBXBuildFile section */ 78 66 79 /* Begin PBXBuildStyle section */80 014CEA520018CE5811CA2923 /* Development */ = {81 isa = PBXBuildStyle;82 buildSettings = {83 COPY_PHASE_STRIP = NO;84 DEBUGGING_SYMBOLS = YES;85 GCC_DYNAMIC_NO_PIC = NO;86 GCC_ENABLE_FIX_AND_CONTINUE = YES;87 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;88 GCC_OPTIMIZATION_LEVEL = 0;89 OPTIMIZATION_CFLAGS = "-O0";90 ZERO_LINK = YES;91 };92 name = Development;93 };94 014CEA530018CE5811CA2923 /* Deployment */ = {95 isa = PBXBuildStyle;96 buildSettings = {97 COPY_PHASE_STRIP = YES;98 GCC_ENABLE_FIX_AND_CONTINUE = NO;99 ZERO_LINK = NO;100 };101 name = Deployment;102 };103 /* End PBXBuildStyle section */104 105 67 /* Begin PBXContainerItemProxy section */ 106 68 F5203CC207247489002722B0 /* PBXContainerItemProxy */ = { … … 295 257 buildRules = ( 296 258 ); 297 buildSettings = {298 DYLIB_COMPATIBILITY_VERSION = 1;299 DYLIB_CURRENT_VERSION = 1;300 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;301 GCC_WARN_UNKNOWN_PRAGMAS = NO;302 INSTALL_PATH = "";303 LIBRARY_STYLE = BUNDLE;304 OTHER_CFLAGS = "";305 OTHER_LDFLAGS = (306 "-bundle",307 "-undefined",308 suppress,309 "-flat_namespace",310 );311 OTHER_REZFLAGS = "";312 PREBINDING = NO;313 PRODUCT_NAME = protoFILE;314 SECTORDER_FLAGS = "";315 WARNING_CFLAGS = "-Wmost";316 };317 259 dependencies = ( 318 260 ); … … 331 273 buildRules = ( 332 274 ); 333 buildSettings = {334 DYLIB_COMPATIBILITY_VERSION = 1;335 DYLIB_CURRENT_VERSION = 1;336 GCC_OPTIMIZATION_LEVEL = s;337 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;338 GCC_WARN_UNKNOWN_PRAGMAS = NO;339 INSTALL_PATH = "";340 LIBRARY_STYLE = BUNDLE;341 OTHER_CFLAGS = "";342 OTHER_LDFLAGS = (343 "-undefined",344 suppress,345 "-flat_namespace",346 );347 OTHER_REZFLAGS = "";348 PREBINDING = NO;349 PRODUCT_NAME = protoREGEX;350 SECTORDER_FLAGS = "";351 WARNING_CFLAGS = "-Wmost";352 };353 275 dependencies = ( 354 276 ); … … 364 286 isa = PBXProject; 365 287 buildConfigurationList = F5413040096D1E1900CFD896 /* Build configuration list for PBXProject "ext" */; 366 buildSettings = {367 };368 buildStyles = (369 014CEA520018CE5811CA2923 /* Development */,370 014CEA530018CE5811CA2923 /* Deployment */,371 );372 288 hasScannedForEncodings = 1; 373 289 mainGroup = 08FB7794FE84155DC02AAC07 /* extLibs */; -
NEWT0/trunk/ext/protoFILE/Makefile.in
r36 r56 11 11 12 12 CC = @CC@ 13 AR = @AR@ 14 RANLIB = @RANLIB@ 13 15 YACC = @YACC@ -d 14 16 LEX = @LEX@ … … 22 24 23 25 24 INCS = -I$(srcdir) -I$(core)/incs26 CPPFLAGS = -I$(srcdir) -I$(core)/incs 25 27
