xref: /haiku/src/system/libroot/posix/glibc/locale/Jamfile (revision e0ef64750f3169cd634bb2f7a001e22488b05231)
1SubDir HAIKU_TOP src system libroot posix glibc locale ;
2
3SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include arch
4	$(TARGET_ARCH) ;
5SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include arch generic ;
6SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include ;
7SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc locale ;
8SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc ;
9
10SubDirCcFlags -D_GNU_SOURCE -DUSE_IN_LIBIO -DLOCALEDIR=\'\"/share/locale\"\' ;
11
12MergeObject posix_gnu_locale.o :
13	C-collate.c
14	C-ctype.c
15	C-messages.c
16	C-monetary.c
17	C-numeric.c
18	C-time.c
19	C_name.c
20	coll-lookup.c
21	lc-collate.c
22	lc-ctype.c
23	lc-messages.c
24	lc-monetary.c
25	lc-numeric.c
26	mb_cur_max.c
27	xlocale.c
28;
29