Codebase list readosm / upstream/1.0.0b+dfsg1 Makefile.am
upstream/1.0.0b+dfsg1

Tree @upstream/1.0.0b+dfsg1 (Download .tar.gz)

Makefile.am @upstream/1.0.0b+dfsg1raw · 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