Changeset View
Changeset View
Standalone View
Standalone View
lib/kyua/Makefile.inc
- This file was added.
| KYUA_LIBDIR:= ${.PARSEDIR} | |||||
| .include "${KYUA_LIBDIR}/Makefile.kyua" | |||||
| LIB_CXX= kyua_${KYUA_LIB} | |||||
| INTERNALLIB= | |||||
| .PATH: ${KYUA_SRCDIR}/${KYUA_LIB} | |||||
| CFLAGS+= -I${KYUA_LIBDIR} \ | |||||
| -I${KYUA_SRCDIR} \ | |||||
| -I${SRCTOP}/contrib/lutok/include | |||||
| CFLAGS+= -DHAVE_CONFIG_H | |||||
| # kyua uses auto_ptr | |||||
| CFLAGS+= -Wno-deprecated-declarations | |||||
emaste: Maybe we should address this holistically later on | |||||
brooksAuthorUnsubmitted Done Inline ActionsI figure this is something we should fix in our fork on GitHub. brooks: I figure this is something we should fix in our fork on GitHub. | |||||
| .include "${.PARSEDIR}/../Makefile.inc" | |||||
Maybe we should address this holistically later on