Deleted Added
full compact
Makefile.inc (227753) Makefile.inc (232935)
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libc/locale/Makefile.inc 227753 2011-11-20 14:45:42Z theraven $
2# $FreeBSD: head/lib/libc/locale/Makefile.inc 232935 2012-03-13 20:02:41Z theraven $
3
4# locale sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/locale ${.CURDIR}/locale
6
7SRCS+= ascii.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
8 gb18030.c gb2312.c gbk.c ctype.c isctype.c iswctype.c \
9 ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \
10 mbrlen.c \

--- 10 unchanged lines hidden (view full) ---

21 wcstombs.c \
22 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
23 wcwidth.c\
24 xlocale.c
25
26SYM_MAPS+=${.CURDIR}/locale/Symbol.map
27
28MAN+= btowc.3 \
3
4# locale sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/locale ${.CURDIR}/locale
6
7SRCS+= ascii.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
8 gb18030.c gb2312.c gbk.c ctype.c isctype.c iswctype.c \
9 ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \
10 mbrlen.c \

--- 10 unchanged lines hidden (view full) ---

21 wcstombs.c \
22 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
23 wcwidth.c\
24 xlocale.c
25
26SYM_MAPS+=${.CURDIR}/locale/Symbol.map
27
28MAN+= btowc.3 \
29 ctype_l.3 \
29 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
30 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
31 ispunct.3 isrune.3 isspace.3 isspecial.3 \
32 isupper.3 iswalnum.3 isxdigit.3 localeconv.3 mblen.3 mbrlen.3 \
33 mbrtowc.3 \
34 mbsinit.3 \
35 mbsrtowcs.3 mbstowcs.3 mbtowc.3 multibyte.3 \
36 nextwctype.3 nl_langinfo.3 rpmatch.3 \

--- 26 unchanged lines hidden ---
30 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
31 isdigit.3 isgraph.3 isideogram.3 islower.3 isphonogram.3 isprint.3 \
32 ispunct.3 isrune.3 isspace.3 isspecial.3 \
33 isupper.3 iswalnum.3 isxdigit.3 localeconv.3 mblen.3 mbrlen.3 \
34 mbrtowc.3 \
35 mbsinit.3 \
36 mbsrtowcs.3 mbstowcs.3 mbtowc.3 multibyte.3 \
37 nextwctype.3 nl_langinfo.3 rpmatch.3 \

--- 26 unchanged lines hidden ---