git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@292 96b47cad-a561-4643-ad3b-153ac7d7599c
20 lines
277 B
Makefile
20 lines
277 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src m4 patches
|
|
|
|
MOSTLYCLEANFILES = $(DX_CLEANFILES)
|
|
|
|
if DOC_ENABLED
|
|
clean-local:
|
|
rm -rf doc
|
|
|
|
doc : Doxyfile
|
|
@DOXYGEN@ $(builddir)/Doxyfile
|
|
|
|
.PHONY: doc
|
|
endif
|
|
|
|
if WITH_PACE
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libpace.pc
|
|
endif
|