]>
Commit | Line | Data |
---|---|---|
1 | # from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94 | |
2 | # $FreeBSD: src/lib/libc/db/btree/Makefile.inc,v 1.4 2002/11/18 09:50:54 ru Exp $ | |
3 | ||
4 | .PATH: ${.CURDIR}/db/btree | |
5 | ||
6 | .include "Makefile.fbsd_begin" | |
7 | FBSDMISRCS= bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \ | |
8 | bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c \ | |
9 | bt_utils.c | |
10 | .for _src in ${FBSDMISRCS} | |
11 | CFLAGS-${_src:R}-fbsd.${_src:E} += -D__DBINTERFACE_PRIVATE | |
12 | .endfor | |
13 | FBSDHDRS= btree.h | |
14 | .include "Makefile.fbsd_end" | |
15 | ||
16 | # need to rename extern.h to make it unique | |
17 | ${SYMROOT}/bt_extern.h: ${.CURDIR}/db/btree/FreeBSD/extern.h _AUTOPATCHSYM | |
18 | AUTOPATCHHDRS+= ${SYMROOT}/bt_extern.h |