xref: /freebsd-14.2/lib/libdevdctl/Makefile (revision 52f2b038)
17a0c41d5SAlan Somers# $FreeBSD$
27a0c41d5SAlan Somers
37a0c41d5SAlan SomersLIB_CXX=	devdctl
47a0c41d5SAlan SomersINCS=	consumer.h		\
57a0c41d5SAlan Somers	event.h			\
67a0c41d5SAlan Somers	event_factory.h		\
77a0c41d5SAlan Somers	exception.h		\
87a0c41d5SAlan Somers	guid.h
97a0c41d5SAlan SomersSRCS=	consumer.cc		\
107a0c41d5SAlan Somers	event.cc		\
117a0c41d5SAlan Somers	event_factory.cc	\
127a0c41d5SAlan Somers	exception.cc		\
137a0c41d5SAlan Somers	guid.cc
147a0c41d5SAlan Somers
157a0c41d5SAlan SomersINCSDIR= ${INCLUDEDIR}/devdctl
167a0c41d5SAlan Somers
177a0c41d5SAlan SomersWARNS?=	3
187a0c41d5SAlan SomersPRIVATELIB=	true
197a0c41d5SAlan SomersSHLIB_MAJOR=	0
207a0c41d5SAlan Somers
21*52f2b038SEd Maste# Silence warnings about usage of various deprecated function objects
22*52f2b038SEd Maste# from <functional>
232c3f47a7SDimitry AndricCXXWARNFLAGS+=	-Wno-deprecated-declarations
242c3f47a7SDimitry Andric
257a0c41d5SAlan Somers.include <bsd.lib.mk>
26