c6a7e2bf47
Rename nfc-mfultool to nfc-mfultralight. Remove compilation warnings due to missing includes. "make distclean" now clean Makefile.in.
18 lines
267 B
Makefile
18 lines
267 B
Makefile
SUBDIRS = src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libnfc.pc
|
|
|
|
EXTRA_DIST = Doxyfile
|
|
CLEANFILES = Doxygen.log
|
|
|
|
if DOC_ENABLED
|
|
clean-local:
|
|
rm -rf doc
|
|
|
|
html-am : Doxyfile
|
|
@DOXYGEN@ $(builddir)/Doxyfile
|
|
|
|
.PHONY: html
|
|
endif
|
|
DISTCLEANFILES = Makefile.in
|