comparison libcpp/Makefile.in @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
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-2017 Free Software Foundation, Inc. 4 # Copyright (C) 2004-2018 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
259 --msgid-bugs-address="https://gcc.gnu.org/bugs/" \ 259 --msgid-bugs-address="https://gcc.gnu.org/bugs/" \
260 --language=c -o po/$(PACKAGE).pot.tmp $^ 260 --language=c -o po/$(PACKAGE).pot.tmp $^
261 sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot 261 sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot
262 rm po/$(PACKAGE).pot.tmp 262 rm po/$(PACKAGE).pot.tmp
263 263
264 TAGS_SOURCES = $(libcpp_a_SOURCES) internal.h ucnid.h \ 264 TAGS_SOURCES = $(libcpp_a_SOURCES) internal.h system.h ucnid.h \
265 include/line-map.h include/symtab.h include/cpp-id-data.h \ 265 include/cpplib.h include/line-map.h include/mkdeps.h include/symtab.h
266 include/cpplib.h include/mkdeps.h system.h
267 266
268 TAGS: $(TAGS_SOURCES) 267 TAGS: $(TAGS_SOURCES)
269 cd $(srcdir) && etags $(TAGS_SOURCES) 268 cd $(srcdir) && etags $(TAGS_SOURCES)
270 269
271 # Tell versions [3.59,3.63) of GNU make to not export all variables. 270 # Tell versions [3.59,3.63) of GNU make to not export all variables.