r1893 - in trunk/src/target/OM-2007/openmoko-libs: . libmokoui po

thomas at sita.openmoko.org thomas at sita.openmoko.org
Wed May 2 13:51:03 CEST 2007


Author: thomas
Date: 2007-05-02 13:51:00 +0200 (Wed, 02 May 2007)
New Revision: 1893

Added:
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h
   trunk/src/target/OM-2007/openmoko-libs/po/
   trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS
   trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in
   trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in
Modified:
   trunk/src/target/OM-2007/openmoko-libs/ChangeLog
   trunk/src/target/OM-2007/openmoko-libs/Makefile.am
   trunk/src/target/OM-2007/openmoko-libs/configure.ac
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am
Log:
* Makefile.am:
* configure.ac:
* po/LINGUAS:
* po/Makefile.in.in:
Add gettext and intltool support

* libmokoui/Makefile.am:
* libmokoui/moko-stock.c:
* libmokoui/moko-stock.h:
Add moko-stock for adding OpenMoko stock items


Modified: trunk/src/target/OM-2007/openmoko-libs/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/ChangeLog	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/ChangeLog	2007-05-02 11:51:00 UTC (rev 1893)
@@ -1,3 +1,16 @@
+2007-05-02  Thomas Wood  <thomas at openedhand.com>
+
+	* Makefile.am:
+	* configure.ac:
+	* po/LINGUAS:
+	* po/Makefile.in.in:
+	Add gettext and intltool support
+
+	* libmokoui/Makefile.am:
+	* libmokoui/moko-stock.c:
+	* libmokoui/moko-stock.h:
+	Add moko-stock for adding OpenMoko stock items
+
 2007-04-27 Dodji Seketeli <dodji at openedhand.org>
 
 	* src/target/OM-2007/openmoko-libs/libmokojournal/src/moko-journal.c:

Modified: trunk/src/target/OM-2007/openmoko-libs/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/Makefile.am	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/Makefile.am	2007-05-02 11:51:00 UTC (rev 1893)
@@ -1,4 +1,4 @@
-SUBDIRS = libmokogsmd libmokoui libmokojournal data
+SUBDIRS = libmokogsmd libmokoui libmokojournal data po
 
 pcdata_DATA= openmoko-libs.pc
 pcdatadir= $(libdir)/pkgconfig

Modified: trunk/src/target/OM-2007/openmoko-libs/configure.ac
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/configure.ac	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/configure.ac	2007-05-02 11:51:00 UTC (rev 1893)
@@ -13,6 +13,13 @@
 GTK_VERSION=2.6
 LIBECAL_VERSION=1.4.2
 
