Searched refs:PACKAGE (Results 1 - 25 of 221) sorted by relevance

123456789

/haiku-buildtools/cloog/
H A Dgenversion.sh.in3 PACKAGE=@PACKAGE@
12 GIT_HEAD_ID="$PACKAGE-$VERSION-UNKNOWN"
/haiku-buildtools/legacy/gcc/texinfo/
H A Dacconfig.h36 #undef PACKAGE
35 #undef PACKAGE macro
/haiku-buildtools/gcc/libstdc++-v3/po/
H A DMakefile.am38 EXTRA_DIST = string_literals.cc POTFILES.in $(PACKAGE).pot $(LOCALE_IN)
58 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
73 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
80 xgettext --default-domain=$(PACKAGE) --add-comments --c++ --debug \
81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
H A DMakefile.in35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
180 PACKAGE = @PACKAGE@
326 EXTRA_DIST = string_literals.cc POTFILES.in $(PACKAGE).pot $(LOCALE_IN)
511 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
526 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
533 xgettext --default-domain=$(PACKAGE)
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dopintl.h15 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
26 the opcodes library, (eg OBJDUMP). Hence we use dgettext (PACKAGE, String)
27 and define PACKAGE to be 'opcodes'. (See the code in configure). */
28 # define _(String) dgettext (PACKAGE, String)
H A Dconfig.in122 #undef PACKAGE
/haiku-buildtools/binutils/opcodes/
H A Dopintl.h25 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
36 the opcodes library, (eg OBJDUMP). Hence we use dgettext (PACKAGE, String)
37 and define PACKAGE to be 'opcodes'. (See the code in configure). */
38 # define _(String) dgettext (PACKAGE, String)
H A Dsysdep.h30 #ifdef PACKAGE
H A Dconfig.in63 #undef PACKAGE
/haiku-buildtools/gcc/lto-plugin/
H A Dconfig.h.in41 #undef PACKAGE
/haiku-buildtools/libtool/f77demo/
H A Dconfig-h.in48 #undef PACKAGE
/haiku-buildtools/gcc/libcpp/
H A DMakefile.in51 PACKAGE = @PACKAGE@
167 echo $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
168 $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
234 # If build/po/$(PACKAGE).pot exists, use it (it was just created),
238 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
239 then echo po/$(PACKAGE).pot; \
240 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
243 $(PACKAGE).pot: po/$(PACKAGE)
[all...]
/haiku-buildtools/binutils/bfd/hosts/
H A Dalphavms.h23 #ifdef PACKAGE
/haiku-buildtools/gcc/libssp/
H A Dconfig.h.in77 #undef PACKAGE
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppmain.c59 (void) bindtextdomain (PACKAGE, localedir);
60 (void) textdomain (PACKAGE);
H A Dacconfig.h127 #undef PACKAGE macro
/haiku-buildtools/gcc/mpc/
H A Dconfig.h.in86 #undef PACKAGE
/haiku-buildtools/legacy/binutils/intl/
H A Dcat-compat.c104 + sizeof ("/LC_MESSAGES/") - 1 + sizeof (PACKAGE) - 1
111 strcpy (new_name, PACKAGE);
118 PACKAGE);
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dcat-compat.c104 + sizeof ("/LC_MESSAGES/") - 1 + sizeof (PACKAGE) - 1
111 strcpy (new_name, PACKAGE);
118 PACKAGE);
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dcat-compat.c104 + sizeof ("/LC_MESSAGES/") - 1 + sizeof (PACKAGE) - 1
111 strcpy (new_name, PACKAGE);
118 PACKAGE);
/haiku-buildtools/legacy/binutils/gprof/
H A Dgconfig.in127 #undef PACKAGE
H A Dgprof.h36 /* Undefine the BFD PACKAGE and VERSION macros before including the
38 #undef PACKAGE macro
/haiku-buildtools/isl/
H A Disl_config.h.in94 #undef PACKAGE
/haiku-buildtools/binutils/gprof/
H A Dgconfig.in54 #undef PACKAGE
/haiku-buildtools/binutils/bfd/
H A Dsysdep.h25 #ifdef PACKAGE
185 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
195 the bfd library, (eg OBJDUMP). Hence we use dgettext (PACKAGE, String)
196 and define PACKAGE to be 'bfd'. (See the code in configure). */
197 #define _(String) dgettext (PACKAGE, String)

Completed in 206 milliseconds

123456789