Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

47 lines
1.1 KiB
Plaintext

Description:
Files:
m4/locale-fr.m4
m4/locale-ja.m4
Depends-on:
configure.ac:
Makefile.am:
if INSTALL_PRIVATE_LIBRARIES
# Specify that libgettextlib should be installed in $(libdir).
lib_LTLIBRARIES += libgettextlib.la
else
# Specify that libgettextlib should not be installed.
noinst_LTLIBRARIES += libgettextlib.la
endif
# Need $(LTLIBUNISTRING) because ulc_width_linebreaks, uc_width, etc. may be
# taken from libunistring, when the configure option --with-libunistring-prefix
# was given.
# Need @LTLIBINTL@ because many source files use gettext().
# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
# Need @LIB_ACL@ @QCOPY_ACL_LIB@ because copy-file.c uses acl.h and qcopy_acl.
# As of 2010-10-04, these are all added by gnulib-tool automatically.
#lib_LDFLAGS += $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ @QCOPY_ACL_LIB@
lib_LDFLAGS += -release @VERSION@
# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL
lib_SOURCES += ../woe32dll/gettextlib-exports.c
lib_LDFLAGS += -Wl,--export-all-symbols
AM_CPPFLAGS += @GETTEXTLIB_EXPORTS_FLAGS@
endif
Include:
License:
GPL
Maintainer:
Bruno Haible