2009-12-20 19:14:41 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2010-01-29 15:33:34 +00:00
|
|
|
SUBDIRS = src cmake_modules
|
2009-05-04 08:00:08 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libnfc.pc
|
|
|
|
|
2010-01-29 15:33:34 +00:00
|
|
|
EXTRA_DIST = Doxyfile pn53x.rules CMakeLists.txt config.h.cmake LICENSE
|
2009-10-20 10:19:31 +00:00
|
|
|
CLEANFILES = Doxygen.log
|
|
|
|
|
|
|
|
if DOC_ENABLED
|
|
|
|
clean-local:
|
|
|
|
rm -rf doc
|
|
|
|
|
2010-01-10 18:14:26 +00:00
|
|
|
doc : Doxyfile
|
2009-10-20 10:19:31 +00:00
|
|
|
@DOXYGEN@ $(builddir)/Doxyfile
|
|
|
|
|
2010-01-10 18:14:26 +00:00
|
|
|
.PHONY: doc
|
2009-10-20 10:19:31 +00:00
|
|
|
endif
|