xref: /haiku/src/system/libroot/posix/glibc/regex/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src system libroot posix glibc regex ;
2
3SubDirHdrs $(HAIKU_TOP) headers ;
4
5KernelMergeObject posix_gnu_regex.o :
6	<$(SOURCE_GRIST)>regex.c
7	:
8	-fPIC -DPIC -w
9	;
10
11