]> git.saurik.com Git - apple/libc.git/blob - db/hash/Makefile.inc
Libc-498.tar.gz
[apple/libc.git] / db / hash / Makefile.inc
1 # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libc/db/hash/Makefile.inc,v 1.5 2002/11/18 09:50:54 ru Exp $
3
4 .PATH: ${.CURDIR}/db/hash
5
6 .include "Makefile.fbsd_begin"
7 FBSDMISRCS= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
8 hash_page.c ndbm.c
9 .for _src in ${FBSDMISRCS}
10 CFLAGS-${_src:R}-fbsd.${_src:E} += -D__DBINTERFACE_PRIVATE
11 .endfor
12 .for _src in hash.c hash_bigkey.c hash_buf.c hash_page.c
13 CFLAGS-${_src:R}-fbsd.${_src:E} += -UDEBUG
14 .endfor
15 FBSDHDRS= hash.h page.h
16 .include "Makefile.fbsd_end"
17
18 # need to rename extern.h to make it unique
19 .ifmake autopatch
20 hash_extern.h: FreeBSD/extern.h _AUTOPATCHCUR
21 AUTOPATCHHDRS+= hash_extern.h
22 .endif # autopatch