2009-12-20 19:14:41 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2010-04-07 14:37:19 +00:00
|
|
|
AM_CFLAGS = $(LIBNFC_CFLAGS)
|
|
|
|
|
|
|
|
SUBDIRS = libnfc examples include cmake_modules
|
2009-05-04 08:00:08 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libnfc.pc
|
|
|
|
|
2010-02-16 14:09:35 +00:00
|
|
|
EXTRA_DIST = Doxyfile pn53x.conf 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
|