Codebase list readosm / 6d1ba6b Makefile.am
6d1ba6b

Tree @6d1ba6b (Download .tar.gz)

Makefile.am @6d1ba6braw · history · blame

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = headers src tests examples

EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy

AUTOMAKE_OPTIONS = dist-zip

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = readosm.pc

coverage-init:
	lcov --directory . --capture --initial --output-file readosm_cov.info

coverage::
	lcov --directory . --output-file readosm_cov.info --capture
	genhtml -o covresults readosm_cov.info

MOSTLYCLEANFILES = readosm_cov.info