17a0c41d5SAlan SomersLIB_CXX= devdctl 27a0c41d5SAlan SomersINCS= consumer.h \ 37a0c41d5SAlan Somers event.h \ 47a0c41d5SAlan Somers event_factory.h \ 57a0c41d5SAlan Somers exception.h \ 67a0c41d5SAlan Somers guid.h 77a0c41d5SAlan SomersSRCS= consumer.cc \ 87a0c41d5SAlan Somers event.cc \ 97a0c41d5SAlan Somers event_factory.cc \ 107a0c41d5SAlan Somers exception.cc \ 117a0c41d5SAlan Somers guid.cc 127a0c41d5SAlan Somers 137a0c41d5SAlan SomersINCSDIR= ${INCLUDEDIR}/devdctl 147a0c41d5SAlan Somers 157a0c41d5SAlan SomersWARNS?= 3 167a0c41d5SAlan SomersPRIVATELIB= true 177a0c41d5SAlan SomersSHLIB_MAJOR= 0 187a0c41d5SAlan Somers 19*52f2b038SEd Maste# Silence warnings about usage of various deprecated function objects 20*52f2b038SEd Maste# from <functional> 212c3f47a7SDimitry AndricCXXWARNFLAGS+= -Wno-deprecated-declarations 222c3f47a7SDimitry Andric 237a0c41d5SAlan Somers.include <bsd.lib.mk> 24