File: Makefile.am

package info (click to toggle)
libambix 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,756 kB
  • sloc: ansic: 9,900; makefile: 418; sh: 170; python: 92
file content (20 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
EXTRA_DIST=libambix.doxy \
	libambix.incl

html_DATA=
if HAVE_DOXYGEN
html_DATA+=apiref/*
endif

DOXYFILE=$(srcdir)/libambix.doxy

apiref/*: all-local

all-local:
	$(DOXYGEN) $(DOXYFILE)

clean-local:
	-rm -rf apiref

uninstall-local:
	-rm -rf "$(DESTDIR)$(docdir)/apiref"