Codebase list readosm / 96442aa Makefile.am
96442aa

Tree @96442aa (Download .tar.gz)

Makefile.am @96442aaraw · 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 src --capture --initial --output-file readosm_cov.info

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

MOSTLYCLEANFILES = readosm_cov.info