libnfc/Makefile.am

26 lines
375 B
Makefile

SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfc.pc
EXTRA_DIST = Doxyfile
CLEANFILES = Doxygen.log
if DOC_ENABLED
clean-local:
rm -rf doc
html-am : Doxyfile
@DOXYGEN@ $(builddir)/Doxyfile
.PHONY: html
endif
DISTCLEANFILES = \
Makefile.in \
configure \
depcomp \
config.guess \
config.sub \
ltmain.sh \
config.h.in \
aclocal.m4