2009-12-20 20:14:41 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2010-04-07 16:37:19 +02:00
|
|
|
AM_CFLAGS = $(LIBNFC_CFLAGS)
|
|
|
|
|
2011-09-30 13:33:31 +02:00
|
|
|
SUBDIRS = libnfc utils examples include contrib cmake test
|
2009-05-04 10:00:08 +02:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libnfc.pc
|
|
|
|
|
2011-02-07 13:34:13 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
CMakeLists.txt \
|
|
|
|
Doxyfile \
|
2011-12-09 17:13:32 +01:00
|
|
|
README-Windows.txt
|
2011-02-07 13:34:13 +01:00
|
|
|
|
2011-09-22 15:03:47 +02:00
|
|
|
CLEANFILES = Doxygen.log coverage.info libnfc.pc
|
2009-10-20 12:19:31 +02:00
|
|
|
|
2011-02-26 01:21:27 +01:00
|
|
|
clean-local: clean-local-doc clean-local-coverage
|
|
|
|
|
|
|
|
.PHONY: clean-local-coverage clean-local-doc doc
|
|
|
|
clean-local-coverage:
|
|
|
|
-rm -rf coverage
|
|
|
|
|
|
|
|
clean-local-doc:
|
2009-10-20 12:19:31 +02:00
|
|
|
rm -rf doc
|
|
|
|
|
2010-01-10 19:14:26 +01:00
|
|
|
doc : Doxyfile
|
2009-10-20 12:19:31 +02:00
|
|
|
@DOXYGEN@ $(builddir)/Doxyfile
|
|
|
|
|
2010-11-17 11:14:26 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS="--with-drivers=all"
|
|
|
|
|