Changeset 56

Show
Ignore:
Timestamp:
06/10/06 23:21:00 (3 years ago)
Author:
gnue
Message:

change configure
change comments

Location:
NEWT0/trunk
Files:
2 removed
19 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/Makefile.in

    r40 r56  
    6060                $(ext)/protoREGEX 
    6161 
     62OBJS          = $(MAINOBJ) $(UTILSOBJS) $(PARSEROBJS) $(COREOBJS) 
     63 
    6264 
    6365###### 
     
    8890newt: $(build) $(objdir) $(yytmp) $(NEWT) $(LDIMPORT) 
    8991 
    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 $@ 
    9294 
    9395 
  • NEWT0/trunk/configure

    r40 r56  
    312312#endif" 
    313313 
    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_EXT LTLIBOBJS' 
     314ac_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' 
    315315ac_subst_files='' 
    316316 
     
    25572557fi 
    25582558 
     2559if 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. 
     2561set dummy ${ac_tool_prefix}ar; ac_word=$2 
     2562echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2563echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2564if test "${ac_cv_prog_AR+set}" = set; then 
     2565  echo $ECHO_N "(cached) $ECHO_C" >&6 
     2566else 
     2567  if test -n "$AR"; then 
     2568  ac_cv_prog_AR="$AR" # Let the user override the test. 
     2569else 
     2570as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     2571for as_dir in $PATH 
     2572do 
     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 
     2581done 
     2582done 
     2583 
     2584fi 
     2585fi 
     2586AR=$ac_cv_prog_AR 
     2587if test -n "$AR"; then 
     2588  echo "$as_me:$LINENO: result: $AR" >&5 
     2589echo "${ECHO_T}$AR" >&6 
     2590else 
     2591  echo "$as_me:$LINENO: result: no" >&5 
     2592echo "${ECHO_T}no" >&6 
     2593fi 
     2594 
     2595fi 
     2596if 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. 
     2599set dummy ar; ac_word=$2 
     2600echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2601echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2602if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 
     2603  echo $ECHO_N "(cached) $ECHO_C" >&6 
     2604else 
     2605  if test -n "$ac_ct_AR"; then 
     2606  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 
     2607else 
     2608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     2609for as_dir in $PATH 
     2610do 
     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 
     2619done 
     2620done 
     2621 
     2622fi 
     2623fi 
     2624ac_ct_AR=$ac_cv_prog_ac_ct_AR 
     2625if test -n "$ac_ct_AR"; then 
     2626  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 
     2627echo "${ECHO_T}$ac_ct_AR" >&6 
     2628else 
     2629  echo "$as_me:$LINENO: result: no" >&5 
     2630echo "${ECHO_T}no" >&6 
     2631fi 
     2632 
     2633  AR=$ac_ct_AR 
     2634else 
     2635  AR="$ac_cv_prog_AR" 
     2636fi 
     2637 
     2638if 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. 
     2640set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
     2641echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2642echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2643if test "${ac_cv_prog_RANLIB+set}" = set; then 
     2644  echo $ECHO_N "(cached) $ECHO_C" >&6 
     2645else 
     2646  if test -n "$RANLIB"; then 
     2647  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 
     2648else 
     2649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     2650for as_dir in $PATH 
     2651do 
     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 
     2660done 
     2661done 
     2662 
     2663fi 
     2664fi 
     2665RANLIB=$ac_cv_prog_RANLIB 
     2666if test -n "$RANLIB"; then 
     2667  echo "$as_me:$LINENO: result: $RANLIB" >&5 
     2668echo "${ECHO_T}$RANLIB" >&6 
     2669else 
     2670  echo "$as_me:$LINENO: result: no" >&5 
     2671echo "${ECHO_T}no" >&6 
     2672fi 
     2673 
     2674fi 
     2675if 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. 
     2678set dummy ranlib; ac_word=$2 
     2679echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2680echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2681if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 
     2682  echo $ECHO_N "(cached) $ECHO_C" >&6 
     2683else 
     2684  if test -n "$ac_ct_RANLIB"; then 
     2685  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 
     2686else 
     2687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     2688for as_dir in $PATH 
     2689do 
     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 
     2698done 
     2699done 
     2700 
     2701  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 
     2702fi 
     2703fi 
     2704ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 
     2705if test -n "$ac_ct_RANLIB"; then 
     2706  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
     2707echo "${ECHO_T}$ac_ct_RANLIB" >&6 
     2708else 
     2709  echo "$as_me:$LINENO: result: no" >&5 
     2710echo "${ECHO_T}no" >&6 
     2711fi 
     2712 
     2713  RANLIB=$ac_ct_RANLIB 
     2714else 
     2715  RANLIB="$ac_cv_prog_RANLIB" 
     2716fi 
     2717 
    25592718 
    25602719# 
     
    26802839SAVE_LIBS="$LIBS" 
    26812840LIBS="$LIBS -liconv" 
     2841result='no' 
     2842echo "$as_me:$LINENO: checking checking for libiconv" >&5 
     2843echo $ECHO_N "checking checking for libiconv... $ECHO_C" >&6 
    26822844cat >conftest.$ac_ext <<_ACEOF 
    26832845/* confdefs.h.  */ 
     
    27282890_ACEOF 
    27292891 
     2892    result='yes' 
    27302893else 
    27312894  echo "$as_me: failed program was:" >&5 
     
    27362899rm -f conftest.err conftest.$ac_objext \ 
    27372900      conftest$ac_exeext conftest.$ac_ext 
    2738  
     2901echo "$as_me:$LINENO: result: $result" >&5 
     2902echo "${ECHO_T}$result" >&6 
     2903 
     2904 
     2905HAVE_DLOPEN='no' 
     2906echo "$as_me:$LINENO: checking checking for dlopen" >&5 
     2907echo $ECHO_N "checking checking for dlopen... $ECHO_C" >&6 
    27392908cat >conftest.$ac_ext <<_ACEOF 
    27402909/* confdefs.h.  */ 
     
    28493018rm -f conftest.err conftest.$ac_objext \ 
    28503019      conftest$ac_exeext conftest.$ac_ext 
     3020echo "$as_me:$LINENO: result: $HAVE_DLOPEN" >&5 
     3021echo "${ECHO_T}$HAVE_DLOPEN" >&6 
    28513022 
    28523023 
     
    33463517 
    33473518 
    3348 for ac_header in inttypes.h memory.h stdint.h stdlib.h string.h unistd.h 
     3519 
     3520 
     3521 
     3522for ac_header in inttypes.h memory.h stdint.h stdlib.h string.h unistd.h termios.h endian.h machine/endian.h 
    33493523do 
    33503524as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     
    45834757 
    45844758 
    4585 for ac_func in getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp 
     4759 
     4760 
     4761 
     4762for ac_func in getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp mmap chdir getpwnam 
    45864763do 
    45874764as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
     
    47034880    NEWT_LDFLAGS='-Wl,--export-all-symbols,--out-implib=$(LDIMPORT)' 
    47044881    LIBNEWT_LDSHARED='$(CC) -shared' 
    4705     LIBREGEX='$(libdir)/libregex.a' 
     4882    LIBREGEX='$(LIBREGEX)' 
    47064883    DLEXT='dll' 
    47074884    ;; 
     
    47624939#define __DYLIBSUFFIX__ ".$DLEXT" 
    47634940_ACEOF 
    4764  
    47654941 
    47664942 
     
    53995575s,@LEXLIB@,$LEXLIB,;t t 
    54005576s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t 
     5577s,@AR@,$AR,;t t 
     5578s,@ac_ct_AR@,$ac_ct_AR,;t t 
     5579s,@RANLIB@,$RANLIB,;t t 
     5580s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 
    54015581s,@build@,$build,;t t 
    54025582s,@build_cpu@,$build_cpu,;t t 
     
    54145594s,@EGREP@,$EGREP,;t t 
    54155595s,@LIBOBJS@,$LIBOBJS,;t t 
    5416 s,@LIBREGEX@,$LIBREGEX,;t t 
    54175596s,@NEWT_LDIMPORT@,$NEWT_LDIMPORT,;t t 
    54185597s,@NEWT_LDFLAGS@,$NEWT_LDFLAGS,;t t 
     
    54215600s,@DLEXT@,$DLEXT,;t t 
    54225601s,@MAKE_EXT@,$MAKE_EXT,;t t 
     5602s,@LIBREGEX@,$LIBREGEX,;t t 
    54235603s,@LTLIBOBJS@,$LTLIBOBJS,;t t 
    54245604CEOF 
  • NEWT0/trunk/configure.in

    r40 r56  
    1212AC_PROG_LEX 
    1313 
     14AC_CHECK_TOOL(AR, ar) 
     15AC_CHECK_TOOL(RANLIB, ranlib, :) 
    1416 
    1517# 
     
    2931SAVE_LIBS="$LIBS" 
    3032LIBS="$LIBS -liconv" 
     33result='no' 
     34AC_MSG_CHECKING(checking for libiconv) 
    3135AC_TRY_LINK([ 
    3236    #include <stdlib.h> 
     
    3741    iconv_close(cd); 
    3842    ], 
    39     AC_DEFINE(HAVE_LIBICONV), 
     43    AC_DEFINE(HAVE_LIBICONV) 
     44    result='yes', 
    4045    LIBS="$SAVE_LIBS") 
     46AC_MSG_RESULT($result) 
    4147 
     48 
     49HAVE_DLOPEN='no' 
     50AC_MSG_CHECKING(checking for dlopen) 
    4251AC_TRY_LINK([ 
    4352    #include <dlfcn.h> 
     
    6776        LIBDL=" -ldl") 
    6877    LIBS="$SAVE_LIBS") 
     78AC_MSG_RESULT($HAVE_DLOPEN) 
    6979 
    7080 
    7181# Checks for header files. 
    7282AC_HEADER_STDC 
    73 AC_CHECK_HEADERS([inttypes.h memory.h stdint.h stdlib.h string.h unistd.h]) 
     83AC_CHECK_HEADERS([inttypes.h memory.h stdint.h stdlib.h string.h unistd.h termios.h endian.h machine/endian.h]) 
    7484 
    7585# Checks for typedefs, structures, and compiler characteristics. 
     
    8393AC_FUNC_REALLOC 
    8494AC_FUNC_VPRINTF 
    85 AC_CHECK_FUNCS([getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp]) 
     95AC_CHECK_FUNCS([getcwd memchr memmove memset regcomp strcasecmp strchr strdup strncasecmp mmap chdir getpwnam]) 
    8696 
    8797 
     
    100110    NEWT_LDFLAGS='-Wl,--export-all-symbols,--out-implib=$(LDIMPORT)' 
    101111    LIBNEWT_LDSHARED='$(CC) -shared' 
    102     LIBREGEX='$(libdir)/libregex.a' 
     112    LIBREGEX='$(LIBREGEX)' 
    103113    DLEXT='dll' 
    104114    ;; 
     
    149159AC_DEFINE_UNQUOTED(__DYLIBSUFFIX__, ".$DLEXT") 
    150160 
    151  
    152 AC_SUBST(LIBREGEX) 
    153161AC_SUBST(NEWT_LDIMPORT) 
    154162AC_SUBST(NEWT_LDFLAGS) 
     
    158166AC_SUBST(MAKE_EXT) 
    159167 
     168AC_SUBST(LIBREGEX) 
    160169 
    161170AC_CONFIG_FILES([Makefile 
  • NEWT0/trunk/ext.xcodeproj/gnue.mode1

    r51 r56  
    220220            <array> 
    221221                <dict> 
    222                     <key>BecomeActive</key> 
    223                     <true/> 
    224222                    <key>ContentConfiguration</key> 
    225223                    <dict> 
     
    289287                        </array> 
    290288                        <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> 
    292290                    </dict> 
    293291                    <key>Module</key> 
     
    326324                                <string>{{0, 0}, {482, 0}}</string> 
    327325                                <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> 
    329327                            </dict> 
    330328                            <key>Module</key> 
     
    334332                        </dict> 
    335333                        <dict> 
     334                            <key>BecomeActive</key> 
     335                            <true/> 
    336336                            <key>ContentConfiguration</key> 
    337337                            <dict> 
     
    346346                                <string>{{0, 5}, {482, 351}}</string> 
    347347                                <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> 
    349349                            </dict> 
    350350                            <key>Module</key> 
     
    370370            <key>TableOfContents</key> 
    371371            <array> 
    372                 <string>F598266009755AE500166A74</string> 
     372                <string>F55232C50A3B0316008E979A</string> 
    373373                <string>1CE0B1FE06471DED0097A5F4</string> 
    374                 <string>F598266109755AE500166A74</string> 
     374                <string>F55232C60A3B0316008E979A</string> 
    375375                <string>1CE0B20306471E060097A5F4</string> 
    376376                <string>1CE0B20506471E060097A5F4</string> 
     
    506506    <key>WindowOrderList</key> 
    507507    <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> 
    509510    </array> 
    510511    <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> 
    512513    <key>WindowTools</key> 
    513514    <array> 
     
    539540                                <string>{{0, 0}, {500, 218}}</string> 
    540541                                <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> 
    542543                            </dict> 
    543544                            <key>Module</key> 
     
    563564                                <string>{{0, 223}, {500, 236}}</string> 
    564565                                <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> 
    566567                            </dict> 
    567568                            <key>Module</key> 
     
    586587            <array> 
    587588                <string>F5DE13BC082AD7C700BB42A5</string> 
    588                 <string>F598265809755A9100166A74</string> 
     589                <string>F55232C70A3B0316008E979A</string> 
    589590                <string>1CD0528F0623707200166675</string> 
    590591                <string>XCMainBuildResultsModuleGUID</string> 
     
    593594            <string>xcode.toolbar.config.build</string> 
    594595            <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> 
    596597            <key>WindowToolGUID</key> 
    597598            <string>F5DE13BC082AD7C700BB42A5</string> 
  • NEWT0/trunk/ext.xcodeproj/gnue.pbxuser

    r51 r56  
    33    08FB7793FE84155DC02AAC07 /* Project object */ = { 
    44        activeBuildConfigurationName = Deployment; 
    5         activeBuildStyle = 014CEA520018CE5811CA2923 /* Development */; 
    65        activeTarget = F5203CC10724744B002722B0 /* all */; 
    76        addToTargets = ( 
     
    121120                ); 
    122121            }; 
    123             PBXPerProjectTemplateStateSaveDate = 158685917; 
     122            PBXPerProjectTemplateStateSaveDate = 171639527; 
    124123            PBXPrepackagedSmartGroups_v2 = ( 
    125124                { 
     
    545544                RubberWindowFrame = "238 139 776 607 0 0 1024 746 "; 
    546545            }; 
    547             PBXWorkspaceStateSaveDate = 158685917; 
     546            PBXWorkspaceStateSaveDate = 171639527; 
    548547        }; 
    549548        sourceControlManager = F53BDA5B06784447005AE1FA /* Source Control */; 
  • NEWT0/trunk/ext.xcodeproj/project.pbxproj

    r51 r56  
    1313            buildPhases = ( 
    1414            ); 
    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             }; 
    2715            dependencies = ( 
    2816                F5203CC307247489002722B0 /* PBXTargetDependency */, 
     
    7765/* End PBXBuildFile section */ 
    7866 
    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  
    10567/* Begin PBXContainerItemProxy section */ 
    10668        F5203CC207247489002722B0 /* PBXContainerItemProxy */ = { 
     
    295257            buildRules = ( 
    296258            ); 
    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             }; 
    317259            dependencies = ( 
    318260            ); 
     
    331273            buildRules = ( 
    332274            ); 
    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             }; 
    353275            dependencies = ( 
    354276            ); 
     
    364286            isa = PBXProject; 
    365287            buildConfigurationList = F5413040096D1E1900CFD896 /* Build configuration list for PBXProject "ext" */; 
    366             buildSettings = { 
    367             }; 
    368             buildStyles = ( 
    369                 014CEA520018CE5811CA2923 /* Development */, 
    370                 014CEA530018CE5811CA2923 /* Deployment */, 
    371             ); 
    372288            hasScannedForEncodings = 1; 
    373289            mainGroup = 08FB7794FE84155DC02AAC07 /* extLibs */; 
  • NEWT0/trunk/ext/protoFILE/Makefile.in

    r36 r56  
    1111 
    1212CC = @CC@ 
     13AR = @AR@ 
     14RANLIB = @RANLIB@ 
    1315YACC = @YACC@ -d 
    1416LEX = @LEX@ 
     
    2224 
    2325 
    24 INCS = -I$(srcdir) -I$(core)/incs 
     26CPPFLAGS = -I$(srcdir) -I$(core)/incs 
    2527CFLAGS = $(DEBUG) $(DEFS) -O2 -pipe