libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / system / libroot / posix / glibc / regex / Jamfile
blobd5bb81e1dae6fe539eea79e7244a552916a3be9d
1 SubDir HAIKU_TOP src system libroot posix glibc regex ;
3 SubDirHdrs $(HAIKU_TOP) headers ;
4 SubDirCcFlags -D_REGEX_RE_COMP -D__USE_GNU -DHAVE_STDBOOL_H ;
6 local architectureObject ;
7 for architectureObject in [ MultiArchSubDirSetup ] {
8         on $(architectureObject) {
9                 local architecture = $(TARGET_PACKAGING_ARCH) ;
11                 MergeObject <$(architecture)>posix_gnu_regex.o :
12                         regex.c
13                         ;
14         }