File: Makefile.am

package info (click to toggle)
libyaml 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: ansic: 10,529; makefile: 69; sh: 36
file content (17 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = yaml.h
DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg

nobase_include_HEADERS = $(AM_CPPFLAGS)

if DOXYGEN

html: $(AM_CPPFLAGS) $(DOXYGEN_CFG)
	PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)

endif

maintainer-clean-local:
	-rm -rf $(top_builddir)/doc/html

dist-hook: html
	cp -a $(top_builddir)/doc/html $(top_distdir)/doc