libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / system / libroot / posix / glibc / locale / Jamfile
blobb3ba468564e598de27b98fc00d6d1c54b7462334
1 SubDir HAIKU_TOP src system libroot posix glibc locale ;
3 SubDirCcFlags -D_GNU_SOURCE -DUSE_IN_LIBIO -DLOCALEDIR=\'\"/share/locale\"\' ;
5 local architectureObject ;
6 for architectureObject in [ MultiArchSubDirSetup ] {
7         on $(architectureObject) {
8                 local architecture = $(TARGET_PACKAGING_ARCH) ;
10                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include arch
11                         $(TARGET_ARCH) ;
12                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include arch
13                         generic ;
14                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include ;
15                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc locale ;
16                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc ;
18                 MergeObject <$(architecture)>posix_gnu_locale.o :
19                         C-collate.c
20                         C-ctype.c
21                         C-messages.c
22                         C-monetary.c
23                         C-numeric.c
24                         C-time.c
25                         C_name.c
26                         coll-lookup.c
27                         lc-collate.c
28                         lc-ctype.c
29                         lc-messages.c
30                         lc-monetary.c
31                         lc-numeric.c
32                         xlocale.c
33                         ;
34         }