X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=po%2FMakefile.in.in;h=f9aa3975158c09cd54dcbe7bb548db685f0495aa;hp=94a1088b4c6e5465a24ac342578a5f88abe7eda6;hb=49dd905279a8e62936e3713510ab0fd738e20ecb;hpb=2f2703c9133032c12671ca5c77ae626b8fb178d4 diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 94a1088..f9aa397 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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: