From: Bruno Haible Date: Sun, 11 Mar 2001 16:41:41 +0000 (+0000) Subject: Regenerated. X-Git-Tag: v0.10.36~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18f764cf93e6b81aa0a06610c131681cec9e6cb;p=thirdparty%2Fgettext.git Regenerated. --- diff --git a/aclocal.m4 b/aclocal.m4 index 5a389fd1f..51a0275da 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -560,7 +560,7 @@ ifelse([AC_DISABLE_FAST_INSTALL])dnl dnl From Bruno Haible. -AC_DEFUN(bh_C_SIGNED, +AC_DEFUN([bh_C_SIGNED], [ AC_CACHE_CHECK([for signed], bh_cv_c_signed, [AC_TRY_COMPILE(, [signed char x;], bh_cv_c_signed=yes, bh_cv_c_signed=no)]) @@ -724,12 +724,15 @@ AC_DEFINE_UNQUOTED(SETLOCALE_CONST,$gt_cv_proto_setlocale_arg1, # serial 8 -dnl Usage: AM_WITH_NLS([SYMBOL], [LIBDIR]). -dnl If SYMBOL is specified and is 'use-libtool', then a libtool library +dnl Usage: AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR]). +dnl If TOOLSYMBOL is specified and is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM_DISABLE_SHARED). Otherwise, a static library dnl $(top_builddir)/intl/libintl.a will be created. +dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext +dnl implementations (in libc or libintl) without the ngettext() function +dnl will be ignored. dnl LIBDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl @@ -780,12 +783,16 @@ AC_DEFUN([AM_WITH_NLS], dnl to fall back to GNU NLS library. CATOBJEXT=NONE + dnl Add a version number to the cache macros. + define(gt_cv_func_gnugettext_libc, [gt_cv_func_gnugettext]ifelse([$2], need-ngettext, 2, 1)[_libc]) + define(gt_cv_func_gnugettext_libintl, [gt_cv_func_gnugettext]ifelse([$2], need-ngettext, 2, 1)[_libintl]) + AC_CHECK_HEADER(libintl.h, [AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc, [AC_TRY_LINK([#include extern int _nl_msg_cat_cntr;], [bindtextdomain ("", ""); -return (int) gettext ("") + _nl_msg_cat_cntr], +return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr], gt_cv_func_gnugettext_libc=yes, gt_cv_func_gnugettext_libc=no)]) @@ -797,7 +804,7 @@ return (int) gettext ("") + _nl_msg_cat_cntr], AC_TRY_LINK([#include extern int _nl_msg_cat_cntr;], [bindtextdomain ("", ""); -return (int) gettext ("") + _nl_msg_cat_cntr], +return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr], gt_cv_func_gnugettext_libintl=yes, gt_cv_func_gnugettext_libintl=no) LIBS="$gt_save_LIBS"]) @@ -841,7 +848,7 @@ return (int) gettext ("") + _nl_msg_cat_cntr], BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo - INTLLIBS='ifelse([$2],[],$(top_builddir)/intl,[$2])/libintl.ifelse([$1], use-libtool, [l], [])a' + INTLLIBS='ifelse([$3],[],$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a' LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi diff --git a/configure b/configure index 499988934..3ca726247 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.14 +# From configure.in Revision: 1.17 @@ -1008,7 +1008,7 @@ RELEASE_DATE=2001-03-09 -ALL_LINGUAS="da de el es fr ja ko nl nn no pl pt sl sv tr" +ALL_LINGUAS="da de el en@quot en@boldquot es fr ja ko nl nn no pl pt sl sv tr" # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 @@ -3831,19 +3831,22 @@ fi if test "$nls_cv_force_use_gnu_gettext" != "yes"; then CATOBJEXT=NONE + + + ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3837: checking for libintl.h" >&5 +echo "configure:3840: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3860,70 +3863,70 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 -echo "configure:3864: checking for GNU gettext in libc" >&5 -if eval "test \"`echo '$''{'gt_cv_func_gnugettext_libc'+set}'`\" = set"; then +echo "configure:3867: checking for GNU gettext in libc" >&5 +if eval "test \"`echo '$''{'gt_cv_func_gnugettext2_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < extern int _nl_msg_cat_cntr; int main() { bindtextdomain ("", ""); -return (int) gettext ("") + _nl_msg_cat_cntr +return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr ; return 0; } EOF -if { (eval echo configure:3878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - gt_cv_func_gnugettext_libc=yes + gt_cv_func_gnugettext2_libc=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - gt_cv_func_gnugettext_libc=no + gt_cv_func_gnugettext2_libc=no fi rm -f conftest* fi -echo "$ac_t""$gt_cv_func_gnugettext_libc" 1>&6 +echo "$ac_t""$gt_cv_func_gnugettext2_libc" 1>&6 - if test "$gt_cv_func_gnugettext_libc" != "yes"; then + if test "$gt_cv_func_gnugettext2_libc" != "yes"; then echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 -echo "configure:3894: checking for GNU gettext in libintl" >&5 -if eval "test \"`echo '$''{'gt_cv_func_gnugettext_libintl'+set}'`\" = set"; then +echo "configure:3897: checking for GNU gettext in libintl" >&5 +if eval "test \"`echo '$''{'gt_cv_func_gnugettext2_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -lintl" cat > conftest.$ac_ext < extern int _nl_msg_cat_cntr; int main() { bindtextdomain ("", ""); -return (int) gettext ("") + _nl_msg_cat_cntr +return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr ; return 0; } EOF -if { (eval echo configure:3910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - gt_cv_func_gnugettext_libintl=yes + gt_cv_func_gnugettext2_libintl=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - gt_cv_func_gnugettext_libintl=no + gt_cv_func_gnugettext2_libintl=no fi rm -f conftest* LIBS="$gt_save_LIBS" fi -echo "$ac_t""$gt_cv_func_gnugettext_libintl" 1>&6 +echo "$ac_t""$gt_cv_func_gnugettext2_libintl" 1>&6 fi - if test "$gt_cv_func_gnugettext_libc" = "yes" \ - || test "$gt_cv_func_gnugettext_libintl" = "yes"; then + if test "$gt_cv_func_gnugettext2_libc" = "yes" \ + || test "$gt_cv_func_gnugettext2_libintl" = "yes"; then cat >> confdefs.h <<\EOF #define HAVE_GETTEXT 1 EOF @@ -3931,7 +3934,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3935: checking for $ac_word" >&5 +echo "configure:3938: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3965,12 +3968,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3969: checking for $ac_func" >&5 +echo "configure:3972: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4020,7 +4023,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4024: checking for $ac_word" >&5 +echo "configure:4027: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4056,7 +4059,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4060: checking for $ac_word" >&5 +echo "configure:4063: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4089,7 +4092,7 @@ fi CATOBJEXT=.gmo fi - if test "$gt_cv_func_gnugettext_libintl" = "yes"; then + if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then INTLLIBS="-lintl" fi fi @@ -4109,7 +4112,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4113: checking for $ac_word" >&5 +echo "configure:4116: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4143,7 +4146,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4147: checking for $ac_word" >&5 +echo "configure:4150: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4179,7 +4182,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4183: checking for $ac_word" >&5 +echo "configure:4186: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4270,7 +4273,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4274: checking for catalogs to be installed" >&5 +echo "configure:4277: checking for catalogs to be installed" >&5 NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no @@ -4334,7 +4337,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4338: checking for $ac_word" >&5 +echo "configure:4341: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4372,7 +4375,7 @@ test -n "$EMACS" || EMACS="no" if test $EMACS != "no"; then echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6 -echo "configure:4376: checking where .elc files should go" >&5 +echo "configure:4379: checking where .elc files should go" >&5 lispdir="\$(datadir)/emacs/site-lisp" emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'` if test "x$prefix" = "xNONE"; then @@ -4820,8 +4823,14 @@ case " $CONFIG_FILES " in *" po/Makefile.in "*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac + sed -e 's/test \([^ ]*\) = \([^ ]*\) \&\& /test \1 != \2 \|\| /' < Makefile \ + > Makefile.tmp + mv Makefile.tmp Makefile sed -e 's/rm -f \$(lispdir)/rm -f \$(DESTDIR)\$(lispdir)/' < misc/Makefile \ > misc/Makefile.tmp + mv misc/Makefile.tmp misc/Makefile + sed -e "s/list='\\\$(lisp_LISP)'; for/list='\$(lisp_LISP)'; test '\$(EMACS)' = no || for/" \ + < misc/Makefile > misc/Makefile.tmp mv misc/Makefile.tmp misc/Makefile exit 0 diff --git a/doc/gettext.info b/doc/gettext.info index a4b8055cc..cbc500f2d 100644 --- a/doc/gettext.info +++ b/doc/gettext.info @@ -36,7 +36,7 @@ gettext.info-1: 1411 gettext.info-2: 49514 gettext.info-3: 98183 gettext.info-4: 147581 -gettext.info-5: 197086 +gettext.info-5: 197084  Tag Table: (Indirect) @@ -94,42 +94,42 @@ Ref: Locating Catalogs-Footnote-1148728 Ref: Locating Catalogs-Footnote-2148953 Node: Charset conversion149102 Node: Plural forms151544 -Ref: Plural forms-Footnote-1161322 -Node: GUI program problems161414 -Node: Optimized gettext166517 -Node: Comparison167850 -Node: Using libintl.a172122 -Node: gettext grok172893 -Node: Temp Programmers175525 -Node: Temp Implementations175965 -Node: Temp catgets177331 -Node: Temp WSI179018 -Node: Temp Notes181006 -Node: Translators181495 -Node: Trans Intro 0181874 -Node: Trans Intro 1184523 -Node: Discussions186387 -Node: Organization189543 -Node: Central Coordination191524 -Node: National Teams192652 -Node: Sub-Cultures195164 -Node: Organizational Ideas196083 -Node: Mailing Lists197086 -Node: Information Flow198889 -Node: Maintainers201022 -Node: Flat and Non-Flat202781 -Node: Prerequisites204542 -Node: gettextize Invocation208651 -Node: Adjusting Files212223 -Node: po/POTFILES.in213446 -Node: configure.in214385 -Node: aclocal216511 -Node: acconfig217690 -Node: Makefile218288 -Node: src/Makefile220476 -Node: Conclusion222873 -Node: History223363 -Node: References226823 -Node: Language Codes228378 +Ref: Plural forms-Footnote-1161320 +Node: GUI program problems161412 +Node: Optimized gettext166515 +Node: Comparison167848 +Node: Using libintl.a172120 +Node: gettext grok172891 +Node: Temp Programmers175523 +Node: Temp Implementations175963 +Node: Temp catgets177329 +Node: Temp WSI179016 +Node: Temp Notes181004 +Node: Translators181493 +Node: Trans Intro 0181872 +Node: Trans Intro 1184521 +Node: Discussions186385 +Node: Organization189541 +Node: Central Coordination191522 +Node: National Teams192650 +Node: Sub-Cultures195162 +Node: Organizational Ideas196081 +Node: Mailing Lists197084 +Node: Information Flow198887 +Node: Maintainers201020 +Node: Flat and Non-Flat202779 +Node: Prerequisites204540 +Node: gettextize Invocation208649 +Node: Adjusting Files212221 +Node: po/POTFILES.in213444 +Node: configure.in214383 +Node: aclocal216509 +Node: acconfig217688 +Node: Makefile218286 +Node: src/Makefile220474 +Node: Conclusion222871 +Node: History223361 +Node: References226821 +Node: Language Codes228376  End Tag Table diff --git a/doc/gettext.info-4 b/doc/gettext.info-4 index e3c0b2332..bc0214e1f 100644 --- a/doc/gettext.info-4 +++ b/doc/gettext.info-4 @@ -246,7 +246,7 @@ details are explained in the GNU `gettext' manual. Here only a a bit of information is provided. The information about the plural form selection has to be stored in -the header entry (the one with the empty (`msgid' string). There should +the header entry (the one with the empty `msgid' string). There should be something like: nplurals=2; plural=n == 1 ? 0 : 1 @@ -269,7 +269,7 @@ below).(1) Only one form: Some languages only require one single form. There is no - distinction between the singular and plural form. And appropriate + distinction between the singular and plural form. An appropriate header entry would look like this: nplurals=1; plural=0 diff --git a/doc/version.texi b/doc/version.texi index 4f39b30cb..757ecb39a 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 9 March 2001 +@set UPDATED 11 March 2001 @set EDITION 0.10.36 @set VERSION 0.10.36 diff --git a/po/da.gmo b/po/da.gmo index 104f2020b..e88844f9e 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/de.gmo b/po/de.gmo index b8b47b1c9..7d371cd69 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/el.gmo b/po/el.gmo index bb3155888..9ef88d95e 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/en@boldquot.gmo b/po/en@boldquot.gmo new file mode 100644 index 000000000..e4181115e Binary files /dev/null and b/po/en@boldquot.gmo differ diff --git a/po/en@quot.gmo b/po/en@quot.gmo new file mode 100644 index 000000000..e0de2cd38 Binary files /dev/null and b/po/en@quot.gmo differ diff --git a/po/es.gmo b/po/es.gmo index b0218d206..7a48afa58 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/fr.gmo b/po/fr.gmo index a03cbc254..3fa891256 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/ja.gmo b/po/ja.gmo index 4125063a3..81d8c40bf 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ko.gmo b/po/ko.gmo index c433e56b7..bc2813ab6 100644 Binary files a/po/ko.gmo and b/po/ko.gmo differ diff --git a/po/nl.gmo b/po/nl.gmo index 7c558880f..690afde80 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nn.gmo b/po/nn.gmo index 487160534..9eccd5c42 100644 Binary files a/po/nn.gmo and b/po/nn.gmo differ diff --git a/po/no.gmo b/po/no.gmo index 278f3482f..540ad832f 100644 Binary files a/po/no.gmo and b/po/no.gmo differ diff --git a/po/pl.gmo b/po/pl.gmo index c844d79a9..2f1ae5b00 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pt.gmo b/po/pt.gmo index 2bc7356a0..58a5179fc 100644 Binary files a/po/pt.gmo and b/po/pt.gmo differ diff --git a/po/sl.gmo b/po/sl.gmo index e7a0efd1f..ae0217977 100644 Binary files a/po/sl.gmo and b/po/sl.gmo differ diff --git a/po/sv.gmo b/po/sv.gmo index 6d2ea84fe..2c4e8ab3f 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/tr.gmo b/po/tr.gmo index bab5f695b..858b6dab3 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/tests/Makefile.in b/tests/Makefile.in index 0338d131f..0dccd246a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -109,7 +109,9 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH GETTEXT= # Two auxiliary programs used by the tests. INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -LDADD = ../intl/libintl.la @LIBICONV@ +LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) +LDADD_yes = ../intl/libintl.la +LDADD_no = ../intl/libgnuintl.la @INTLLIBS@ EXTRA_PROGRAMS = tstgettext cake tstgettext_SOURCES = tstgettext.c setlocale.c tstgettext_LDADD = ../lib/libnlsut.a $(LDADD) @@ -122,11 +124,11 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ tstgettext_OBJECTS = tstgettext.$(OBJEXT) setlocale.$(OBJEXT) -tstgettext_DEPENDENCIES = ../lib/libnlsut.a ../intl/libintl.la +tstgettext_DEPENDENCIES = ../lib/libnlsut.a tstgettext_LDFLAGS = cake_OBJECTS = plural-1-prg.$(OBJEXT) setlocale.$(OBJEXT) cake_LDADD = $(LDADD) -cake_DEPENDENCIES = ../intl/libintl.la +cake_DEPENDENCIES = cake_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)