From 67881e1853072da3ddb2b58307b32f8a192bb8af Mon Sep 17 00:00:00 2001 From: zack Date: Wed, 31 Oct 2001 17:40:07 +0000 Subject: * Makefile.in (INTL_TARGETS, POSUB): Delete all references. (INTL_SUBDIRS): Just intl. (.SUFFIXES): Add .gmo .po .pox. (native): Also depend on build-@POSUB@. (intl.all, intl.install): Depend on config.h and things it includes. (po-generated): New target; depend on c-parse.c and tradcif.c. (install-normal): Also depend on install-@POSUB@. (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables. (build-, install-, build-po, update-po, install-po, .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules. * aclocal.m4: Prefix each entry in CATALOGS with "po/" * configure.in: Don't munge XGETTEXT. Don't generate po/Makefile.in. * configure: Regenerate. * exgettext: Delete. * config/m68k/m68k.h: Add doc strings for -msky and -mnosky. * cp/Make-lang.in, java/Make-lang.in, objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated. po: * EXCLUDES: New file. * exgettext: New helper script; completely rewritten. * Makefile.in.in, POTFILES.in: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46680 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/po/EXCLUDES | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 gcc/po/EXCLUDES (limited to 'gcc/po/EXCLUDES') diff --git a/gcc/po/EXCLUDES b/gcc/po/EXCLUDES new file mode 100644 index 00000000000..97153871fc4 --- /dev/null +++ b/gcc/po/EXCLUDES @@ -0,0 +1,64 @@ +# This file lists all the sources which should *not* be scanned for +# strings to translate. Only the first word on each line is used; the +# rest is ignored. Only files with an extension of .c or .h are +# examined to begin with. + +# These files are part of libgcc, or target headers provided by gcc. +config/rs6000/sol-c0.c +config/float-c4x.h +config/float-i128.h +config/float-i32.h +config/float-i386.h +config/float-i64.h +config/float-m68k.h +config/float-sh.h +config/float-sparc.h +config/float-vax.h +crtstuff.c +frame.h +gbl-ctors.h +libgcc1.c +libgcc1-test.c +libgcc2.c +libgcc2.h +limitx.h +limity.h +longlong.h +unwind-dw2-fde.c +unwind-dw2-fde.h +unwind-dw2.c +unwind-pe.h +unwind-sjlj.c +unwind.h + +# These programs are meant to be executed only by GCC maintainers or +# installers. Such files do not need to be translated, as these +# people typically need to be able to read English anyway. +enquire.c +fix-header.c +gen-protos.c +genattr.c +genattrtab.c +gencheck.c +gencodes.c +genconfig.c +genconstants.c +genemit.c +genextract.c +genflags.c +gengenrtl.c +genopinit.c +genoutput.c +genpeep.c +genpreds.c +genrecog.c +gensupport.c +gensupport.h +scan-decls.c +scan.c +scan.h + +# These files are not yet internationalized, because they contain +# many strings that require a lot of analysis, and are little-used. +mips-tdump.c +mips-tfile.c -- cgit v1.2.1