Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / po / Makefile.in.in
index 94a1088..f9aa397 100644 (file)
@@ -1,6 +1,6 @@
 #
 #
-#  Makefile for gnokii I18n, 
+#  Makefile for gnokii I18n,
 #             based on the Makefile.in.in that comes with gettext
 #
 #  Erwin Dieterich, 20. 1. 1998 Erwin.Dieterich.ED@Bayer-AG.de
@@ -55,7 +55,7 @@ DEFS = @DEFS@
 CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 
-INCLUDES = -I.. 
+INCLUDES = -I..
 
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
 
@@ -68,7 +68,7 @@ CATOBJEXT = @CATOBJEXT@
 INSTOBJEXT = @INSTOBJEXT@
 
 .SUFFIXES:
-.SUFFIXES: .c .o .po .pox .gmo .mo .msg 
+.SUFFIXES: .c .o .po .pox .gmo .mo .msg
 
 .c.o:
        $(COMPILE) $<
@@ -84,6 +84,8 @@ INSTOBJEXT = @INSTOBJEXT@
        file=`echo $* | sed 's,.*/,,'`.gmo \
          && rm -f $$file && $(GMSGFMT) -o $$file $<
 
+
+
 all: all-@USE_NLS@
 
 all-yes: $(PACKAGE).pot $(CATALOGS)
@@ -93,13 +95,12 @@ all-no:
 $(PACKAGE).pot: $(POTFILES)
        if test -n "$(XGETTEXT)"; then \
                $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(srcdir)/.. \
-                      --keyword=_  --files-from=$(srcdir)/POTFILES.in; \
+                      --c++ --keyword=_  --files-from=$(srcdir)/POTFILES.in; \
                mv $(PACKAGE).po $(PACKAGE).pot; \
        else \
                echo "xgettext not available: $(PACKAGE).pot not updated" 1>&2; \
        fi
 
-makelib: all-@USE_NLS@
 
 install: install-exec install-data
 install-exec: