NetBSD/distrib/syspkg/sets/comp/Makefile
tshiozak dc7d18ff88 refine i18n stuffs.
- add libc/citrus directory.
    this directory contains the common stuffs not only for locale
    but also other facilities relating to i18n (e.g. iconv).
  - To keep the binary compatibility for the ctype modules easily,
    the interface between libc and the modules is simplified.
  - For the future integrated extension, module pool is renamed
    from "/usr/lib/runemodule" to "/usr/lib/i18n".
    In the future, this directory will contain the modules for "iconv",
    "collation", etc.
  - some cosmetic changes.
  - Bug fix for runetype.h; __attribute__((__packed__)) is placed at
    the wrong position and it is invalid unintentionally.
    But, the all members of the structures seem well-aligned.  Thus,
    this bug causes no problem, hopefully.

HEADS UP:
  - /usr/lib/rumemodule is obsoleted.  If you use the multibyte locales,
    you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
  - The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
    Perhaps, the bug fix about __packed__ mentioned above breaks the
    compatibility...  Be careful especially on 64bit platforms.
2002-03-17 22:14:05 +00:00

49 lines
1.1 KiB
Makefile

SUBDIR += comp-c-bin
SUBDIR += comp-c-catman
SUBDIR += comp-c-include
SUBDIR += comp-c-lib
SUBDIR += comp-c-lintlib
SUBDIR += comp-c-man
SUBDIR += comp-c-piclib
SUBDIR += comp-c-proflib
SUBDIR += comp-c-root
SUBDIR += comp-c-share
SUBDIR += comp-cxx-bin
SUBDIR += comp-cxx-catman
SUBDIR += comp-cxx-include
SUBDIR += comp-cxx-lib
SUBDIR += comp-cxx-man
SUBDIR += comp-cxx-piclib
SUBDIR += comp-cxx-proflib
SUBDIR += comp-debug-bin
SUBDIR += comp-debug-catman
SUBDIR += comp-debug-man
SUBDIR += comp-debug-sbin
SUBDIR += comp-fortran-bin
SUBDIR += comp-fortran-catman
SUBDIR += comp-fortran-lib
SUBDIR += comp-fortran-man
SUBDIR += comp-fortran-piclib
SUBDIR += comp-fortran-proflib
SUBDIR += comp-sys-catman
SUBDIR += comp-sys-man
SUBDIR += comp-objc-bin
SUBDIR += comp-objc-lib
SUBDIR += comp-objc-piclib
SUBDIR += comp-objc-proflib
SUBDIR += comp-sysutil-catman
SUBDIR += comp-sysutil-man
SUBDIR += comp-sysutil-root
SUBDIR += comp-sysutil-sbin
SUBDIR += comp-util-bin
SUBDIR += comp-util-catman
SUBDIR += comp-util-man
SUBDIR += comp-util-share
SUBDIR += comp-i18n-lib
TARGETS+=package
TARGETS+=register
TARGETS+=plist
.include <bsd.subdir.mk>