+dnl i18n support
+GETTEXT_PACKAGE=openmoko-libs
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
+AC_SUBST(GETTEXT_PACKAGE)
+AM_GLIB_GNU_GETTEXT
+
+
 # base deps
 PKG_CHECK_MODULES(DEPS,
                   gtk+-2.0 >= $GTK_VERSION
@@ -50,6 +57,7 @@
 AC_OUTPUT([
 Makefile
 openmoko-libs.pc
+po/Makefile.in
 libmokocore/Makefile
 libmokogsmd/Makefile
 libmokoui/Makefile

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am	2007-05-02 11:51:00 UTC (rev 1893)
@@ -13,6 +13,7 @@
     moko-pixmap-button.h \
     moko-paned-window.h \
     moko-scrolled-pane.h \
+    moko-stock.h \
     moko-tool-box.h \
     moko-tree-view.h \
     moko-window.h \
@@ -34,6 +35,7 @@
     moko-pixmap-button.c \
     moko-paned-window.c \
     moko-scrolled-pane.c \
+    moko-stock.c \
     moko-tool-box.c \
     moko-tree-view.c \
     moko-window.c \

Added: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c	2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1,47 @@
+#include <gtk/gtk.h>
+#include <moko-stock.h>
+#include <glib/gi18n.h>
+#include <config.h>
+
+
+static const GtkStockItem moko_items [] =
+{
+  { MOKO_STOCK_CALL_HANGUP, N_("Hang Up"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CALL_HOLD, N_("Hold"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CALL_REDIAL, N_("Redial"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_ADDRESS, N_("Address"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_DELETE, N_("Delete Contact"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_EMAIL, N_("E-Mail"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_GROUPS, N_("Groups"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_NEW, N_("New Contact"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_PHONE, N_("Phone"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_FOLDER_DELETE, N_("Delete Folder"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_HISTORY, N_("History"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_FORWARD, N_("Forward"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_MARK_READ, N_("Mark as Read"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_NEW, N_("New Mail"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_READ, N_("Read Mail"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_REPLY_ALL, N_("Reply to All"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_REPLY_SENDER, N_("Reply to Sender"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_SEND, N_("Send"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_PHONE_BOOK, N_("Phone Book"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_SMS_NEW, N_("New SMS"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_SPEAKER, N_("Speaker"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_VIEW, N_("View"), 0, 0, GETTEXT_PACKAGE },
+};
+
+
+static gboolean registered = FALSE;
+
+void
+moko_register_stock ()
+{
+  /* make sure we never register the icons twice */
+  if (registered)
+    return;
+
+  gtk_stock_add_static (moko_items, G_N_ELEMENTS (moko_items));
+
+
+  registered = TRUE;
+}

Added: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h	2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1,37 @@
+
+/*
+ * OpenMoko Stock Items
+ *
+ * Some of these correspond to icon names from the Freedesktop.org Icon Naming
+ * Specification:
+ * http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
+ *
+ * Names that start with "moko-" are currently specific to libmokoui
+ *
+ * The stock items are named by context, then action. Please keep the list in
+ * alphabetical order.
+ *
+ */
+
+#define MOKO_STOCK_CALL_HANGUP "moko-stock-call-hangup"
+#define MOKO_STOCK_CALL_HOLD "moko-stock-call-hold"
+#define MOKO_STOCK_CALL_REDIAL "moko-stock-call-redial"
+#define MOKO_STOCK_CONTACT_ADDRESS "moko-stock-contact-address"
+#define MOKO_STOCK_CONTACT_DELETE "moko-stock-contact-delete"
+#define MOKO_STOCK_CONTACT_EMAIL "moko-stock-contact-email"
+#define MOKO_STOCK_CONTACT_GROUPS "moko-stock-contact-groups"
+#define MOKO_STOCK_CONTACT_NEW "moko-stock-contact-new"
+#define MOKO_STOCK_CONTACT_PHONE "moko-stock-contact-phone"
+#define MOKO_STOCK_FOLDER_DELETE "moko-stock-folder-delete"
+#define MOKO_STOCK_HISTORY "moko-stock-history"
+#define MOKO_STOCK_MAIL_FORWARD "mail-forward"
+#define MOKO_STOCK_MAIL_MARK_READ "mail-mark-read"
+#define MOKO_STOCK_MAIL_NEW "mail-message-new"
+#define MOKO_STOCK_MAIL_READ "mail-read"
+#define MOKO_STOCK_MAIL_REPLY_ALL "mail-reply-all"
+#define MOKO_STOCK_MAIL_REPLY_SENDER "mail-reply-sender"
+#define MOKO_STOCK_MAIL_SEND "mail-send"
+#define MOKO_STOCK_PHONE_BOOK "moko-stock-phone-book"
+#define MOKO_STOCK_SMS_NEW "moko-stock-new-sms"
+#define MOKO_STOCK_SPEAKER "moko-stock-speaker"
+#define MOKO_STOCK_VIEW "moko-stock-view"

Added: trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS	2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1,3 @@
+# please keep this list sorted alphabetically
+#
+

Added: trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in	2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1,271 @@
+# Makefile for program source directory in GNU NLS utilities package.
+# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper at gnu.ai.mit.edu>
+#
+# This file file be copied and used freely without restrictions.  It can
+# be used in projects which are not available under the GNU Public License
+# but which still want to provide support for the GNU gettext functionality.
+# Please note that the actual code is *not* freely available.
+#
+# - Modified by Owen Taylor <otaylor at redhat.com> to use GETTEXT_PACKAGE
+#   instead of PACKAGE and to look for po2tbl in ./ not in intl/
+#
+# - Modified by jacob berkman <jacob at ximian.com> to install
+#   Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
+
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SHELL = /bin/sh
+ at SET_MAKE@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
+datadir = @datadir@
+libdir = @libdir@
+localedir = $(libdir)/locale
+gnulocaledir = $(datadir)/locale
+gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+subdir = po
+
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
+
+CC = @CC@
+GENCAT = @GENCAT@
+GMSGFMT = @GMSGFMT@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+XGETTEXT = @XGETTEXT@
+MSGMERGE = msgmerge
+
+DEFS = @DEFS@
+CFLAGS = @CFLAGS@
+CPPFLAGS = @CPPFLAGS@
+
+INCLUDES = -I.. -I$(top_srcdir)/intl
+
+COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
+
+SOURCES = 
+POFILES = @POFILES@
+GMOFILES = @GMOFILES@
+DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
+$(POFILES) $(GMOFILES) $(SOURCES)
+
+POTFILES = \
+
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+INSTOBJEXT = @INSTOBJEXT@
+
+.SUFFIXES:
+.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
+
+.c.o:
+	$(COMPILE) $<
+
+.po.pox:
+	$(MAKE) $(GETTEXT_PACKAGE).pot
+	$(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*.pox
+
+.po.mo:
+	$(MSGFMT) -o $@ $<
+
+.po.gmo:
+	file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+	  && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $<
+
+.po.cat:
+	sed -f ../intl/po2msg.sed < $< > $*.msg \
+	  && rm -f $@ && $(GENCAT) $@ $*.msg
+
+
+all: all- at USE_NLS@
+
+all-yes: $(CATALOGS)
+all-no:
+
+$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
+	$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
+	  --add-comments --keyword=_ --keyword=N_ \
+          --flag=g_strdup_printf:1:c-format \
+          --flag=g_string_printf:2:c-format \
+          --flag=g_string_append_printf:2:c-format \
+          --flag=g_error_new:3:c-format \
+          --flag=g_set_error:4:c-format \
+          --flag=g_markup_printf_escaped:1:c-format \
+          --flag=g_log:3:c-format \
+          --flag=g_print:1:c-format \
+          --flag=g_printerr:1:c-format \
+          --flag=g_printf:1:c-format \
+          --flag=g_fprintf:2:c-format \
+          --flag=g_sprintf:2:c-format \
+          --flag=g_snprintf:3:c-format \
+          --flag=g_scanner_error:2:c-format \
+          --flag=g_scanner_warn:2:c-format \
+	  --files-from=$(srcdir)/POTFILES.in \
+	&& test ! -f $(GETTEXT_PACKAGE).po \
+	   || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \
+		&& mv $(GETTEXT_PACKAGE).po $(srcdir)/$(GETTEXT_PACKAGE).pot )
+
+install: install-exec install-data
+install-exec:
+install-data: install-data- at USE_NLS@
+install-data-no: all
+install-data-yes: all
+	if test -r "$(MKINSTALLDIRS)"; then \
+	  $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
+	else \
+	  $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
+	fi
+	@catalogs='$(CATALOGS)'; \
+	for cat in $$catalogs; do \
+	  cat=`basename $$cat`; \
+	  case "$$cat" in \
+	    *.gmo) destdir=$(gnulocaledir);; \
+	    *)     destdir=$(localedir);; \
+	  esac; \
+	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+	  dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
+	  if test -r "$(MKINSTALLDIRS)"; then \
+	    $(MKINSTALLDIRS) $$dir; \
+	  else \
+	    $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
+	  fi; \
+	  if test -r $$cat; then \
+	    $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+	    echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
+	  else \
+	    $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+	    echo "installing $(srcdir)/$$cat as" \
+		 "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
+	  fi; \
+	  if test -r $$cat.m; then \
+	    $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+	    echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
+	  else \
+	    if test -r $(srcdir)/$$cat.m ; then \
+	      $(INSTALL_DATA) $(srcdir)/$$cat.m \
+		$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+	      echo "installing $(srcdir)/$$cat as" \
+		   "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
+	    else \
+	      true; \
+	    fi; \
+	  fi; \
+	done
+	if test "$(PACKAGE)" = "glib"; then \
+	  if test -r "$(MKINSTALLDIRS)"; then \
+	    $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
+	  else \
+	    $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
+	  fi; \
+	  $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
+			  $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
+	else \
+	  : ; \
+	fi
+
+# Define this as empty until I found a useful application.
+installcheck:
+
+uninstall:
+	catalogs='$(CATALOGS)'; \
+	for cat in $$catalogs; do \
+	  cat=`basename $$cat`; \
+	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+	  rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+	  rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+	done
+	if test "$(PACKAGE)" = "glib"; then \
+	  rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
+	fi
+
+check: all
+
+dvi info tags TAGS ID:
+
+mostlyclean:
+	rm -f core core.* *.pox $(GETTEXT_PACKAGE).po *.old.po cat-id-tbl.tmp
+	rm -fr *.o
+
+clean: mostlyclean
+
+distclean: clean
+	rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
+
+maintainer-clean: distclean
+	@echo "This command is intended for maintainers to use;"
+	@echo "it deletes files that may require special tools to rebuild."
+	rm -f $(GMOFILES)
+
+distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
+dist distdir: update-po $(DISTFILES)
+	dists="$(DISTFILES)"; \
+	for file in $$dists; do \
+	  ln $(srcdir)/$$file $(distdir) 2> /dev/null \
+	    || cp -p $(srcdir)/$$file $(distdir); \
+	done
+
+update-po: Makefile
+	$(MAKE) $(GETTEXT_PACKAGE).pot
+	tmpdir=`pwd`; \
+	cd $(srcdir); \
+	catalogs='$(CATALOGS)'; \
+	for cat in $$catalogs; do \
+	  cat=`basename $$cat`; \
+	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+	  echo "$$lang:"; \
+	  if $(MSGMERGE) $$lang.po $(GETTEXT_PACKAGE).pot -o $$tmpdir/$$lang.new.po; then \
+	    if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+	      rm -f $$tmpdir/$$lang.new.po; \
+            else \
+	      if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
+	        :; \
+	      else \
+	        echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
+	        rm -f $$tmpdir/$$lang.new.po; \
+	        exit 1; \
+	      fi; \
+	    fi; \
+	  else \
+	    echo "msgmerge for $$cat failed!"; \
+	    rm -f $$tmpdir/$$lang.new.po; \
+	  fi; \
+	done
+
+# POTFILES is created from POTFILES.in by stripping comments, empty lines
+# and Intltool tags (enclosed in square brackets), and appending a full
+# relative path to them
+POTFILES: POTFILES.in
+	( if test 'x$(srcdir)' != 'x.'; then \
+	    posrcprefix='$(top_srcdir)/'; \
+	  else \
+	    posrcprefix="../"; \
+	  fi; \
+	  rm -f $@-t $@ \
+	    && (sed -e '/^#/d' 						\
+		    -e "s/^\[.*\] +//" 					\
+		    -e '/^[ 	]*$$/d' 				\
+		    -e "s at .*@	$$posrcprefix& \\\\@" < $(srcdir)/$@.in	\
+		| sed -e '$$s/\\$$//') > $@-t \
+	    && chmod a-w $@-t \
+	    && mv $@-t $@ )
+
+Makefile: Makefile.in.in ../config.status POTFILES
+	cd .. \
+	  && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
+	       $(SHELL) ./config.status
+
+# Tell versions [3.59,3.63) of GNU make not to export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in	2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in	2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1 @@
+libmokoui/moko-stock.c





More information about the commitlog mailing list