X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=wcsmbs%2FMakefile;h=985f5957f9552b3f837b55d07671e38d38ccbe5f;hp=c296944fdd38fe8134ee80d221f9008a4656ebf8;hb=6e7b9ed6ab0892030542921f834204a77434b8f0;hpb=7eec3fe6ab6141bc351021f2a952f9977cae681b diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index c296944fdd..985f5957f9 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -30,9 +30,15 @@ routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \ btowc wctob mbsinit \ mbrlen mbrtowc wcrtomb mbsrtowcs wcsrtombs \ mbsnrtowcs wcsnrtombs \ - wcstol wcstoul wcstoq wcstouq wcstod wcstold wcstof \ + wcstol wcstoul wcstoll wcstoull wcstod wcstold wcstof \ + wcstol_l wcstoul_l wcstoll_l wcstoull_l \ + wcstod_l wcstold_l wcstof_l \ wcscoll wcsxfrm \ - wcwidth wcswidth + wcwidth wcswidth \ + wcscoll_l wcsxfrm_l \ + wcscasecmp wcsncase wcscasecmp_l wcsncase_l + +tests := tst-wcstof include ../Rules @@ -41,8 +47,15 @@ CFLAGS-wcswidth.c = -I../wctype CFLAGS-wcstol.c = -I../stdlib CFLAGS-wcstoul.c = -I../stdlib -CFLAGS-wcstoq.c = -I../stdlib -CFLAGS-wcstouq.c = -I../stdlib +CFLAGS-wcstoll.c = -I../stdlib +CFLAGS-wcstoull.c = -I../stdlib CFLAGS-wcstod.c = -I../stdlib CFLAGS-wcstold.c = -I../stdlib CFLAGS-wcstof.c = -I../stdlib +CFLAGS-wcstol_l.c = -I../stdlib +CFLAGS-wcstoul_l.c = -I../stdlib +CFLAGS-wcstoll_l.c = -I../stdlib +CFLAGS-wcstoull_l.c = -I../stdlib +CFLAGS-wcstod_l.c = -I../stdlib +CFLAGS-wcstold_l.c = -I../stdlib +CFLAGS-wcstof_l.c = -I../stdlib