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