2009-05-04 15:02:29 +02:00
|
|
|
SUBDIRS = src
|
2009-05-04 10:00:08 +02:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libnfc.pc
|
|
|
|
|
2009-11-20 16:47:36 +01:00
|
|
|
EXTRA_DIST = Doxyfile pn53x.rules
|
2009-10-20 12:19:31 +02:00
|
|
|
CLEANFILES = Doxygen.log
|
|
|
|
|
|
|
|
if DOC_ENABLED
|
|
|
|
clean-local:
|
|
|
|
rm -rf doc
|
|
|
|
|
|
|
|
html-am : Doxyfile
|
|
|
|
@DOXYGEN@ $(builddir)/Doxyfile
|
|
|
|
|
|
|
|
.PHONY: html
|
|
|
|
endif
|
2009-11-04 11:42:53 +01:00
|
|
|
DISTCLEANFILES = \
|
2009-11-02 18:05:59 +01:00
|
|
|
Makefile.in \
|
|
|
|
configure \
|
|
|
|
depcomp \
|
|
|
|
config.guess \
|
|
|
|
config.sub \
|
|
|
|
ltmain.sh \
|
|
|
|
config.h.in \
|
|
|
|
aclocal.m4
|