File: Makefile.am

package info (click to toggle)
libmicrohttpd 1.0.2-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 12,576 kB
  • sloc: ansic: 107,053; sh: 5,357; makefile: 2,131; pascal: 1,591; sed: 16
file content (18 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This Makefile.am is in the public domain
all:
	@echo -e \
"Generate doxygen additional documentation:\n" \
"\tmake full - full documentation with dependency graphs (slow)\n" \
"\tmake fast - fast mode without dependency graphs"

full: libmicrohttpd.doxy
	doxygen $<

fast: libmicrohttpd.doxy
	sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen -

clean:
	rm -rf html


EXTRA_DIST = libmicrohttpd.doxy