]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/locale/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r53660,
[FreeBSD/FreeBSD.git] / lib / libc / locale / Makefile.inc
1 #       from @(#)Makefile.inc   8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 # locale sources
5 .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/locale ${.CURDIR}/../libc/locale
6
7 SRCS+=  ansi.c big5.c collate.c collcmp.c euc.c frune.c isctype.c \
8         lconv.c localeconv.c mbrune.c mskanji.c nomacros.c none.c rune.c \
9         runetype.c setinvalidrune.c setlocale.c setrunelocale.c table.c \
10         tolower.c toupper.c utf2.c
11
12 .if ${LIB} == "c"
13 MAN3+=  ctype.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
14         isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 \
15         isupper.3 isxdigit.3 mbrune.3 multibyte.3 rune.3 setlocale.3 \
16         toascii.3 tolower.3 toupper.3
17 MAN4+=  euc.4 utf2.4
18
19 MLINKS+=mbrune.3 mbmb.3 mbrune.3 mbrrune.3
20 MLINKS+=multibyte.3 mblen.3 multibyte.3 mbstowcs.3 multibyte.3 mbtowc.3 \
21         multibyte.3 wcstombs.3 multibyte.3 wctomb.3
22 MLINKS+=rune.3 fgetrune.3 rune.3 fputrune.3 rune.3 fungetrune.3 \
23         rune.3 setinvalidrune.3 rune.3 setrunelocale.3 rune.3 sgetrune.3 \
24         rune.3 sputrune.3
25 MLINKS+=setlocale.3 localeconv.3
26 .endif