# $FreeBSD$ LIB_CXX= devdctl INCS= consumer.h \ event.h \ event_factory.h \ exception.h \ guid.h SRCS= consumer.cc \ event.cc \ event_factory.cc \ exception.cc \ guid.cc INCSDIR= ${INCLUDEDIR}/devdctl WARNS?= 3 PRIVATELIB= true SHLIB_MAJOR= 0 # Silence warnings about usage of deprecated std::auto_ptr, and various # deprecated function objects from CXXWARNFLAGS+= -Wno-deprecated-declarations .include