1SubDir HAIKU_TOP src system libroot posix glibc locale ; 2 3SubDirCcFlags -D_GNU_SOURCE -DUSE_IN_LIBIO -DLOCALEDIR=\'\"/share/locale\"\' ; 4 5local architectureObject ; 6for architectureObject in [ MultiArchSubDirSetup ] { 7 on $(architectureObject) { 8 local architecture = $(TARGET_PACKAGING_ARCH) ; 9 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 ; 17 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 } 35} 36