f2a3d14797
- split alloca stuff in a separate file - fix size_t/int/long inconsistencies - fix weak alias stuff - make paths consistent - fix config files - use switch instead of if/then/elseif... - fix Makefiles
14 lines
374 B
Makefile
14 lines
374 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2011/11/05 22:39:12 christos Exp $
|
|
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
# regex sources
|
|
TREDIST= ${NETBSDSRCDIR}/external/bsd/tre/dist
|
|
|
|
CPPFLAGS+= -I${TREDIST}/lib -I${.CURDIR}/../include
|
|
CPPFLAGS+= -DHAVE_CONFIG_H=1
|
|
CPPFLAGS+= -DTRE_SYSTEM_REGEX_H_PATH=\"${NETBSDSRCDIR}/include/regex.h\"
|
|
CPPFLAGS+= -DTRE_USE_SYSTEM_REGEX_H=1
|
|
|
|
|
|
WARNS= 4
|