comparison libcpp/Makefile.in @ 69:1b10fe6932e1

merge 69
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 21 Aug 2011 07:53:12 +0900
parents f6334be47118
children 04ced10e8804
comparison
equal deleted inserted replaced
66:b362627d71ba 69:1b10fe6932e1
1 # @configure_input@ 1 # @configure_input@
2 # Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in 2 # Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in
3 3
4 # Copyright (C) 2004, 2008, 2009 Free Software Foundation, Inc. 4 # Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6 #This file is part of libcpp. 6 #This file is part of libcpp.
7 7
8 #libcpp is free software; you can redistribute it and/or modify 8 #libcpp is free software; you can redistribute it and/or modify
9 #it under the terms of the GNU General Public License as published by 9 #it under the terms of the GNU General Public License as published by
247 $(PACKAGE).pot: po/$(PACKAGE).pot 247 $(PACKAGE).pot: po/$(PACKAGE).pot
248 po/$(PACKAGE).pot: $(libcpp_a_SOURCES) 248 po/$(PACKAGE).pot: $(libcpp_a_SOURCES)
249 $(mkinstalldirs) $(srcdir)/po 249 $(mkinstalldirs) $(srcdir)/po
250 $(XGETTEXT) --default-domain=$(PACKAGE) \ 250 $(XGETTEXT) --default-domain=$(PACKAGE) \
251 --keyword=_ --keyword=N_ \ 251 --keyword=_ --keyword=N_ \
252 --keyword=cpp_error:3 --keyword=cpp_errno:3 \ 252 --keyword=cpp_error:3 \
253 --keyword=cpp_warning:3 \
254 --keyword=cpp_pedwarning:3 \
255 --keyword=cpp_warning_syshdr:3 \
253 --keyword=cpp_error_with_line:5 \ 256 --keyword=cpp_error_with_line:5 \
257 --keyword=cpp_warning_with_line:5 \
258 --keyword=cpp_pedwarning_with_line:5 \
259 --keyword=cpp_warning_with_line_syshdr:5 \
260 --keyword=cpp_errno:3 \
254 --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \ 261 --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
255 --copyright-holder="Free Software Foundation, Inc." \ 262 --copyright-holder="Free Software Foundation, Inc." \
256 --msgid-bugs-address="http://gcc.gnu.org/bugs.html" \ 263 --msgid-bugs-address="http://gcc.gnu.org/bugs.html" \
257 --language=c -o po/$(PACKAGE).pot.tmp $^ 264 --language=c -o po/$(PACKAGE).pot.tmp $^
258 sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot 265 sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot