1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
EXTRA_DIST = neardal.pc.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = neardal.pc confdir = /etc/dbus-1/system.d/ conf_DATA=org.neardal.conf SUBDIRS = lib ncl #Rule to generate doxygen documentation if HAVE_DOXYGEN doxyfile.stamp: $(DOXYGEN) doxygen.cfg echo Timestamp > doxyfile.stamp CLEANFILES = ./doxyfile.stamp doc: doxyfile.stamp endif