1SubDir HAIKU_TOP src system libroot posix glibc regex ; 2 3SubDirHdrs $(HAIKU_TOP) headers ; 4SubDirCcFlags -D_REGEX_RE_COMP ; 5 6KernelMergeObject posix_gnu_regex.o : 7 regex.c 8; 9 10