xref: /haiku/src/system/libroot/posix/glibc/regex/Jamfile (revision 72156a402f54ea4be9dc3e3e9704c612f7d9ad16)
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