libnfc/Makefile.am

27 lines
387 B
Text
Raw Normal View History

2009-05-04 15:02:29 +02:00
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfc.pc
EXTRA_DIST = Doxyfile pn53x.rules
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